User Activity

I am using multiple channel and multiple ADC's and I am trying to use the Interrupt method ,My first doubt was lets say we are using End Of Sequence Conversion flag So, the interrupt will be triggered when all conversion will be complete then how we ...
__IO volatile uint8_t ADC_ConversionFlg=0;void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef *hadc){/* Prevent unused argument(s) compilation warning *//*ADC_ConversionFlg |= 0x01;CTP=HAL_ADC_GetValue(&hadc1);} MX_ADC1_Init(); HAL_ADC_Start_IT(&hadc1); ...
What are the different ways of disabling the JTAG in STM32G4 series? Is Direct Register Programming an option? 
Kudos from
Kudos given to