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:)