Hello,
I just want to know FreeRTOS for MSP430 can work in Continuous Mode.
Currently it is working in Up mode with 1 ms as context switch time.
If I can do the same thing with continuous mode, will that cause any problem?
There isn’t a typical time, just as there isn’t for any RTOS. It depends on the architecture, clock speed, compiler optimisation level, FreeRTOS configuration (are you checking stack overflow?), etc. If it is important to you then create a configuration you want to actually use, and count the instruction cycles taken.