This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

os_sys_init() corrupts my global array

Hello all,

I'm experiencing a strange problem where os_sys_init() would write a few bytes into my global array. I initialized my global array with 0xDD before calling os_sys_init(init_task). When the breakpoint enters init_task(), part of the array is already overwritten with some values. Since this issue occurred before any of my tasks have spawned, changing the stack size for the tasks didn't help. I appreciate any suggestions:)