I tested with NUCLEO-F303ZE (72Mhz clock).I checked the time when comparator makes interrupt as below ------------------------------------------------------------------------------------void COMP7_IRQHandler(void){ DRV_GPIO_Port->BSRR = (uint32_t)DRV...