Hey Guys,
I'm trying to emulate FreeRTOS for Cortex-R52 and I was half way successful.
Everything is working except the Tick Interrupts.
Right now I can create and run tasks using Co-Operative Scheduling but I need Preemption to work.
I've configured…