RTOS with MPLAB XC8 Compiler

Hi Guys,
I am new user for RTOS, I have never used RTOS before so I think this FreeRTOS is a great platform to learn the things.
I am developing my project using PIC18f46K22, MPLAB and XC8 compiler.
I want to know that can I use FreeRTOS with the defined microcontroller and IDE?

Thanks and best regards
Abdul Hayee

I see this PIC18 port which you should be able to use - FreeRTOS-Kernel/portable/MPLAB/PIC18F at main · FreeRTOS/FreeRTOS-Kernel · GitHub. The easiest way to get started is to see if Harmony can generate a project with FreeRTOS for you.

Thanks @aggarg for your reply.
Can you share or give link to some example projects

Thanks

We have this PIC18 example but I am not sure if it is for the exact same chip as yours. As I suggested before, the best way to get started is to use Harmony to generate a project.

Thanks @aggarg
Let me check this and if any other questions then I will get back to you

Thanks