2019-10-17 07:03 PM
I already use mdma to read qspi flash content successfully, and separatedly use mdma to decode jpeg picture too.
Can I and how, let mdma do the two works at same time. and later maybe some other works added .
2019-10-17 08:47 PM
It has 16 channels, pick different ones
2019-10-17 08:50 PM
hardware has no limit, but software architecture problem: can they share one ISR? and complete_callback functions?