Resolved! Correct order of using HAL_ADC_RegisterCallback function
Dear ST Community,as part of a project to capture analog microphone data, I would like to use my own callback funtions instead of hal callbacks. For this I register my ADC callbacks with the HAL function HAL_ADC_RegisterCallback as follows:/*********...