2021-08-02 11:55 PM
Hi all,
I am trying to write a linux user-space application where in i am taking data from an external MCU processing it and sending it to another thread. My question here is how can make use of DMA in the user-space to make it more efficient?
How can i eliminate busy looping / waiting for transfer scenarios in user-space?
Thanks,
Nipun Pal
Solved! Go to Solution.
2021-08-24 06:28 AM
Hi @NPal.2 ,
If I well understand your need, I guess following page might help https://wiki.st.com/stm32mpu/wiki/Dmaengine_overview
Olivier
2021-08-24 06:28 AM
Hi @NPal.2 ,
If I well understand your need, I guess following page might help https://wiki.st.com/stm32mpu/wiki/Dmaengine_overview
Olivier
2021-08-24 11:49 PM
Thanks @Community member , will take a look.