2024-01-10 05:50 AM - last edited on 2024-04-22 01:32 AM by Amel NASRI
Hello,
Working on a STM32F407 MCu, I have a bootloader loaded at 0x0800 0000.
The bootloader then call an application loaded at 0x0802 0000. To do that, I have made the following modification in the application sources
When running the bootloader, it perfectly launch the application.
I would like to debug the application. Using Visual Studio Code and Cortex Debug, when starting the launch sequence, it is not working.
The code is successfully loaded. Checking with STM32CubeProgrammer show that data has been written to 0x8020000.
How to tell the debbuger to start working at 0x8020000?
Thank you for your help.