Other Parts Discussed in Thread: SYSBIOS, C2000WARE
Hi,
As the subject indicate, the code is hanging in the function ti_sysbios_hal_Hwi_initStack specifically in:
while (--curStack > ((UArg)(&curStack) + 1)) {
*((volatile UInt8 *)curStack) = 0xbebe;
}
This is happening because the stkInfo is cero as can be seen in the screenshot. Where the Hwi stack base, peak and size is configured?