Hi all,
I am trying to communicate with an SPI periheral but there is a problem about CS signal. My WLEN is 24 and FLEN is 9. I expect CS to behave like below:
But when I build my code and run, I observe the below behavior. CS signal lags behind the data conversion (first SPI read operation) which ruins my SPI communication. I try to take CS high and back to low (CSpolarity is active low) before SPI_read but problem is not solved. I also try to ground the CS pin of the peripheral which also do not work, due to pin configuration I do not have the chance to control CS with GPIO (Also I do not believe that this will solve my problem)
Any idea or recommendation?