[STM32F303CCx][Bare Metal] Connecting the MCU's comparators to capture-channels of timers. Do I need to configure the timers as well?
Hello!
I try to follow the reference manual to connect the internal comparators to the timer. Is setting the output-selection register of the comparators all there is to do (read at chapter interconnection-matrix and chapter comparators)? I feel like I have to tell the timers that their input will come from the comparators (e.g. input capture or break-input), but I cannot find any reference to it.
I haven't finalised the PCB yet, as I'ld like to determine what is possible with the MCU first, so I cannot just try it and see what happens.
Thank you for your time :)