STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

STM32CubeIDE program flow, Arrow->

I understand, that, when the arrow symbol appears in front of a source line, that means, that the program flow has stopped at that point. But tin fact he case is, that the program is running. Only when I click pause, the arrow jumps to the "while(1)"...

(Solved) My arm_gcc_link script (32F407VGT6U) is not passing the correct fnVector table address. With the script below the MCU is not resetting to the correct location. The fnVector table is at rom address, 0x08010000, any guidance would be appreciated.

OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")   /* Internal Memory Map*/   MEMORY   {   rom (rx) : ORIGIN = 0x08010000, LENGTH = 1024k - 64k   ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128k   ram1 (rwx) : ORIGIN = 0x10000000...

Robmar by Senior III
  • 731 Views
  • 7 replies
  • 0 kudos

STM32CubeIDE won't open

I have just installed the STM32CubeIDE ,but am unable to open it for some reason , am clicking its icon but nothing is happening. Any got any ideas how i can resolve this ?

ACern.1 by Associate
  • 407 Views
  • 2 replies
  • 0 kudos

Which clock is used by TIM6 on STM32F446?

On the data sheet block diagram, it shows it to be 45MHz - APB1. However, on the clock configuration screen on STM32CUBEIDE there are two APB1 clocks - the APB1 Peripheral Clock, and the APB1 Timer Clock. Naturally I would assume it's the "timer clo...