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

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
  • 152 Views
  • 1 replies
  • 0 kudos

GPIOS for CSI on stm32n6

Hello,while configuring the CSI interface for camera , on its enablement in the STM32CubeMX why I can’t see the GPIOs corresponding to it in the flip section? does it has any dependency on any other peripheral?or clock setting?under the configuration...

darla14 by Senior
  • 400 Views
  • 5 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
  • 181 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 */...