¿how to program with Multilink Universal programmer?

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

¿how to program with Multilink Universal programmer?

跳至解决方案
1,730 次查看
luiscahuich
Contributor II

Good evening

Could someone tell me which is the process to program a target, for example a JM60 with the multilink Universal?

I mean as far as I undestand I can program the device and I can debug it, these 2 are different things?

How can I program the devide? and how can I debug the device?

I used to work with the classic Freescale IDE but now I am using Codewarrior v10.6

Thank you so much in advance

标签 (1)
0 项奖励
1 解答
1,592 次查看
luiscahuich
Contributor II

Thank you ZhangJennie it was really helpful!!

在原帖中查看解决方案

0 项奖励
3 回复数
1,592 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi,

for debug, after you launch debugger, the code is programmed into your flash.. see attached video for how to debug and run

you can also program flash with simple flash, thus you can program a s19 to flash without launch debugger. see video simple flash.

does  this answer your questions?


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,593 次查看
luiscahuich
Contributor II

Thank you ZhangJennie it was really helpful!!

0 项奖励
1,592 次查看
Ben
Senior Contributor I

Hello Luis

If you connected the multilink device and installed it's driver, the 10.6 will recognize it.

Goto Run>Debug configuration, select your project and in the "target settings>connection" (in the debug configuration window) select the PE multilink.

Press the "apply" and "debug" buttons and you are in the debugger window.

Good luck