STM32F334 ADC Jumps
Hello,
I am using a STM32F334 for a project where I am reading several analog channels, specifically connected to thermistors. I am using DMA to read the analog channels and also sending this data out on UART via DMA.
I am seeing some weird jumps in the data, which also correspond with longer than normal intervals between sending UART data.
It seems like only analog data is doing this and I'm wondering why. Does it maybe have something to do with DMA? I have different priorities set for the DMA streams in the STM32Cube project configuration.
I am sampling the internal temp sensor channel, Vref, and Vbat channels, if that is useful. I have the longest sampling interval set as well.
Any help or tips appreciated.
