Hi guys, I am working on a project that requires the adc, and I want to use the DMA.
I have been able to get the adc to work using the sync drivers (I haven't tried async), but when I use the DMA no conversion seems to be happening.
The callback is never ran, and now values are put into the buffer besides 0.
Here is my adc configuration:
Here's My DMA configuration
Here is the setup and callback
Any help would be greatly appreciated, this has been driving me crazy.