Hello,
we are developing board with LPC54616. All pins are already used, so we have to use also programming pins, SWDIO as output pin and SWDCLK as uart RX (both signals are connected to additional modul of the board - pins of other processor). We are able to program and run firmware on this board, but programming stop working after few firmware updates. MCUXpresso (v11.1.1) show error (copied from console):
MCUXpresso IDE RedlinkMulti Driver v11.1 (Feb 24 2020 13:54:38 - crt_emu_cm_redlink build 11)
Found chip XML file in C:/.../project_name/Debug\LPC54616J512.xml
Reconnected to existing LinkServer process.
Connecting to probe 1 core 0 (using server started externally) reports:
'Ee(42). Could not connect to core.'
Retrying...
Reconnected to existing LinkServer process.
Server OK but no connection to probe 1 core 0 (after 3 attempts) - Ee(42). Could not connect to core.
Failed on connect: Ee(42). Could not connect to core.
No connection to chip's debug port
We have same version of this board. There are not used programming pins (SWDCLK and SWDIO) as output/UART and it works fine.
This is 3th proccesor, which is damaged by this way and dont have any clue what can cause damage of processors.
Thank you for responses.