Good Day!
I'm having no success to use ISP to download firmware on to the board LPC55S28-EVK.
Board is powered by External +5V power via P5 Micro USB connection.
ISP boot jumper J10 is installed (this jumper ties port P0_5 to ground, forcing the LPC55Sxx into ISP mode whenever it is reset)
Jumper P1 is installed which makes FC0 UART at P8 available for ISP
P8 Flexcom 0 USART is connected to Serial USB Adapter (TX pin -> RX, RX pin -> TX, GND -> GND)
Serial USB adapter is connected to PC, and it appears in device manage on Windows 11.
When reset is pressed, the resident app blinky is not executed so it appears that the ISP mode is enabled.
When Linkflash.exe is run, and refresh button is clicked on its UI, 'Probe' field never gets updated with any entry.
Protocol field remains SWD
Same behavior if FC0/UART is disconnected, and FS USB P10 connector is connected to PC.
The board works fine for flash/debug with onboard debug probe;
How can i make ISP work?
Thank you!