problem with debug
hello everyone
I'm having problem with debugging stm32f103 blue pill with Keil 5.39 ans st-link v2 programmer.
my programmer work fine when i load code without debug on micro but when i want to go to debug mode, my code run till the line
__HAL_AFIO_REMAP_SWJ_NOJTAG();
and then go to the reset handler part and when it reach to the BX line in reset handler, micro will be halt and not go further anymore.
can anyone help me?
