早上用我的jlink V8 按照 EEPW ARM DIY 手记之软件设计(二)——LED 跑马灯实验 一文中的说明和板子连接起来,并从论坛上下载了一个跑马灯的实验程序,进行编译下载,板子可以正常运行了!!
下载过程中的提示信息:
EEPW ARM DIY 手记之软件设计(二)——LED 跑马灯实验
Build target 'Target 1'
assembling STM32F10x.s...
compiling pmd.c...
compiling delay.c...
compiling sys.c...
compiling usart.c...
compiling led.c...
linking...
Program Size: Code=3164 RO-data=268 RW-data=4 ZI-data=612
FromELF: creating hex file...
"PMD.axf" - 0 Error(s), 0 Warning(s).
Load "D:\\ARMDIY\\跑马灯\\EEPW\\USER\\PMD.AXF"
Set JLink Project File to "D:\ARMDIY\跑马灯EEPW\USER\JLinkSettings.ini"
JLink info:
------------
DLL: V4.24b, compiled Feb 22 2011 20:47:17
Firmware: J-Link ARM V8 compiled May 20 2010 17:07:46
Hardware: V8.00
S/N : 20100214
Feature(s) : RDI,FlashDL,FlashBP,JFlash,GDBFull
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: ETM fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
ROMTableAddr = 0xE00FF003
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: ETM fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: ETM fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
Target info:
------------
Device: STM32F103ZE
VTarget = 3.300V
State of Pins:
TCK: 1, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1
Hardware-Breakpoints: 6
Software-Breakpoints: 2048
Watchpoints: 4
JTAG speed: 9600 kHz
Erase Done.
Programming Done.
Verify OK.
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: ETM fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
Application running ...
只是在我下载的时候老是提示有jlink新版本的信息,
而且我没法调试,说是有代码大小限制,为什么呢?