Hi my friends, I have this doubt because I did the connection of the programmer with the pins of the microcontroller that we need use to load the program using the MCUXpresso IDE
The pins of the program that I used of the programmer PEmicro with the microcontroller LPC5504JHI48QL are the follows:
* Pin 2 TMS/SWD_DIO of the programmer PEmicro with the Pin 43 PIO_4/TMS of the microcontroller.
* Pin 4 TCK/SWD_CLK of the programmer PEmicro with the Pin 41 PIO_3/TCK of the microcontroller.
* Pin 6 TDO of the programmer PEmicro with the Pin 45 Pin PIO_6/TDO of the microcontroller.
* Pin 8 TDI of the programmer PEmicro with the Pin 44 PIO_5/ TDI of the microcontroller.
* Pin 10 of the RESET of the programmer PEmicro with the PIN 19 RESETN of the microcontroller
Those are all the connections that I did of the programmer with the microcontroller, and when I try to debug with thE MCUXpresso Ide, it is not working nothing. Also I checked the 3.3v voltage in the microcontroller that is the voltage it is need to work and it is ok.
My questions are:
* Are the connections that I did of the programmer with the microcontroller are ok?
* Does this connection need something else to make it works without any problem and start to debug with the IDE?
Thank you so much friends,
Best Regards.