Hi @BUras
Thanks for your reply!
I have not seen major issues within your HW connections, I hope not to miss anything. However, below I request a bit more of information.
1 Could you please provide me the log you see when attempting to program your MCU?
2 Is this a new desing you are trying to program for the first time? If not, do you know what was programmed into your MCU?
I have a couple of pointers for you:
- Eventougth the LPC-Link can supply power to the MCU via JTAG. Make sure to provide the proper supply voltage for your chip itself.
- Check that the Reset line can be de-asserted by the debugger.
- Eventougth the hardware guide does not mandates this, the design is more stable with a external reset monitoring IC, an exaple of this circuit can be seen in the RT1050 EVK.
- Monitor that the power-up sequence complies with our specification defined in our hardware guide.
- Check that the external 24 MHz oscillator is operating, or generating the proper signal.
If you are still not able to debug the MCU over JTAG/SWD, try to see if you can communicate with the ROM bootloader over UART or USB (if your desing does enables this )
Set the MCU into serial downloader mode ( set boot mode pins to this mode according RM ) and try to connect with the MCU using a tool like our MCUXpresso Secure Provisioning Tool. This communication is over BootROM dedicated LPUART1 or USB1 port. The actual pins for the ports are described in our user manual.
Best regards,
Diego