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 ...

Not able to get the truestudio working with cubemx

Hi,I am using cubemx for code generation and i have atollic compiler. This is first time i am using atollic, previous to that i was using keil and now i have started to use ubuntu. so no keil for ubuntu.when i generate the code with cubemx, i don't s...

SS.Sagar by Associate III
  • 392 Views
  • 1 replies
  • 0 kudos

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
  • 619 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
  • 2188 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
  • 476 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 ...