Skip to main content
~Amit~
Associate III
February 3, 2020
Solved

STM32CubeMx generating sources with errors

  • February 3, 2020
  • 6 replies
  • 2108 views

I am trying to initiate a project via cubeMx for the STM32WB55 nucleo board.

I an able to initiate a simple project without the BLE middleware (STM32_WPAN).

Once adding the STM32_WPAN, the generated project not compiled on both Atollic true studio and system work bench.

Here is a link to a video demonstrating the issue.

I am using:

-CubeMX version 5.5.0

-Atollic true studio version 9.3.0

-WB package: STM32Cube_FW_WB_V1.4.0

Thanks

This topic has been closed for replies.
Best answer by Khouloud ZEMMELI

​You're right , issue fixed in the 5.6.0 CubeMX version , the fix will be available in the next release.

Best Regards,

Khouloud.

6 replies

Khouloud ZEMMELI
ST Employee
February 3, 2020

​Hello @~Amit~​  Thanks for the feedback, this will be internally checked.

best regareds,

Khouloud.

Khouloud ZEMMELI
ST Employee
February 4, 2020

​You're right , issue fixed in the 5.6.0 CubeMX version , the fix will be available in the next release.

Best Regards,

Khouloud.

~Amit~
~Amit~Author
Associate III
February 4, 2020

Thank u for the quick response.

Can u estimate when is the next release?

Khouloud ZEMMELI
ST Employee
February 4, 2020

​The publication on st.com is planned in W08 .

Best Regards,

Khouloud

~Amit~
~Amit~Author
Associate III
February 24, 2020

so the release did solve the the compilation error- thanks for that.

yet after adding a call to APPE_Init(); the software crashes when osKernelStart() invoked.

I am using:

  1. cube version 5.6.0
  2. STM32Cube_FW_WB_V1.5.0
  3. Atollic true studio version 9.3.0
  4.  

please advise.

Aoruc.1
Associate
August 10, 2020

Hello,

did you find any solution?

Thanks

Aoruc.1
Associate
August 10, 2020

Hello,

I have the same problem. I would like to know if you have found a solution.

I am using STM32WB55 microcontroller and when STM32CubeMX generates the code after after configuring "stm32_wpan"->"BLE", the debugger is stuck in an infinite loop in "startup_stm32wb55xx_cm4.s"

i used STM32CubeMX 6.0.0 and STM32CubeIDE 1.4.0

Thank you for your help,

best regards

~Amit~
~Amit~Author
Associate III
August 10, 2020

I used one of the exampales and transform the ST scheduler to freeRTOS .

Attached is the transformed example.

hope it willl help u too.

Aoruc.1
Associate
August 10, 2020

I will try this now

thank you very much!