How to Debug at custom Start Address in STM32CUBEIDE?
I am using stm32cubeide 1.12.1 version.
Debugging was attempted at the start address of the program, 0x08020000. The first download was completed and debugging was normally performed. However, if you press the reset button of stm32cubeide, the timer interrupt without a source continues to operate and is not normally executed.
If you change the start address of the program to 0x08000000, everything works normally.
Is there any other way to use the reset button of stm32cubeide normally at the start address of a randomly designated program?
