Resolved! STM32F767: I would like to sample 5 channels on ADC1 using the DMA, and timer 1 triggering the conversions at a rate of 40 Hz.
The problem I am having is the flag in the HAL_ADC_ConvCmpltCallback() function is never set, so the "if" statement in my main while loop is never entered.