Question
Can semaphore in FreeRTOS be used for triggering less than 1ms ?
Hi,
I wish to use FreeRTOS to create task with semaphore to wake up the task for every 2kHz.
I know FreeRTOS timer tick is 1ms (1kHz) the most.
I create a HW timer to interrupt every 2k.
Question, is the semaphore and the task able to be woken up every 2kHz ?
Thanks.
