How can I stop on PC=0 for debugging?
Posted on October 19, 2017 at 10:53I'm currently working with MDK and ULINK2 JTAG debugger in STM32F103C8.I want to stop Program Counter = 0; for debugging.But currently as much as I can stop debugging point is just PC = 0x80000178.Is there any way ...