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.
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