FreeRTOS on Microsemi SmartFusion not working

carljohanjensen wrote on Tuesday, February 03, 2015:

I intent to make a minimum FreeRTOS project, with one task only, running on a Microsemi SmartFusion A2F evaluation kit.
I am using the Microsemi Libero SoC development tool with SoftConsole.
I download the FreeRTOS 8.2.0, and unfold the demo application: FreeRTOS/Demo/CORTEX_A2F200_SoftConsole and copies the essetial files to my project for a minimum FreeRTOS system. The whole thing compiles fine.
But when run, execution passes xTaskCreate (a simple task created) and enters vTaskStartScheduler() whereafter nothing happens. Neither the idleTask nor the single task created is running.
I assume thate the FreeRTOSconfig.h file is set correct as the demo project is meant for running on exact my target. Anyone having a good idea ?

rtel wrote on Tuesday, February 03, 2015:

Note point 1 regarding installing interrupt handlers on the following FAQ page http://www.freertos.org/FAQHelp.html - have you done that?

Regards.