How do i check a flag bit inside a conditional statement without using HAL?
Im using the ADC of an STM32F031K6 without using HAL. As im using discontinuous mode, I need to check the EOC bit to see if each conversion has finished, if yes store the data and start the next conversion. How do I write an 'if' statement that will ...