What is major concerns about any RTOS selection?
Submitted by: AdministratorInterrrupt Latency means the time taken by the processor to
pass the control to ISR after the interrupt is raised.
Certainly this is the hardware feature.
Footprint of the OS matters because with the same compiler
and same optimization techniques, Different OS's will have
different footprint.
So this is can be looked upon while selecting the RTOS.
RTOS can be chosen looking at various API support it
provides. Synchronization support, Scheduler algos, and
memory management of the OS.
Submitted by: Administrator
pass the control to ISR after the interrupt is raised.
Certainly this is the hardware feature.
Footprint of the OS matters because with the same compiler
and same optimization techniques, Different OS's will have
different footprint.
So this is can be looked upon while selecting the RTOS.
RTOS can be chosen looking at various API support it
provides. Synchronization support, Scheduler algos, and
memory management of the OS.
Submitted by: Administrator
Read Online RTOS Job Interview Questions And Answers
Top RTOS Questions
☺ | What is difference between IRQ and FRQ? |
☺ | Write a code to connect Hardware interrupt to ISR? |
☺ | What is task spawn in vxworks? |
☺ | What is major concerns about any RTOS selection? |
☺ | What is priority inversion? And What is the solution? |
Top Operating System (OS) Categories
☺ | RTOS Interview Questions. |
☺ | Windows 7 Interview Questions. |
☺ | MAC Operating System Interview Questions. |
☺ | Disk Operating System (DOS) Interview Questions. |
☺ | Shell Scripting Interview Questions. |