I have a custom board with an LPC5514 and I am trying to connect the MCU Link to it over the SWD interface. My understanding is that all we need are:
- VCC (3.3V)
- GND
- RESET (pin 32)
- SWDIO (PIO0_12)
- SWCLK (PIO0_11)
I have powered on the board (3.3V is stable),
- GND from the MCULink is connected to the GND on my board,
- IF_RST from MCU_Link is connected to RESET on my board
- IF_SWDIO from MCU_Link is connected to SWDIO on my board
- IF_SWCLK from MCU_Link is connected to SWCLK on my board
I am not seeing any response MCUXpresso other than that the target is not connected.
When not connected, I am seeing activity on the IF_SWCLK and IF_RST pins on the MCU_Link, so I know that the MCU_Link works. But when I connect it to my board, something pulls them low, even when the IF_RST pin is high. It looks like something is not letting the LPC5514 come out of reset, but at the same time, I am not seeing any activity on SWCLK when the two boards are connected.
What could I be missing?