在线时间0 小时
UID138696
注册时间2007-7-11
NXP金币0
该用户从未签到
新手上路

- 积分
- 22
- 最后登录
- 1970-1-1
|
发表于 2011-9-1 17:09:58
|
显示全部楼层
RE:DIY USB开发板相关资料咨询专贴 更新例程和说明 3.29
楼主用过HCS08MM系列的8位MCU吗?
我配置时钟为48MHz时, 调试界面的命令区域输出如下
executing HCS08_FSL_OpenSourceBDM.hwl
!OPEN source 0 0 60 39
NO CONNECTION
!Source < attributes TOOLTIP on,TOOLTIP_FORMAT signed,TOOLTIP_MODE details,FREEZE off,MARKS off
!OPEN assembly 60 0 40 31
!Assembly < attributes ADR on,CODE off,ABSADR on,SYMB off,FORMAT Auto,FREEZE off,TOPPC 0xC09A
!OPEN procedure 0 39 60 17
!Procedure < attributes VALUES on,TYPES off
!OPEN register 60 31 40 25
!Register < attributes FORMAT AUTO,COMPLEMENT None
!OPEN memory 60 56 40 22
!Memory < attributes FORMAT hex,COMPLEMENT None,WORD 1,ASC on,ADR on,MODE automatic,UPDATERATE 10,SHOW_ADDRESSSPACE 0,ADDRESS 0x80
!OPEN data 0 56 60 22
!Data:1 < attributes SCOPE global,COMPLEMENT None,FORMAT Symb,MODE automatic,SORT NotSort,UPDATERATE 10,NAMEWIDTH 16
!OPEN data 0 78 60 22
!Data:2 < attributes SCOPE local,COMPLEMENT None,FORMAT Symb,MODE automatic,SORT NotSort,UPDATERATE 10,NAMEWIDTH 16
!OPEN command 60 78 40 22 ;max
!Command < attributes CACHESIZE 1000
!bckcolor 50331647
!font 'Courier New' 9 BLACK
!AUTOSIZE on
!ACTIVATE "Data:2" " rocedure" "Data:1" "Source" "Register" "Assembly" "Memory" "Command"
done HCS08_FSL_OpenSourceBDM.hwl
Loading Target ...
IO registers loaded for MC9S08MM128 from C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.3\prog\REG\MCU1080.REG
Startup command file does not exist.
executing HCS08_FSL_OpenSourceBDM.hwc
done HCS08_FSL_OpenSourceBDM.hwc
Preload command file does not exist.
Reset command file does not exist.
FP: FLASH parameters loaded for MC9S08MM128_V1(NVMIF2 rev 1,1,1,1,1,1,1,1,1,1) from C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.3\prog\FPP\mcu1080.fpp
MCU clock speed: 4346000 Hz
Block Module Name Address Range Status
0 FLASH_40B1 40B1 - 7FFF Blank - Unselected
1 FLASH_C000 C000 - FFFF Programmed - Unselected
2 PAGE_0 8000 - BFFF Blank - Unselected
3 PAGE_1 18000 - 1BFFF Blank - Unselected
4 PAGE_2 28000 - 2BFFF Blank - Unselected
5 PAGE_3 38000 - 3BFFF Programmed - Unselected
6 PAGE_4 48000 - 4BFFF Blank - Unselected
7 PAGE_5 58000 - 5BFFF Blank - Unselected
8 PAGE_6 68000 - 6BFFF Blank - Unselected
9 PAGE_7 78000 - 7BFFF Blank - Unselected
FP: The UNPROTECT command is not available for the FLASH_40B1 flash module => Skipped.
FP: The UNPROTECT command is not available for the FLASH_C000 flash module => Skipped.
FP: The UNPROTECT command is not available for the PAGE_0 flash module => Skipped.
FP: The UNPROTECT command is not available for the PAGE_1 flash module => Skipped.
FP: The UNPROTECT command is not available for the PAGE_2 flash module => Skipped.
FP: The UNPROTECT command is not available for the PAGE_3 flash module => Skipped.
FP: The UNPROTECT command is not available for the PAGE_4 flash module => Skipped.
FP: The UNPROTECT command is not available for the PAGE_5 flash module => Skipped.
FP: The UNPROTECT command is not available for the PAGE_6 flash module => Skipped.
FP: The UNPROTECT command is not available for the PAGE_7 flash module => Skipped.
Vppon command file does not exist.
Vppoff command file does not exist.
FP: Arm FLASH for loading.
Vppon command file does not exist.
Vppoff command file does not exist.
FP: FLASH disarmed.
Reset command file does not exist.
Postload command file does not exist.
main 0xC617'P T
STARTED
RUNNING
Breakpoint
STARTED
RUNNING
Target Speed Change Detected - New Speed 47.55 MHz
ILLEGAL_BP
RUNNING
ILLEGAL_BP
RUNNING
ILLEGAL_BP
RUNNING
ILLEGAL_BP
RUNNING
ILLEGAL_BP
RUNNING
ILLEGAL_BP
RUNNING
ILLEGAL_BP
RUNNING
ILLEGAL_BP
RUNNING
ILLEGAL_BP
RUNNING
ILLEGAL_BP
RUNNING
如果不点击复位, 就这样一直显示非法断点. 无论我是否设置断点. |
|