MPC5645使用codewarrior10.6 debug start_pl文件出现Bad character sequence encountered: @和Syntax error错误提示

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5645使用codewarrior10.6 debug start_pl文件出现Bad character sequence encountered: @和Syntax error错误提示

451 Views
lalalairene
Contributor I

HELLO,all,

        WHEN I use the CW10.6 FOR debugging MPC5645, I encountered such two errors. The code is compiled with no error. Does anyone know how to solve this?

EER1.pngerr2.png

It seems like the function _declspec(vle_on) can’t start up, related to core 1 started failed. 

0 Kudos
2 Replies

441 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Could you clarify the issue more in detail? The code is compiled correctly and works well, correct? You just see some incorrect notifications during debugging, is it so?

0 Kudos

433 Views
lalalairene
Contributor I

YES,THE code is compiled well,but can't run successfully,I attach the  CDT build console INFO below. I guess it is BECAUSE the CW10.6 I use now  is configued somewhere wrong.  IT can‘t  be compatable to the character '@', so IT cant reach to de correct flash memory.

 

Starting 3rd party flash programming...

GDI: Mtwks Callback(MTWKS_CB_PROJECTACCESS, Section : STARTUP, Entry : SPECIFY_NETWORKCARD_ENABLED, Value : 0, R) => DI_ERR_NONFATAL

INF: Copyright 2012 P&E Microcomputer Systems,Inc.

INF: Command Line :"D:\SoftwareTools\CW10.6\CW MCU v10.6\eclipse\..\MCU\bin\de.exe" -noni -language en -ORBendPoint giop:tcp:127.0.0.1: -ORBtraceLevel 0

INF: CMD>RE

INF: Initializing.

INF: Target has been RESET and is active.

INF: CMD>CM D:\SoftwareTools\CW10.6\CW MCU v10.6\MCU\bin\Plugins\support\EPPC\gdi\P&E\freescale_mpc5646c_1x32x768k_lcflash.pcp

INF: Initializing.

INF: Initialized.

INF: ;version 1.03, 09/28/2012, Copyright P&E Microcomputer Systems, www.pemicro.com [5646x_3072k_LCFlash]

INF: ;device Freescale, MPC5646C, 1x32x768k, desc=LCFlash

INF: ;begin_cs device=$30000000, length=$00300000, ram=$00300000

INF: Loading programming algorithm ...

INF: Done.

INF: CMD>EM

INF: Erasing.

INF: Module has been erased.

INF: CMD>PM

INF: Programming.

INF: Processing Object File Data ...

INF: .

INF: Programmed.

INF: CMD>VC

INF: Verifying object file CRC-16 to device ranges ...

INF:    block 00000000-00000007 ...

INF: Ok.

INF:    block 00000010-000004D7 ...

INF: Ok.

INF:    block 00010000-000100F3 ...

INF: Ok.

INF:    block 00010100-000101A3 ...

INF: Ok.

INF:    block 00020000-000200F3 ...

INF: Ok.

INF:    block 00020100-000201CF ...

INF: Ok.

INF:    block 00040000-000536B3 ...

INF: Ok.

INF:    block 000536B8-0005396B ...

INF: Ok.

INF:    block 00054000-0005471F ...

INF: Ok.

INF:    Checksum Verification Successful. (Cumulative CRC-16=$2582)

INF: CMD>RE

INF: Initializing.

INF: Target has been RESET and is active.

GDI: Mtwks Callback(MTWKS_CB_PROJECTACCESS, Section : DEFAULT, Entry : MODE27, Value : Unknown Processor, R) => DI_ERR_NONFATAL

GDI: Mtwks Callback(MTWKS_CB_PROJECTACCESS, Section : Unknown Processor, Entry : REGISTERMASK, Value : *.reg, R) => DI_ERR_NONFATAL

GDI: Mtwks Callback(MTWKS_CB_PROJECTACCESS, Section : Unknown Processor, Entry : RESETADDR, Value : -1007091700, R) => DI_ERR_NONFATAL

GDI: Mtwks Callback(MTWKS_CB_PROJECTACCESS, Section : Unknown Processor, Entry : WATCHADDR, Value : 0, R) => DI_ERR_NONFATAL

GDI: Mtwks Callback(MTWKS_CB_PROJECTACCESS, Section : Unknown Processor, Entry : FLASHALG, Value : , R) => DI_ERR_NONFATAL

INF: WARNING - NO RESET SCRIPT FILE HAS BEEN CONFIGURED TO RUN!!!

INF: TO MODIFY THE RESET SCRIPT SETTINGS, USE THE FOLLOWING MENU OPTION:

INF: CONFIGURATION -> AUTOMATED SCRIPT OPTIONS

0 Kudos