HelloI am using a STM32L476VG. I want to use pin PC4 (named 'comp_negative') and PC5 (named 'comp_positve) for comparator inputs. Reading through 'stm32l4xx_hal_comp.c' it gives some idea how to set this up. I have also seen someone else has had a si...