Single Channel ADC with DMA giving garbage results and values that are larger than 4096
Hi guys, I'm looking to implement ADC and DMA with HAL on a F767. I want the ADC to be always converting and storing to memory via DMA until it reaches the buffer limit of 320 and then I want to go to a conversion complete callback function. ADC seem...