MCXA UART ISP protocol / procedure

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

MCXA UART ISP protocol / procedure

Jump to solution
912 Views
Mateusz_K
Contributor II

I want to implement host side of ISP communication for UART, MCXA142. I send Ping packet and receive expected response. What is the typical sequence of send and received packets? 

 

At the moments moment, mine looks like this: 

1. Send Ping

2. Receive Ping response

3. Send command packet in framing packet: erase all

4. No response 

 

 

 

Labels (1)
0 Kudos
Reply
1 Solution
907 Views
marek-trmac
NXP Employee
NXP Employee

Hi Mateusz,

ISP protocol host is already implemented in Secure Provisioning SDK. This is open source python code. I'd recommend to reuse.

Regards,
Marek


NOTE: If you find the answer useful, kindly click on [ACCEPT AS SOLUTION] button

View solution in original post

0 Kudos
Reply
1 Reply
908 Views
marek-trmac
NXP Employee
NXP Employee

Hi Mateusz,

ISP protocol host is already implemented in Secure Provisioning SDK. This is open source python code. I'd recommend to reuse.

Regards,
Marek


NOTE: If you find the answer useful, kindly click on [ACCEPT AS SOLUTION] button
0 Kudos
Reply