ADC_DMA_Transfer example on NUCLEO-U575ZI-Q board failure to go through
I am loading and running example "ADC_DMA_Transfer" on NUCLEO-U575ZI-Q board but failed go through on function call
MX_ADC4_Init();
Step into this function, the software trapped in the ADC calibration process.
if (HAL_ADCEx_Calibration_Start(&hadc4, ADC_CALIB_OFFSET, ADC_SINGLE_ENDED) != HAL_OK)
{
Error_Handler();
}
The software failed to start calibration and then tangled in Error_Handler() permanently.
I searched through the early post but didn't find right solution.
Any thought on this issue? Thanks.
