Minimum signals to program a KE02Z64?

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

Minimum signals to program a KE02Z64?

Jump to solution
469 Views
craig_ross1
Contributor I

I'm designing a "Bare Bones KE02Z64" board. What are the minimum signals that I need to bring to an ICSP connector in order to download programs into Flash? I have a FRDM-KL25Z development board that I can use as a programmer.

0 Kudos
1 Solution
383 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi craig ross ,

  You can use the SWD interface to download the code with the external debugger.

  The SWD interface is: VDD, VSS, SWD_DIO, SWD_CLK.

  Actually, you can refer to the FRDM-KE02 board:

FRDM-KE02Z40M|Freedom Development Platform|Kinetis | NXP 

pastedImage_2.png

In your hardware, please note these points:

1. Reset_b pin need to add external 4.7k to 10K pull up resistor, and 0.1uf capacitor to ground.

2. NMI pin need to add external 4.7K to 10K pull up.

3. SWD_DIO need to add external 10K pull up resistor.

Wish it helps you!

If you still have questions about it, please kindly let me know.


Have a great day,
Kerry

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

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
384 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi craig ross ,

  You can use the SWD interface to download the code with the external debugger.

  The SWD interface is: VDD, VSS, SWD_DIO, SWD_CLK.

  Actually, you can refer to the FRDM-KE02 board:

FRDM-KE02Z40M|Freedom Development Platform|Kinetis | NXP 

pastedImage_2.png

In your hardware, please note these points:

1. Reset_b pin need to add external 4.7k to 10K pull up resistor, and 0.1uf capacitor to ground.

2. NMI pin need to add external 4.7K to 10K pull up.

3. SWD_DIO need to add external 10K pull up resistor.

Wish it helps you!

If you still have questions about it, please kindly let me know.


Have a great day,
Kerry

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

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
383 Views
craig_ross1
Contributor I

Hi Kerry,

Thanks so much for your quick response, the information that you provided was exactly what I needed!

Craig Ross

0 Kudos