How to start an ADC conversion at some analog signal level?
What I have: STM32L496, analog signal input.
What I need: on some level of analog signal start an ADC conversion with some delay (80...200 ns. Basically, 55-80 ns is the propagation delay for builtin comparator and 20 ns is the shortest sampling time).
What is the best way to do this?
So far I came up with something like this:
DAC_OUT->COMP_IN->???(timer?)->ADC (External trigger conversion source ???)