Hello, i am using TM4C123GXL Launchpad and want to use FreeRTOS on my project. I included the FreeRTOS source on my project and complied without errors, but the scheduler is not working and got stuck at xPortStartScheduler() function, although the same code is working as intended when used within the freertos_demo example.
Any help?
Thank you