-
Bug
-
Resolution: Fixed
-
Medium
-
PDK
-
PDK-12112
-
PROCESSOR_SDK_08.00.00
-
PROCESSOR_SDK_08.04.00
-
_stack array is defined with size 0x10001 in ti/kernel/freertos/portable/TI_CGT/c7x/Hwi.c
In Hwi_getStackInfo function, hwiStackBase is set to _stack + HWI_ECSP_SIZE + 0x2000
HWI_ECSP_SIZE is 0x10000
Hence _stack should be of size 0x12001