这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » DIY与开源设计 » 电子DIY » LED跑马灯可以运行

共4条 1/1 1 跳转至

LED跑马灯可以运行

高工
2012-04-17 09:26:33     打赏

早上用我的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新版本的信息,
而且我没法调试,说是有代码大小限制,为什么呢?




关键词: 马灯     可以     运行     JLink    

专家
2012-04-17 09:29:30     打赏
2楼
很好,能出现象就是成功的第一步!

院士
2012-04-17 10:03:09     打赏
3楼
那个可以更新。一会儿就好了。大约10秒钟左右

从你的编译过程来看,没有发现异常。

代码限制有可能是 crack不是太好——只是猜测


高工
2012-04-17 11:23:04     打赏
4楼

恩,好的 谢谢啦! 当时机子没有联网,呵呵


共4条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]