Hello,
regarding my project with SPI and EDMA on the ICE Board am3359, i using a dataframe with a checksum, to make sure, that there was no transmission error.
If a transmission error occur, this will be on every next new transmission. It seems that there is an one byte offset. So that the checksum check fails.
What would be the recommend way to reinitialize the SPI and EDMA?
This solution has a duration of some µs (more than 10µs): "Simply" SPI soft-reset and a new SPI init, same for the EDMA ( Paramsets) ?
Is there a better recommend solution, which would be faster?
Thanks.