STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! Compiler error - Syntax

When I try to compile a inherit project I get this error:c:/st/stm32cubeide_1.17.0/stm32cubeide/plugins/com.st.stm32cube.ide.mcu.externaltools.make.win32_2.2.0.202409170845/tools/bin/sh: syntax error: unexpected "("make[1]: *** [makefile:92: post-bui...

Hachim by Associate II
  • 219 Views
  • 9 replies
  • 5 kudos

Resolved! STM32G070 wrong SPI SCK IDLE state after turn on

Hi folksI have a problem that seems to common in the SPI field, specifically the idle state of the SCK pin. My application needs a clock low idle state and after the turn on, it goes to high, corrupting the communication with an external SPI flash me...

spi_sck_state.png

Build Analyzer for MAP file

Build Analyzer output for MAP file includes .bss and other sections that should be in RAM only, in the flash as well. Is this the expected output?As you can see in the image, .bss and ._user_head_stack is included in the FLASH as well.  

roshangeoroy_0-1743576860756.png

Resolved! Jumping to random file after pressing Run button

Hello. When I press to Run (Run main.c) button, STM32CubeIDE opens random file, possibly, from current repository, for example: startup_stm32l452xx.s, core_cm4.h etc... Code is loading successful, but this side effect bothers me. I would like to dis...

GeneralTao by Associate II
  • 33919 Views
  • 122 replies
  • 45 kudos

.launch file and Debug/Release configurations

 Hello,is there a way to configure the .launch file to download automatically the .elf file corresponding to the active build configuration (es. Debug or Release)?Or should I create two .launch files, one for Debug and on for Release?I tried to play ...

CTabo1_1-1694679847286.png
CTabo.1 by Senior
  • 1451 Views
  • 1 replies
  • 1 kudos

Failed to bind to port 61234

So I'd been merrily using STM32CubeIDE all morning, doing the usual code-download-debug cycle with no problems at all.Then, after some code updates & successful build, it suddenly can't reach the GDB server: STMicroelectronics ST-LINK GDB server. Ver...

Resolved! Does SWV work on the STM32H573 DK board?

Beside enabled it in the Debugger tab:also called LL_DBGMCU_EnableTraceClock();but when calling ITM_SendChar(), the ITM->TCR is still 0.Do I miss anything else?  BTW, I am using the latest STM32CubeIDE 1.18. Thanks.

Thatseasy_0-1743125055947.png

stlink_gdbserver gdb-multiarch

I'm trying to debug some embedded rust. I was using openocd (12) and gdb-multiarch. I currently using an stm32f3discovery. I've tried C with eclipse Embedded ARM and STM32CubeIDE and while STM32CubeIDE does work (validating my hardware) nothing else ...

beattie by Associate II
  • 199 Views
  • 5 replies
  • 0 kudos

Resolved! Error when debugging: Failed to execute MI command

I have a project that ran without issue, with STM32CubeIDE 1.13.0. When I updated it to 1.17.0 I could no longer debug that same project. The error window says:Error in final launch sequence: Failed to execute MI command:load D:\\Proyectos\\STM32Cube...

MRey.1 by Associate III
  • 204 Views
  • 6 replies
  • 1 kudos