STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

Resolved! How to enable compiler/linker to manage external memory?

I've managed to get the SDRAM up and running on my STM32H745 Disco board. I've confirmed this by usinguint32_t* sdram = (uint32_t*) 0xD0000000; sdram[0] = 0xDEADBEEF;and checking the memory content. However, doing it this way, I have to control the a...

0693W00000BaAfeQAF.png
Hansel by Senior
  • 2167 Views
  • 4 replies
  • 3 kudos

Resolved! Wrong version number of CubeIde shown

I have CubeIde 1.61 installed on Win10/64 hard disk. About box/dialog says it is version 1.61, that is, the current version. Desktop icon or shortcut says it is version 1.40 or something. That is the original version number I installed sometime ago a...

LMI2 by Lead
  • 630 Views
  • 4 replies
  • 1 kudos

Resolved! Disable interrupts while Stepping Debug

I use to develop with IAR.I try to go to STM32CubeIDE.I cannot find the way to stepping debug a program if an interrupt timer is running in background.Is there an option like IAR "disable interrupts when stepping"Thanks

COSEBE by Senior
  • 3789 Views
  • 6 replies
  • 0 kudos

Resolved! How to set STM32IDE peripherals into default mode?

Hello Everyone, I have a STM32F401RE and the version of STM32IDE is 1.6 . I have been told that after naming a project, the STM32IDE pops a massage asking if want to set the peripherals into default mode. But for some reason my version NEVER shows m...

GSant.5 by Associate II
  • 1009 Views
  • 2 replies
  • 0 kudos