Hello,
I am working with LPC54113J256UK49Z and I am unable to get the ROM ISP to respond to the I2C bus. Using the debugger and a sample app I am able to see the probe message on the correct i2c port.
143 >----uint8_t command[] = { SH_CMD_PROBE, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA4 };
I am holding both ISP1 (PIO0_4) and ISP0 (PIO0_31) low and toggling the reset pin. I can see that my application is not running. I am issuing the i2c command in a loop, but the pin PIO0_4 remains high.
I do have something connected to the SPI port ( PIO0_12 ) with a 10MEG pull up. I don't know if that is causing an issue or not.