Resolved! ADC wiring on stm32f303re Nucleo board
Posted on January 03, 2018 at 22:27Hello,I have a simple application where I need to sample a single ADC line periodically. I can use polling rather than DMA and interrupts since the timing requirements are very slow. Anyway, I've taken an ADC sam...