Other Parts Discussed in Thread: SYSBIOS
Hello,
I have a project that crashes on first call to Task_Params_init(). It turns out that
ti_sysbios_knl_Task_Object__PARAMS__C.instance
is not properly initialized by the compiler/linker. It should point to a location later in its own struct (__iprms),
but instead get initialized to some abhorrent pointer: 0x242FFF81
&ti_sysbios_knl_Task_Object__PARAMS__C is 0x80041DC4, and &.__iprms then is 0x80041DF8.
Are there any know issues the 5.2.5 compiler/linker that would account for this?
Thank you,
-david