Hi KEVIN KRATZER,
If the SPI data is very important, you can set the SPI transfer priority is more higher, just make sure other interrupt won't influence the SPI byte lost problem.
BTW, the interrupt service code should as small as possible, otherwise, if the SPI is receiving the data, but the interrupt break it, and caused a lot of times, that time is more than the SPI byte receiving, then it will cause some SPI byte lost problem.
Another way, if the SPI master didn't receive the correct data frame, it also can tell the SPI slave to send the data again.
Wish it helps you!
If you still have questions about it, please kindly let me know.
Have a great day,
Kerry
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------