I am using the STM32F303RE Nucleo, and STM32 CubeIDE. I have simple code that just sets up ADC1 in scan continuous mode, reading IN6, IN7, IN8, IN9 in single-ended, 12 bit size. I turned on the DMA for ADC1, using half word size, circular buffer.What...