Hi all,
I am using 2 SPI's in my design. I enabled SPI0_ENABLED and SPI1_ENABLED in my sdk_config.h.
SPI0 works fine. But SPI1 MOSI pin always sends 0xFF.
My pin configuration is like below:
CS = PO_08
SCK = PO_04
MOSI = PO_06
MISO = PO_07
Are these pins have any conflicts with any other interface? Please help.
Regards
Lakshmi