KL25Z In-System Programming. What options exist?

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

KL25Z In-System Programming. What options exist?

跳至解决方案
839 次查看
danreltek
Contributor III

Hello All,

My KL25Z 128 VLK4 project is reaching the point where I want to have some prototypes made. Before I can finalise my schematic I need to know what I need to do to download my program to the device after it has been made.

Please let me know what software, hardware, and documentation I should be looking at?

Thanks

Dan

标签 (1)
0 项奖励
回复
1 解答
720 次查看
mjbcswitzerland
Specialist V

Hi Dan

The only way to program the KL25 is via SWD. Just copy the header connector circuit from the FRDM-KL25Z board:

pastedImage_1.png

You can get a P&E or Segger programmer (these are typically used or some other low cost ones that can do SWD mode). The P&E and Segger JLink will work with the NXP tools (like KDS) which can be used for programming too. The programmers are often also delivered with dedicated programming SW which may be more productive too.

If you are a zero budget company or hobbyist with free time you can also use an existing freedom board to connect to your board and use its OpenSDA debugger to program. See Eric's blog for this:
https://mcuoneclipse.com/2013/04/21/using-the-freedom-board-as-jtag-programmer/

Regards

Mark

在原帖中查看解决方案

2 回复数
721 次查看
mjbcswitzerland
Specialist V

Hi Dan

The only way to program the KL25 is via SWD. Just copy the header connector circuit from the FRDM-KL25Z board:

pastedImage_1.png

You can get a P&E or Segger programmer (these are typically used or some other low cost ones that can do SWD mode). The P&E and Segger JLink will work with the NXP tools (like KDS) which can be used for programming too. The programmers are often also delivered with dedicated programming SW which may be more productive too.

If you are a zero budget company or hobbyist with free time you can also use an existing freedom board to connect to your board and use its OpenSDA debugger to program. See Eric's blog for this:
https://mcuoneclipse.com/2013/04/21/using-the-freedom-board-as-jtag-programmer/

Regards

Mark

720 次查看
danreltek
Contributor III

Thanks Mark,

This is exactly the information I was seeking.

Much appreciated

Dan

0 项奖励
回复