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.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
  • 788 Views
  • 5 replies
  • 7 kudos

STM32cubeMX generate wrong makefile

Hi, I'm using the last version of STM32cubeMX. When trying to generate a makefile project for the STM32L073RZ microcontroller. The resulting makefile is wrong. Build target are nonsense: ###############################################################...

CubeMX Projects Are Not Completely Generating

I'm experiencing complete failure in generation of new projects.  Using either CubeMX or CubeIDE it is the same behavior.Generate a new project like I've done for 10+ years, only to find the folder structure missing almost everything required to buil...

Screenshot From 2025-02-16 17-35-55.png Screenshot From 2025-02-16 17-37-17.png Screenshot From 2025-02-16 18-12-32.png

Resolved! Pin PB4 is pulled high during reset for a stm32F103

I am using an stm32F103 and have configured PB4 as a output pin and this works correctly. However when the chip is reset, this pin is automatically pulled high. It appears that this behavior exists because of the pin's dual use as NJTRST. Is there a ...

JGaby.1 by Associate III
  • 957 Views
  • 8 replies
  • 6 kudos

Resolved! OctoSPI missing for STM32H753VIH in CubeMX?

As far as I can tell from the datasheet for the STM32H753VIH, as well as the part selector in CubeMX, the device should have an OctoSPI peripheral.However, when I create a project with the device and go to the connectivity tab, I don't see the OctoSP...

Resolved! Potentially wrong initial value of SCB->VTOR

Good day,after troubleshooting some issues related to a bootloader, I have figured out that the address of the interrupt vector table (SCB->VTOR) is defined in a hard-coded, non linker aware way as "SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET". This mea...

dfrejek by Associate III
  • 2532 Views
  • 7 replies
  • 8 kudos