Resolved! Differences between DMA call back and Interrupt call back (SPI, UART, etc)
If I want to do some communication using SPI or UART, there are options like DMA or Interrupt, both of which give me callback. That means after MCU issues or start Tx/Rx function, it is free to do something else while waiting for the Tx/Rx complete c...