Hi guys,
I am currently trying to make my uart work with eDMA functionality.
Up to this point I am able to read using polling, and as second method using IRQ with a message queue.
Unfortunately I could not find any concrete examples regarding eDMA.
I tried something psoted 3 years ago but it doesn't seem to work.
I am not crashing anything but the callback doesn't seem to trigger.
My hardware is also not using an HWFC
Maybe I am doing something wrong.
UARTE driver configuration for nRF52840
if you guys have any other ideas or suggestions please let me know.