Question
Stuck in a loop in startup_stmf051x8.s file
Posted on July 15, 2018 at 00:55
I can only run a few dozen lines of code until I get stuck in a loop. When trying to debug it appears I am stuck in the startup_stmf051x8.s file on these lines:
0x0800016E E7FE B PendSV_Handler (0x0800016E) 164: B . 0x08000170 E7FE B SysTick_Handler (0x08000170) 230: B . 231: 232: ENDPIf I try to step through it in the disassembly window it just jumps between line 164 and 232. I can't figure out what is going on.
#loop-startup-file #startup-file #loop