CodeWarrior 10.7 Debug failed

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

CodeWarrior 10.7 Debug failed

783 Views
xiaojunshu
Contributor I

The debugging tool I use is USBDM, The target chip used is WCT1003A, Into the debug when the following interface:

123.png

May I ask what is the reason ?  How should I fix it?

But click on the "flash programmer" can normally download the program,as follows:

————————————————————————————————————————————————

fl::target -lc "LC for Simple Flash"
fl::target -b 0x60400 0x1000
fl::target -v off -l off
cmdwin::fl::device -d "MWCT1003_P_FLASH" -o "144kx16x1" -a 0x0 0x6bfff
cmdwin::fl::protect all off
Beginning Operation ...
-------------------------
Performing target initialization ...
Flash Operation.
Unprotecting .............
Unprotect Command Succeeded.
cmdwin::fl::device -d "MWCT1003_X_FLASH" -o "152kx16x1" -a 0x8000 0x3ffff
cmdwin::fl::protect all off
-------------------------
Flash Operation.
Unprotecting .............
Unprotect Command Succeeded.
cmdwin::fl::device -d "MWCT1003_P_FLASH" -o "144kx16x1" -a 0x0 0x6bfff
cmdwin::fl::image -f "D:\\work\\WirelessCharger_WCT1003\\WCT100xA_A13_V4.0\\A13\\example\\WCTxxxx\\WCTAutoA13_WCT1003A\\cw10\\LDM_Debug\\WCTAutoA13_WCT1003A.elf" -t "Auto Detect" -re on -r 0x0 0x6bfff -oe off
cmdwin::fl::erase image
Beginning Operation ...
-------------------------
Auto-detection is successful.
File is of type Elf Format.

Auto-detection is successful.
File is of type Elf Format.

Erasing ..............
Erase Command Succeeded.
cmdwin::fl::write
Beginning Operation ...
-------------------------
Flash Operation. ...
Auto-detection is successful.
File is of type Elf Format.

Programming ...
Program Command Succeeded
Flash Operation. done
cmdwin::fl::device -d "MWCT1003_X_FLASH" -o "152kx16x1" -a 0x8000 0x3ffff
cmdwin::fl::image -f "D:\\work\\WirelessCharger_WCT1003\\WCT100xA_A13_V4.0\\A13\\example\\WCTxxxx\\WCTAutoA13_WCT1003A\\cw10\\LDM_Debug\\WCTAutoA13_WCT1003A.elf" -t "Auto Detect" -re on -r 0x8000 0x3ffff -oe off
cmdwin::fl::erase image
Beginning Operation ...
-------------------------
Auto-detection is successful.
File is of type Elf Format.

Auto-detection is successful.
File is of type Elf Format.

Nothing to erase. No sectors selected
Erase Command Succeeded.
cmdwin::fl::write
Beginning Operation ...
-------------------------
Flash Operation. ...
Auto-detection is successful.
File is of type Elf Format.

Programming ...
Programming warning. No data to be programmed in selected flash memory range.
Program Command Succeeded
Flash Operation. done

0 Kudos
0 Replies