LPC54605 ISP UART

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

LPC54605 ISP UART

829 Views
Mateusz_K
Contributor II

I am using ISP through UART on LPC54605. I follow the procedure described in the User Manual, that is: 

- send synchronization char

- send "Synchronized\r\n"

- send freq

After all this commands I am getting expected response. How ever, when I send Unlock command I am receiving ERR_ISP_PARAM_ERROR return code. Unlock commands which I am sending is structured as: 

"U 23130\r\n"

Procedure, which I am using works on other LPC devices, such as LPC11Axx. 

Labels (2)
0 Kudos
Reply
3 Replies

807 Views
Pavel_Hernandez
NXP TechSupport
NXP TechSupport

Hello, my name is Pavel, and I will be supporting your case, is there a possibility that your device is locked, could you try to use the SPSDK and on this use BLHOST to read if the flash is lock.

Pavel_Hernandez_0-1737060186441.png

Installation Guide — SPSDK documentation

Best regards,
Pavel

0 Kudos
Reply

747 Views
Mateusz_K
Contributor II
I won't install it, but I am sure that device is not locked. ECRP region in flash is empty, I can reprogram and erase the device using SWD
0 Kudos
Reply

742 Views
Mateusz_K
Contributor II

I mean, I will try to install it, meanwhile: UART communication looks like this 

 

UART_coms.png

0 Kudos
Reply