houxuebing261 发表于 2011-9-7 16:56:09

我用的是一块LPC2103的最小系统板配的自己焊接的电路,在FLASH中调试的时候出现下面的

以下是我用IAR EWARM 时的调试信息:
Fri Sep 02 21:27:28 2011: Loaded macro file: E:\IAR Systems\Embedded Workbench 4.0 Evaluation\arm\config\flashloader\NXP\FlashNXPLPC32k.mac
Fri Sep 02 21:27:28 2011: DLL version: V3.72a, compiled Jun 18 2007 18:58:11
Fri Sep 02 21:27:28 2011: Firmware: J-Link ARM V7 compiled Jun 30 2009 11:05:27
Fri Sep 02 21:27:28 2011: JTAG speed is initially set to: 32 kHz
Fri Sep 02 21:27:28 2011: Halting CPU core
Fri Sep 02 21:27:29 2011: Software reset was performed
Fri Sep 02 21:27:29 2011: Initial reset was performed
Fri Sep 02 21:27:29 2011: J-Link found 1 JTAG device. ARM core Id: 4F1F0F0F(ARM7)
Fri Sep 02 21:27:29 2011: Device at TAP0 selected
Fri Sep 02 21:27:29 2011: RTCK reaction time is approx. 252ns
Fri Sep 02 21:27:29 2011: Auto JTAG speed: Adaptive
Fri Sep 02 21:27:29 2011: 3662 bytes downloaded and verified (5.59 Kbytes/sec)
Fri Sep 02 21:27:29 2011: Loaded debugee: E:\IAR Systems\Embedded Workbench 4.0 Evaluation\arm\config\flashloader\NXP\FlashNXPLPC32k.d79
Fri Sep 02 21:27:29 2011: Target reset
Fri Sep 02 21:27:33 2011: Program exit reached.
Fri Sep 02 21:27:34 2011: 11726 bytes downloaded into FLASH and verified (2.79 Kbytes/sec)
Fri Sep 02 21:27:34 2011: Loaded debugee: D:\Simulation of Single Chip\LPC2103\实验\测试\Debug\Exe\GPS.d79
Fri Sep 02 21:27:34 2011: Target reset
        这是我在Flash中的仿真开始时的信息
        以下是我在单步调试到while循环时出现的现象:
Fri Sep 02 21:30:57 2011: Failed to set breakpoint at 0x00000A00 (out of hardware breakpoints)
Fri Sep 02 21:30:57 2011: Performance warning: Lack of breakpoints forces single-stepping.
Fri Sep 02 21:30:59 2011: Failed to set breakpoint at 0x00000A00 (out of hardware breakpoints)
Fri Sep 02 21:30:59 2011: Performance warning: Lack of breakpoints forces single-stepping.
        我不知道是什么原因能不能帮我解释一下?

houxuebing261 发表于 2011-9-7 16:57:57

我写的代码太大,12K,不能在RAM中仿真,只能在Flash中仿真

houxuebing261 发表于 2011-9-8 10:09:42

是不是这里人比较少啊?
页: [1]
查看完整版本: 我用的是一块LPC2103的最小系统板配的自己焊接的电路,在FLASH中调试的时候出现下面的