Hi
EVK board equipted On-board (Link2) Debug probe, LPC4322 is the MCU for the debug probe.
On board LPC4322 is neither SPI master nor slave.
LPC55 SPI communication.
The spi_polling_board2board_master example shows how to use spi driver as master to do board to board transfer with polling.
n this example, one spi instance as master and another spi instance on othereboard as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct.
In order to run this demo, two LPCXpresso55s69 boards are needed.
Thanks,
Jun Zhang