Howdythis line: hadc->Instance->CR |= ADC_CR_ADSTART;at the end of: HAL_ADC_Start_DMA(ADC_HandleTypeDef* hadc, uint32_t* pData, uint32_t Length);is causing a crash / reset. I've used HAL for this set up quite a few times with no problems, but this ti...