Hi: Daniel, I just asm my TBLCF. and before connect my target , all seem right.
(down, programmed and PC can detect my TBLCF according to your manual, set GDI etc). my develop tool is CW6.3 down from FREESCALE. OS is windows XP.
but when I hit debug(CODEWARRIOR IDE5.7.0), I got the error "Exception vector name: Address Error" when I tried to debug the program(when I entry again, this message not appear). Then example_flash window appear.Source windows is :
(mcf52235_lo.s)
asm_startmeup:
_asm_startmeup:
/* Save off reset values of D0 and D1 */
>>> move.l d0,d6
move.l d1,d7
/* Initialize RAMBAR1: locate SRAM and validate it */
move.l #__SRAM,d0
add.l #0x21,d0
movec d0,RAMBAR1
.....
I find the LED on TBLCF flashing about two every second. can not run ,step....
another problem see manual page17,
" Enter path to a configuration file in case you need to pass start-up options to the GDI DLL (see section 3.3.1 for more details)." ------ I dont find the .cfg file. so I let it empty.
Whether i must used CFLASH TOOLS to program my flash on chip.
when I enter debug, flash on chip MCF52233 will be programmed?
I am sorry, a new come hope your guidance in dark.
Message Edited by gxd on
2007-07-12 06:31 AM