STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

[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
  • 668 Views
  • 5 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
  • 1420 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
  • 2201 Views
  • 15 replies
  • 1 kudos