Dear all,
In past, we use codewarrior (ver. 5.6.1.1506 ) to program GT16 CPU and works fine. (But we need to select GT60 when programming and real-time debug). The hardware uses Zigbee module (MC13192 as external clk)
Now we need to change the CPU to GT16A. However, the program cannot be download to the CPU with the error as listed below
(Error loading programming algorithm – load aborted)
(Error occurred during Flash programming)
(ERROR 14 during programming!)
Then we try to select GT16 when programming the GT16 CPU and GT16A CPU. It can download into the CPU but halt while running in real-time debugger as listed below
STARTED
Frequency change to ~3910272hz.
RUNNING
HALTED
It stop at the DisableInterrupts command in start08.c as listed below
void _Startup(void){
#ifdef __ELF_OBJECT_FILE_FORMAT__
DisableInterrupts; /* in HIWARE format, this is done in the prestart code */
#endif
If anyone can give me a hand.
regards
martin
解決済! 解決策の投稿を見る。