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

STM32CubeIDE 1.8.0: External Flash Loader problem

I wrote a qspi flash loader in STMCubeIDE 1.7.0 for STM32H7. I faced too many problems when i was developing flash loader. Anyway, while the flash loader i wrote was working in old version (st-link utiliy & STMCubeIDE 1.0.0) but it was not working in...

Eralp by Associate III
  • 444 Views
  • 0 replies
  • 0 kudos

Resolved! Basic link using F3?

I am coming at the cubeIDE as a newbie AND as a hardware guy. With that said can someone tell me why when I am on a function / header file / or even a #define that SOMETIMES when I hit the F3 on the keyboard I do not jump to the corresponding defini...

SWenn.1 by Senior III
  • 721 Views
  • 4 replies
  • 0 kudos

Resolved! STM32CubeIDE NSIS Error during installation

Hello,I downloaded STM32CubeIDE v1.0.0 and tried to install it on my Windows 7 computer.Unfortunatly I have a NSIS Error "Error launching installer". I tried to download again the file, tried on another windows 7 PC but I still have this issue.Someon...

Fabien B by Associate III
  • 13406 Views
  • 21 replies
  • 11 kudos

Resolved! How to fix linker error with atomic compare_exchange_weak

I have an atomic variable and want to use compare_exchange_weak on it.But I'm getting the following linker error when compiling with STM32CubeIDE v1.8.0 (arm-none-eabi 9.3.1:(arm-none-eabi\bin\ld.exe: ./Core/Src/main.o: in function `std::__atomic_bas...

Chris F by Associate II
  • 2486 Views
  • 7 replies
  • 0 kudos

Debug with SWO and SWV in STM32CubeIDE 1.3.0

Hello, Is there any guide or manual how to use SWO and SWV in STM32CubeIDE? I found many discussions about this topic, but most of them were outdated or newer resolved. I believe that one part is to enabled SWV in debug settings, set the CPU and SWO ...

PHlin.1 by Associate III
  • 5672 Views
  • 14 replies
  • 1 kudos

Resolved! header with variable referenced more than twice

When I create libraries, sometime I forget create the variable in .c file and then write the same in header file with extern. I just create the variable in header file, and access to his from .c file and even from other libraries. IAR compiler warn t...

JCuna.1 by Senior
  • 1953 Views
  • 5 replies
  • 0 kudos