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.

Main runs to Abort_Handler - HalCoGen config ?

Other Parts Discussed in Thread: HALCOGEN

Hello,

I'm trying to make a HALCoGen freeRTOS projet run in a HDK of the RM4.

I copied the blinky led example from the HALCoGen example to the sys_main.c

I have some compiling issues that I or fixed or bypassed. The creation of _disable_interrupts and _enable_interrupts for example.

But my code is running. I get it running until the main.

When it starts     vTaskStartScheduler(); it jumps to Abort Handler and stays in infinite loop there.

I think I'm missing something in the linker or in the HALCoGen Init code.

Does any one have a tip ? I founded the http://www.ti.com/lit/an/spna106a/spna106a.pdf, document, but is hard for me to link it with HalCoGEN, there is a option for it ?

I've the project available in

https://cristianowa@github.com/cristianowa/Free_RTOS_HALCoGen.git

thanks !

Cristiano