Question
stm32l476 a/d questions
If I am doing software trigger single conversion of 3 a/d channels and I set my end of conversion selection to be 'End of Single conversion' (CubeMX):
- Can I expect my to enter my ISR A/D callback at EACH EOCIF?
- All indications are that if I read the AD register or write a '1' to the EOCIF, the flag will get cleared. Will I have time to read the AD register prior to it taking the next sample in the sequence?
- Will an EOS flag get set on the last channel in the sequence? I know the IE bit will not be set but I want to know if I can read the EOSIF and see it has been set.....