News:

Let's find out together what makes a PIC Tick!

Main Menu

Does PIC need FreeRTOS?

Started by shantanu@india, Sep 18, 2022, 08:40 AM

Previous topic - Next topic

shantanu@india

I don't think so since the compiled code runs in real time with reference to the oscillator clock.

Then why are people bothering about these....maybe only for academic interest....

https://www.freertos.org/portwizc.html

FreeRTOS is for a different segment of processing.
Regards
Shantanu

towlerg


trastikata

Quote from: shantanu@india on Sep 18, 2022, 08:40 AMThen why are people bothering about these....maybe only for academic interest....

Probably just for the fun ... IMO any additional abstraction layer adds unnecessary complexity and overburden which makes things slower and more prone to errors.

top204

Johnb's RTOS is excellent to use if an RTOS is required.