STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

BDMA -Availability depends on devices.

hello ı use stm32h723zg and ı use bdma for adc3 , I was wondering if bdma can be used with adc3. I looked in the reference guide but couldn't find it. I will be glad if you help.

0693W00000HnnvbQAB.png

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
  • 523 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
  • 902 Views
  • 4 replies
  • 0 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
  • 3093 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
  • 6620 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
  • 2261 Views
  • 5 replies
  • 0 kudos

Resolved! How to use printf and scanf using uart for stm32h7 boards

Hello,I have been using the stm32h757i-eval board for a while. And I want to redirect the printf and scanf functions to the uart. I have referred the forum for the solution but couldn't find any helpful answers . I'm using stm32 cube ide (1.7.0). Kin...

Aarra.1 by Senior
  • 2792 Views
  • 6 replies
  • 0 kudos