Marvee Amasi
Marvee Amasi
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?
Hi @Middleware & OS , When using FreeRTOS each thread has its own stack space it is dedicated to. So what happens with Interrupt Service Routines that's ISRs? Do they have a separate stack in memory, or is this behavior configurable? If it doesn't have a dedicated stack, how are local variables declared within the ISR handled?
4 replies