FreeRTOS Preemptive Kernel
This post presents the sixth and the last phase of porting FreeRTOS for AEMB processor. In the previous post, both interrupt and interrupt handling were implemented to serve the mechanism of the preemptive kernel. Although, things seemed fine and set, yet the kernel failed to work when FreeRTOS tasks were created. This problem by far was one of the most complex problems that I faced during my progress in the project. It was hard to tell what was going wrong!! Read more…