This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Continuous ADC with DMA on NUCLEO-F446RE board not working #89046
Labels
area: ADC
Analog-to-Digital Converter (ADC)
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: low
Low impact/importance bug
Describe the bug
I was working on migrating Nucleo F4446RE from FreeRTOS + HAL to ZephyrRTOS and got stuck on setting up continuous ADC + DMA read. Whenever ADC finishes sampling I want DMA to write this new data to a given buffer. What I am seeing instead is just one read being completed.
To Reproduce
My setup:
Expected behavior
With time I expected to see different values being logged into terminal
Environment
The text was updated successfully, but these errors were encountered: