Codewarrior 4.5 (with XEP100 pacth) option help needed

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Codewarrior 4.5 (with XEP100 pacth) option help needed

跳至解决方案
2,353 次查看
freescale_fan
Contributor I
Hi,
 
I need to enable some option that will allow me to power up a board(already programmed with my application), open codewarrior 4.5 (it has the XEP patch) , open the debug mode (using the softech evaluation board EVB9S12XEP100  which has an inbulit debugger, only the USB cable is connected to the computer) and pass the control to the debugger without it having to erase the Flash memory and the NVM memory in the XEP100, on getting control, the debugger without any erase operation should be just able to read back the memory locations and also be able to execute already programmed code.
Can someone pls let me know if there is any such option and what it could be.
Awaiting your response.
 
 
thanks..
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
987 次查看
CompilerGuru
NXP Employee
NXP Employee
When the debugger is started from CW, it gets passed the ELF file to be flashed. If you do not specify it, then it does not get flashed :smileyhappy:
This is specified in the project settings, Build Extras tab,
in the Arguments, delete the %targetFilePath part (this gets expanded to the elf file).
You can also start the hiwave debugger any other way, just make sure you loads the right ini file (SofTec_HCS12.ini for SoftTec) as project.
Then do a File->Load Application and press the "Load Symbols" button to load the debug info, but not the code.
There are other ways to do this via command line too (LOAD "Test.abs" SYMBOLSONLY).

Daniel

在原帖中查看解决方案

0 项奖励
回复
1 回复
988 次查看
CompilerGuru
NXP Employee
NXP Employee
When the debugger is started from CW, it gets passed the ELF file to be flashed. If you do not specify it, then it does not get flashed :smileyhappy:
This is specified in the project settings, Build Extras tab,
in the Arguments, delete the %targetFilePath part (this gets expanded to the elf file).
You can also start the hiwave debugger any other way, just make sure you loads the right ini file (SofTec_HCS12.ini for SoftTec) as project.
Then do a File->Load Application and press the "Load Symbols" button to load the debug info, but not the code.
There are other ways to do this via command line too (LOAD "Test.abs" SYMBOLSONLY).

Daniel
0 项奖励
回复