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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

166件の閲覧回数
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 件の賞賛
0 返答(返信)