STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

STM32CubeIDE linker, LPTIM, LSI clock.

1) In the linker script file for the project generated by STM32CubeMX for TrueStudio the highest address of the stack (_estack, end of RAM) is set to 0x20020000 (STM32F407VG)In the linker script file for the project generated by built-in CubeMx in th...

ax0018 by Associate III
  • 336 Views
  • 1 replies
  • 0 kudos

initialize FatFS with SPI In stm32cubeMX

Posted on March 10, 2015 at 21:34Hi, I want to read/write data to SD card via SPI. is it possible to initialize the FatFS module to work with SPI interface in cubeMX tool? The SD card option in the FatFS middleware is available only when I am enabli...

sashaa by Associate II
  • 1220 Views
  • 9 replies
  • 1 kudos

UART Recive for unknown length

I am using STM32F103C8T6 MCU and STM32CubeMx.I currently reciving data from UART and printed on PC's serial but it will work only when data terminated by '\n' character.But what if the data from uart not terminated with '\n'??Can anybody help??Please...

JPanc.1 by Associate II
  • 289 Views
  • 4 replies
  • 0 kudos

FreeRTOS v10 - Malloc retruns 0.

Hello community,I'm working with a NUCLEO Board F767ZI and I use cubeMX to generate the project.My project is created with cubeMX 5.2.0 and I use FreeRTOS v10.0.1Now I have a problem with malloc function, inparticular, with this new FreeRTOS version ...