KurtE
Senior Member+
I was in the process of it doing it as well, until the act up with the board yesterday...
I also was changing:
The current Async function I renamed to ....IRQ
And had an Async function which detected if it supported DMA, if so called it, else called IRQ.
Changed the DMA callback function to be the same as the Async callback function...
Was in the process of debugging DMA... the WIP code was in my fork/branch: async16_wip
Will be interesting to see what you changed that I had not yet...
I also was changing:
The current Async function I renamed to ....IRQ
And had an Async function which detected if it supported DMA, if so called it, else called IRQ.
Changed the DMA callback function to be the same as the Async callback function...
Was in the process of debugging DMA... the WIP code was in my fork/branch: async16_wip
Will be interesting to see what you changed that I had not yet...