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

Resolved! Compilation failure after upgrade to STM32CubeMX 6.15

Hi,I have upgraded recently to STM32CubeMX 6.15 on Linux and regenerate code for my STM32G491RE project (that uses iostream). Since this, it gives me compilation errors on missing libc symbols (for example putwc). After investigations, it seems the l...

Ykrons by Associate II
  • 379 Views
  • 5 replies
  • 3 kudos

STM32CubeMX 6.15 BUG on STM32H730ZBT OCTOSPI Quad

Hi,After updating to cubeMX 6.15, I cannot configure OCTOSPI in Quad mode.To reproduce this bug :Create a new project selecting STM32H730ZBT6Select Connectivity->OCTOSPI1->ModeI cannot select select Quad mode because Quad SPI2 mode is selected ==> Of...

COSEBE_0-1757499864545.png COSEBE_1-1757499979780.png
COSEBE by Senior
  • 215 Views
  • 2 replies
  • 0 kudos

Line endings - bug in CubeMX, all versions

Code generated by CubeMX use Windows line-endings, which generate huge problems under other operating systems (repository, editors, etc.). You have to strip CR-LFs after every code generation.Somebody should use standard method of platform-independen...

trzeci by Associate III
  • 1864 Views
  • 13 replies
  • 5 kudos

FreeRTOS queue size / item size

STM32H562, STM32Cube FW_H5 V1.5.0, X-CUBE-FREERTOS.1.2.0If i want a FreeRTOS queue of size 32 and item size 12 bytes i will write 32 i Queue Size and 12 in Item Size in CubeMX. Previously it would generate init code:osMessageQueueId_t setpoint_sendHa...

mip by Associate II
  • 472 Views
  • 6 replies
  • 0 kudos