STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

[Bug report]! stm32f1x ll drivers: function LL_GPIO_Init resets outputs if parameter "pull" isn't assigned, even if the output should be in HIGH mode by default.

To assign pull mode of output pin the function LL_GPIO_SetPinPull writes 0 or 1 to the output buffer (inside the body of LL_GPIO_Init ). Hence if pull-up or pull-down is not necessary (pull parameter equals zero) the output of the pin changes to 0....

Ruslan1 by Associate II
  • 1047 Views
  • 5 replies
  • 0 kudos

Why does code generated from CubeMX not adhere to the C standard?

The C standard says in 7.1.3 Reserved identifiers:"All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use."Yet the code CubeMX generates is full of __HAL... identifiers. Is t...

fsch by Associate III
  • 1881 Views
  • 10 replies
  • 0 kudos

Extremly strange bugs (not only one) in actual CubeMx Version

Dear ST,I had an old project from 2017 with Cube and Keil V5 (its not old for Embedded projects). I wanted to change some things but the result was ****. I had freeRTOS configured but this was disabled,.... big troubles. I had already another thread ...

Osto by Senior
  • 1015 Views
  • 4 replies
  • 0 kudos

Resolved! stm32cubemx

Posted on June 26, 2018 at 20:50Hello,I am using the STM32CubeMX application version 4.26.0 (see the attached files)There is no option for me to choose 'Copy all used libraries into the project folder'. The radio button was there but it grey out (di...

NUCLEO_F429ZI MCO2 is not working

I have a NUCLEO_F429ZI board, I try to use the MCO2 output 50Mhz clock, but this function doesn't work.Please refer to the attached project, the IDE is TrueStudio and code generator tool is STM32Cube 5.0.0.I'm not sure this is my boards fault or F429...

New.Fish by Associate III
  • 2154 Views
  • 10 replies
  • 0 kudos

How to get working with freeRTOS + SDIO + FATFS

I have generated code using STM32Cubemx v.5.1 i have selected SDIO and FATFS and i want to use freeRTOS . so as soon as i enable freeRTOS my FATFS stops mounting performing operations. how to get working with both ?? any suggestion ??

CJagt by Associate II
  • 2863 Views
  • 15 replies
  • 1 kudos