Question
FreeRTOS : Inerrupts
I work with FreeRTOS and I have two interrupts that can be triggered at the same time: An interrupt on a Timer in Input Capture mode (because I'm working with an ultrasound sensor HCSR04) and a UART interrupt (which is the reception of 'a character ). The interrupt on the timer is still not functional which causes the loss of sensor information. How to handle both interrupts in this case?
