我试着调试cortex M3微控制器。固件中启用了SysTick中断。所以我不能调试程序。这是我得到的:
C:\Users\al\Desktop\eclipse\arm-toolchain\bin>arm-none-eabi-gdb.exe ../../work_d
ir/mdr1986be91_94_dev_board/Debug/mdr1986be91_94_dev_board.elf
GNU gdb (Sourcery G++ Lite 2011.03-42) 7.2.50.20100908-cvs
...
(gdb) target remote localhost:3333
...
(gdb) c
Continuing.
Program received signal SIGINT, Interrupt.
0x0000001c in ?? ()
at ../Libraries/MDR32F9Qx_StdPeriph_Driver/src/MDR32F9Qx_rst_clk.c:1642
1642 statusreg = MDR_BKP->REG_0F;
(gdb)当中断发生时,调试停止。如何解决这个问题?
发布于 2015-04-13 16:26:21
https://stackoverflow.com/questions/29599886
复制相似问题