cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMx generating sources with errors

~Amit~
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
Khouloud ZEMMELI
ST Employee

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

Best Regards,

Khouloud.

View solution in original post

9 REPLIES 9
Khouloud ZEMMELI
ST Employee

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

best regareds,

Khouloud.

Khouloud ZEMMELI
ST Employee

​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~
Associate III

Thank u for the quick response.

Can u estimate when is the next release?

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

Best Regards,

Khouloud

~Amit~
Associate III

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 II

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

Hello,

did you find any solution?

Thanks

~Amit~
Associate III

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

Attached is the transformed example.

hope it willl help u too.

I will try this now

thank you very much!