LPC54605 ISP UART

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

LPC54605 ISP UART

1,026 次查看
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. 

标签 (2)
0 项奖励
回复
3 回复数

1,004 次查看
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 项奖励
回复

944 次查看
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 项奖励
回复

939 次查看
Mateusz_K
Contributor II

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

 

UART_coms.png

0 项奖励
回复