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

We are pleased to announce that the minor version 6.16.1 of STM32CubeMX is available. What is new in 6.16.1: This release addresses and resolves the issues outlined below: Users of STM32CubeMX version 6.13.0 and later may encounter a HardFault except...

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

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 1175 Views
  • 5 replies
  • 7 kudos

Resolved! NUCLEO-H7S3L8 Debugging Code Running from XSPI NOR Flash

I created a Boot/App/ExtMemLoader project for my NUCLEO-H7S3L8 via the STM32CubeMX for STM32CubeIDE, and ran into issues when running the application code from the external NOR Flash chip on the NUCLEO board (U18, P/N MX25UW25645GXDI00 on the schemat...

rbtmkr42_0-1759118569172.png
rbtmkr42 by Associate II
  • 599 Views
  • 4 replies
  • 1 kudos

Motor Control Timer Configuration PWM_PERIOD_CYCLES

We are migrating to a custom board and controller. Looking at the IOC generated by the Motor Control Workbench, there are some mystery variables that show up in the timer and we cannot track down where they are defined. See the attached snapshot and ...

gadams by Associate II
  • 203 Views
  • 1 replies
  • 0 kudos

Linked list GPDMA port configuration mismatch

I'd like to report one issue with DMA Linked List editor. I need to do PSSI reception with GPDMA using linked list on STM32H7R3L8H6H. CubeMX is version v6.15.0 and CubeIDE is v1.19.0.Based on reference manual (RM) and AN5593, the GPDMA ports 0 and 1 ...

mkrk_0-1759134139527.png
mkrk by Associate III
  • 255 Views
  • 3 replies
  • 2 kudos

MX_FLASH_Init does not launch option bytes loading

MCU: STM32H563VITx Stm32CubeMX version: 6.14.0 HAL Driver version: 1.5.0 When I enable EDATA option bytes in CubeMX, it generates the following code: void MX_FLASH_Init(void) { /* USER CODE BEGIN FLASH_Init 0 */ /* USER CODE END FLASH_Init 0 */...