[Debug] Software reset with bootloader
Hello everyone,
on my MCU i've loaded a bootloader at address 0x0800000 and a dummy application at 0x0810000, but i'm experiencing some issues on chip reset button on the IDE. At first, when i debug the application no errors are encountered and the application starts on main(). When i press on reset button (software reset), i'm facing address errors since the debuggers takes me on wrong addresses and does not restart on main().
How can i fix this? Are there some commands i can apply on IDE's reset interface?