We want to download the Image using another board which is connected to NXP LPC54S018 using I2C Serial interface. So we dont need tools to run it on PC. We want the procedure to be used for ISP I2C.
Am using same sync message which you send in UART over I2C but am not getting response synchronized from NXP LPC54S018
Below are the I2C Pins I used to connect NXP LPC54S018:
PIO0_13 — General-purpose digital input/output pin. Remark: In ISP mode, this pin is set to the Flexcomm 1 I2C SDA function.
PIO0_14 — General-purpose digital input/output pin. Remark: In ISP mode, this pin is set to the Flexcomm 1 I2C SCL function.
These details are mentioned in data-sheet of LPC540xx.pdf.
I tried these four I2C address 0x18, 0x1C, 0x7E and 0x30 and it is not working. Please let me which I2C address are used to communicate with ROM bootloader in I2C ISP?