cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE doesn't flash target before debugging

ABouk.1
Associate III

Hello,

After updating STM32CubeIDE to version 1.16, starting a debugging session doesn't load program into the STM32L5 target and jumps directly to the reset Handler.

I tried programming the bin file using STM32CubeProgrammer and it works well.

However, erasing the FLASH using STM32CubeProgrammer and launching a debug session then reading back the FLASH using STM32CubeProgrammer shows that it's empty.

Im trying to load the program to the address 0x08020000, here is the memories definition.

 

/* Memories definition */

MEMORY

{

RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K

SRAM2 (xrw) : ORIGIN = 0x20030000, LENGTH = 64K

BOOTLOADER (rx) : ORIGIN = 0x08000000, LENGTH = 128K

FLASH (rx) : ORIGIN = 0x08020000, LENGTH = 352K

}

Capture d'écran 2024-07-15 094322.pngCapture d'écran 2024-07-15 094311.pngCapture d'écran 2024-07-15 094252.png

6 REPLIES 6
Andrew Neil
Evangelist III

@ABouk.1 wrote:

starting a debugging session doesn't load program into the STM32L5 target


Is downloading enabled in your Debug Config:

AndrewNeil_0-1721037194080.png

 

Hello @Andrew Neil 

Yes, as you can see in the first screenshot, it's already enabled

Any ideas pls ?

SMarie
Associate III

Hello @ABouk.1 ,
Which file have you modified? Is it the STM32xxxx_FLASH.ld or have you create a new one?
If so, have you updated the project settings to select the proper linker script ?

Hi @SMarie ,

I modified the STM32L562VETXQ_FLASH.ld and selected it in the linker script (in projet properties) as you can see in the attached screenshot.

In OpenOCD the program is loaded before debugging but in GDB server mode it jumps directly to debugging without erasing/programming the flash.

ABouk1_0-1721056502212.png

 

ABouk.1
Associate III

Any ideas pls ? im struggling with this problem.

I tried uninstalling/reinstalling STM32CubeIDE but I still have the same problem.

Im only able to use OpenOCD but I cannot enable RTOS Awareness / SWV ...

Does the log file says something about this problem ?

ABouk.1
Associate III

Update : When using the initialization command : "monitor flash mass_erase", the STM32CubeProgrammer v2.17.0 is invoked and performs the command, however calling load <project_name>.elf doesn't, it's like this command is just ignored.

Any ideas pls ?

 

ABouk1_0-1721297197754.png

 

------ Switching to STM32CubeProgrammer -----
-------------------------------------------------------------------
STM32CubeProgrammer v2.17.0
-------------------------------------------------------------------

 

Log output file: C:\Users\ABO1\AppData\Local\Temp\STM32CubeProgrammer_a12776.log
ST-LINK SN : 38FF6906304E4B3043191943
ST-LINK FW : V2J45S7
Board : --
Voltage : 2.37V
SWD freq : 4000 KHz
Connect mode: Under Reset
Reset mode : Hardware reset
Device ID : 0x472
Revision ID : Rev Z
Device name : STM32L5xx
Flash size : 512 KBytes
Device type : MCU
Device CPU : Cortex-M33
BL Version : 0x92


Mass erase ...

Mass erase successfully achieved
------ Switching context -----