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

Problem creating new TrueStudio project for STM32L053 (and I assume all STM32L0 parts) in STM32CubeMX v5.0.1

I updated CubeMX to 5.0.1 today, then created a new project for the Nucleo-64-STM32L053 board. I'm using Atolic TrueStudio for STM32 v9.2.0 as the IDE and toolchain.I set up the project for the board, selecting and configuring peripherals, along with...

STM32CubeMX error during project generation

Hello! I use CubeMX ver.5.1.0 and Linux Mint 19. When i push the button "Generate code" CubeMX creates source files and headers, but doesn't creates any project files or makefiles. Than it shows error message(screenshot in attachments). It shows this...

0690X0000089LYsQAM.png
RAkma by Associate II
  • 1005 Views
  • 4 replies
  • 0 kudos

FATFS Code Generation for STM32L (CubeMX)

I am using STM32L476VG and I want to write files to a SD card. In CubeMX I generate code for the FAT File System with the following settings:Moreover, I am using FreeRTOS with static memory allocation only:However, I have found two issues so far:Sinc...

0690X000006ByBOQA0.png 0690X000006ByBYQA0.png
OHaal by Associate II
  • 1691 Views
  • 4 replies
  • 0 kudos

USB and FreeRTOS in STM32L4

Hope someone that has implemented FreeRTOS with USB can provide advice on what specifically needs to be changed in the USB Host code to allow the USB to operate in the RTOS environment. I have USB functioning on the target board, without FreeRTOS. Wh...