Hi @lfost
Regarding , are there specific instructions I need to use the Segger j-link and mcuxpresso?
As far as I know, you should be able to debug with J-Link probe out of the box. Just make sure to delete the .launch file associated to the LPC-Link at the bottom of your project.
@lfost adding more to this comment.
Either way, you should be able to test with the GDB console debugger, as I shown early.
Additionally, there is an alternative to try to get debug access ( if you have the needed interfaces) we can try:
1 Set the MCU into serial downloader mode, changing boot mode pins to 0001.
2 Reset or power cycle the MCU.
3 Try one more time to access SWD.
4 if you are still failing by SWD, try to see if the chip is alive, try use the MCU Secure Provisioning Tool or the MCU Boot Utility to connect with the bootloader. If you success, we can go further and try to flash a blinky or hello world application. This way we can be able to troubleshoot further.
5 Put MCU back into internal boot mode, changing boot mode pins to 0010.
All the best,
Diego
Diego