Hello,
I am using tms320c5515 fingerprint module.I have to interface and program SPI flash(W25X40AVNING) which is on the core board.
I want a program for SPI flash read write. I have downloaded CSL SPI test program but when I try to debug my project it gives following output.
CSL SPI Test
SPI Instance Initialize successfully
SPI Instance Opened successfully
SPI Instance Configured successfully
SPI Instance Write successfully
SPI Instance Read successfully
SPI Instance deIntialize successfully
SPI Instance Close successfully
CSL SPI Test Failed!!
CSL test program is using PPMODE-mode 5 but I have checked the pins used for SPI interface and from schematic and I have concluded it is PPMODE-MODE 1. I made these corrections in my program but still it gives me same output.