rdinoso wrote on Tuesday, January 19, 2010:
Hello,
I am trying to use FreeRTOS on the Olimex LPC2148 board. I took files from the LPC2138 demo and created a Crossworks project of my own. All I have is a main that calls vTaskStartScheduler(). I step through the program and it ends up in the dabort_handler. It seems that the problem is in the portRESTORE_CONTEXT macro. Anyone know what could be the problem?