STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Resolved! STM32CubeIDE 1.15 Bug (switching from SysTick to TIM16)

I'm using the Nucleo-C031C6 board, and I chose this (NUCLEO-C031C6) from the board selector when starting the IDE. (STM32CubeIDE v1.15). I tried switching Timebase Source (in SYS menu) from SysTick to TIM16, then when I compiled, I got this error:../...

JLoh by Associate
  • 1313 Views
  • 3 replies
  • 2 kudos

External IRQ on PB15

I am trying to catch a pulse on PB15. So I set the port PB15 to external irq with falling edge as per screen shot belowThe code in MX_GPIO_Init() generated by MX is:/*Configure GPIO pin : MPuls_Pin */GPIO_InitStruct.Pin = MPuls_Pin;GPIO_InitStruct.Mo...

erastus_0-1713595698892.png
erastus by Associate II
  • 934 Views
  • 6 replies
  • 2 kudos

STM32CubeIDE hangs while attempting to open .ioc file

I have intermittent problems in STM32CubeIDE 1.8.0 opening a .ioc file. When I double click on the file in the Project Explorer, I get a progress bar titled "Loading IOC". When things are working well, as soon as that bar fills up, it is replaced w...

msch by Associate III
  • 5030 Views
  • 11 replies
  • 3 kudos

Generating makefiles without STM32IDE

So I've moved away from eclipse and the CubeMX IDE. I am using sublime as my editor and I am enjoying a great deal of success and I would recommend to anyone using cubemx to migrate to a non java based IDE/editor  - I compile the makefiles generated ...