[NHS3100] Redlink interface error when debugging

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

[NHS3100] Redlink interface error when debugging

2,446件の閲覧回数
aresmarser
Contributor III

Hi Sirs,

Anyone knows why "Redlink interface error 255" reported and how to resolve it?

As follow screenshot:

Redlink interface error.PNG

Thanks,

Arna

タグ(1)
2 返答(返信)

2,114件の閲覧回数
info19
Contributor I

Had same message and screen w/ LPC1769 OM13085 - but only in release version, not in debug version of same code. Also, not with OM13000 board.

I tweeked Release in Debug Configurations / Debugger (Set VECTRESET, det support for semihosting) and it runs again

2,114件の閲覧回数
driesmoors
NXP Employee
NXP Employee

Hi,

The most likely cause is that the firmware went to Power-off or to Deep Power Down. In these two power modes, the Debug HW block is not powered and access via SWD is not possible.

Use the define APP_MAINTAIN_SWD_CONNECTION in maintlogger.c and rebuild. This will avoid these two power modes, at the expense of a much higher current consumption.

Best,
Dries.