Stack pointer is setup to incorrect alignment.Stack addr in the IMXRT1170 using FREERTOS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Stack pointer is setup to incorrect alignment.Stack addr in the IMXRT1170 using FREERTOS

161 Views
Nagaveni
Contributor II

Hi, 

I am using IMRT1170 board in the Free RTOS environment and getting Stack pointer is setup to incorrect alignment. Stack addr = 0xffff'ffff error . please find the attached image for more information and please let me know which is causing this problem.

Nagaveni_0-1704954480042.png

Task template is below

static TASK_TEMPLATE_STRUCT Sfwtask =
{
Sfw_FwUpdate,
"FirmwareUpdate", // Task Name
2000, // Task stack
NULL, // Task Parameters
DEFAULT_TASK_PRIORITY, // Task Priority
&SfwTaskHandle // Task Handle
};

Thanks In advance

Regards,

Nagaveni

0 Kudos
0 Replies