FreeRTOS contest switching time from ISR
Hi all,
In my project I need to read an ADC at a sample rate of 15KSPS. When new data becomes ready to read, the ADC pull low the DRDY line. I've configured this line as input interrupt and in the ISR a signal is sent to a task waiting for it before to do some calculation.
It works well, but the call to osSignalSet take about 15usec to be executed that is too much for my goal. Is there a way to speed it up? The MCU clock is 168 MHz.
Thanks in advance for any help.
