This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Free RTOS on TM4C123 Launchpad

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