我的板子是STM32F101C8T6 的, 连接好了JLink 到 SWD的四根线 ,我直接用战舰开发板的模板工程,然后在工程设置里修改了cpu的型号,条件编译参数,替换了工程里的启动文件,编译通过,调试的时候出错,下面是调试信息
Program Size: Code=4988 RO-data=268 RW-data=52 ZI-data=1836
FromELF: creating hex file...
"..\OBJ\Template.axf" - 0 Error(s), 0 Warning(s).
Load "..\\OBJ\\Template.axf"
Set JLink Project File to "E:\STM32\test2\USER\JLinkSettings.ini"
* JLink Info: Device "STM32F101C8" selected (64 KB flash, 10 KB RAM).
JLink info:
------------
DLL: V4.62 , compiled Jan 25 2013 15:19:47
Firmware: J-Link ARM V8 compiled Nov 14 2012 22:34:52
Hardware: V8.00
S/N : 17935099
Feature(s) : RDI,FlashDL,FlashBP,JFlash
* JLink Info: Found SWD-DP with ID 0x1BA01477
* JLink Info: Found SWD-DP with ID 0x1BA01477
* JLink Info: TPIU fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
* JLink Info: Found Cortex-M3 r1p1, Little endian.
ROMTableAddr = 0xE00FF003
我是新手,求各位大神帮我看看
|