Enabling ADC Interrupt alone not ADC conversion in HAL_ADC_Start_IT() custom
In the context of using the HAL_ADC_Start_IT() function provided by the HAL library, I want to inquire about the possibility of enabling ADC interrupts without simultaneously starting ADC conversion of regular channels. The function description state...