STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

[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
  • 796 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
  • 1482 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
  • 841 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
  • 1721 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
  • 2605 Views
  • 15 replies
  • 1 kudos