You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Brian,
Thanks for your article and sample code, I am studying about PIO and try to create a simple sensor<>LCD project.
After studied your source code, there is a little question about ISR.
Why your capture callback is rely on PIO's ISR but not DMA's ISR? Am I misunderstand something?