we will use ALF2X-SC-512 on the our device.
It controlled USB Files by SPI communication.
If I send the W Command to ALF2 IC, it changed SPI_BUSY status are Low and then I can write to the ALF2 IC. But, if I send the L Command to ALF2 IC, it changed SPI_BUSY are HIGH and then I can’t communicate with ALF2 IC anymore.
we applied ALFAT_SPI_UART_IF_Code_Library CODE.
What is different between W Command and L Command ?
How to control SPI_BUSY Pin ?
We are looking foward to hearing this questions from you soon.
Since SPI busy is still asserted, I suspect you have not properly sent the number of bytes that you told ALFAT to expect, and it’s still waiting for that to complete (see steps 4 and 5 of the algorithm noted in the manual P46). Until SPI_BUSY is not busy, you can’t proceed to step 6.