Correct way to initiate multiple ADC reads? (My second reading is causing a fault)
I'm reading ADC1 and ADC2 in Dual Regular Simultaneous mode using DMA on a F334R8 nucleo board, as per instructions in UM1786 section 6.2.2 "Execution of ADC conversions":void readADCs(void) { // enable ADC slave if (HAL_ADC_Start(&hadc2) != HAL_...