Hi all.
I need to setup SPI connection between the C5515 on the fingerprint kit and an external device. Therefore I've downloaded CSL (the "low-power" version), compiled the lib, compiled the SPI example and run it. I get following output:
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!!
I've looked the example source file and put the spiReadBuff and spiWriteBuff in the watch window. spiWriteBuff has values 17, 171, 17, 171, ... while spiReadBuff is all 0. Where is the problem? Is there some bug in the CSL SPI lib w.r.t. to the C5515? Or some bug in the example code? Or did I forget something important? I've also tried for different SYSCLK frequencies, but nothing changes...
Thanks for all your help
Andreas