Dear All,
I have some problems in the spi configuration and in particular, the /Chip Select line when using the FIFOs interrupts for an interface with a an EEPROM. I want to write several dozens of words on the same spi transmission.
I have the RXFIFO interrupt configured for 15 bytes. The interrupt is being generated normally, after the reception of this number of bytes.
However, the /Chip Select line goes high after the last word is transmitted, and goes down only after the interruption is attended and new data is loaded on the transmission buffer.
For the EEPROM this is not valid, because the /Chip Select line should go high only after all words were transmitted.
There is some way to configure the /Chip Select line behaviour in order to avoid the status change during the time between the end of words on transmission buffer, and the interrupt processing?
Best regards,
Oscar