Using the Debug Mailbox with IAR tools

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

Using the Debug Mailbox with IAR tools

411 次查看
rony243
Contributor I

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.

0 项奖励
回复
1 回复

374 次查看
Harry_Zhang
NXP Employee
NXP Employee

Hi @rony243 

The ERR_ISP_PARAM_ERROR return code indicates that there is an issue with the parameters of the Unlock command you are sending. On the LPC54605, the Unlock command expects a specific set of conditions to be met.

BR

Harry

0 项奖励
回复