Dear Ti-community,
I have some issues to use the TM4C129 as SSI-slave. First of all, the master is sending two commands- and two crc- bytes with a baudrate of 1000000. Using a half full or mor RX interrupt is to slow to send back the data and the master detects errors. Polling with ssiget() and ignoring the crc is working but i dont want to use a blocking function.
Is there a way to act fast enough over SSI?
regards
Lukas