Hello,
I am working with board2board SPI example for LPC55S69 EVK ( 2 EVK boards 1 master and 1 slave). By default the code works perfectly and I am able to get proper communication of data and outputs. By default, the SPI interface is set on Flexcomm 7.
Now, when I try to change the interface to Flexcomm 5 for my own custom design, the code gets built and debugged but there is no communication of data happening between the master and slave. In order to work with my scenario, I have made changes from FLEXCOMM 7 to FLEXCOMM 5 in the pinmux.c files and the main() function in the spi master.c code. Is there anything I am missing?
The data dont seem to sent from master to slave on the SPI channel ( Flexcomm5).
Please help me with this issue. Any guidance of how to make the change from one flexcomm interface to another in the code will be much helpful.