Hi,
I am using KDS2.8.0 sample project "dspi_polling_b2b_transfer_master" to communicate with "IS25LP032D" flash memory.
Here are configuration for SPI0:
PORT_SetPinMux(PORTC, 4, kPORT_MuxAlt2);
PORT_SetPinMux(PORTC, 5, kPORT_MuxAlt2);
PORT_SetPinMux(PORTC, 6, kPORT_MuxAlt2);
PORT_SetPinMux(PORTC, 7, kPORT_MuxAlt2);
I can't read the mode register from flash memory.
But, If I configure PCS0 as GPIO, and set it to LOW before transmit and set to HIGH after receiving, it works fine.
1) Could you tell when it is wrong when I am using PCS0?
2) Can I adjust some parameters to make it work with PCS0?
Thanks,
Christie