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

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1217 Views
  • 0 replies
  • 1 kudos

Resolved! Unable to make LwIP work with FreeRTOS using CMSIS_V2

Hello!I have encountered a problem - I am unable to create a project for STM32F769I-DISCO board with both FreeRTOS using CMSIS_V2 interface and LwIP with NO_SYS parameter set to "OS Used".In old project that was setup with STM32CubeMX V6.14.0 using S...

FreeRTOS with CMSIS_V2 selected.png LWIP forces OS Not Used setting.png CubeMX 6.16.1.png
_AdamNtrx by Associate III
  • 563 Views
  • 7 replies
  • 2 kudos

SmartCard mode Parity is not initialized

When choosing SmartCard mode for USART, parameter Parity is automatically set to Even. However generated code in usart.c, does not has:hsmartcard1.Init.Parity = SMARTCARD_PARITY_EVEN;Only when I manually reselect that in GUI, the parity will be set i...

eSelix by Associate
  • 198 Views
  • 1 replies
  • 0 kudos

Resolved! cubeMX:access to example selector

When I open the official example using the example selector, CubeMX cannot display the graphical configuration of that example. I would like to know if it is possible to display the graphical configuration of the example in CubeMX. Thank you very muc...

stm64 by Associate II
  • 728 Views
  • 16 replies
  • 5 kudos

Resolved! CubeMX does not remember free pins generation context

STM32CubeMX v6.16.1 has a small bug. Under Project Manager - Code Generator - HAL settings is an option to pick under which context the free pins should be set as a analog. I am using STM32N6 which has 3 contexts (FSBL, App, ExtMemLoader).The problem...

MikkLeini_0-1768568318621.png