K_G_C
K_G_C
DIIDevHeads IoT Integration Server
Created by Marvee Amasi on 6/19/2024 in #middleware-and-os
how are local variables declared within the ISR handled?
I have different understanding, i was in the impression that ISR execution uses the main stack that is used before os initialisation API is called. configUSE_ISR_STACK is this new feature in freertos ?
5 replies
DIIDevHeads IoT Integration Server
Created by Swapnil on 1/7/2024 in #middleware-and-os
How should I decide appropriate Tick time configTICK_RATE_HZ in RTOS project?
i think it is also worth noting that when you set the tick time 1ms, the software timer resolution is 1ms. if your application needs <1ms timer you can use hardware timer or reduce the tick resolution.
8 replies