Question:
Can I configure SPI in both Non-Blocking and Callback mode inside a Callback function?
Answer:
No. SPI can be used in only one mode at a time. If the buffer is submitted using non-blocking callback mode, a new buffer cannot be submitted in blocking mode before the previous transaction is completed.