• RTX166 Task Stack Overflow?
    What happen on RTX166 when I have OverflowStack error on a Task? Sometimes I saw a variable change value. Is it possible that a stack overflow change value of a variable? Now, on my system (20...
  • RTX166 Task Stack Overflow?
    What happen on RTX166 when I have OverflowStack error on a Task? Sometimes I saw a variable change value. Is it possible that a stack overflow change value of a variable? Now, on my system (20...
  • C166: task creation
    I want to create a task and pass a parameter to it. So I used function "os_tsk_create_ex" and define the task function as: void task3 (int *argv) __task 12 __priority 1{...} When compiling this file...
  • C166: task creation
    I want to create a task and pass a parameter to it. So I used function "os_tsk_create_ex" and define the task function as: void task3 (int *argv) __task 12 __priority 1{...} When compiling this file...
  • Stack corruption during global objects creation
    Hello, The progject I'm working on suppresses global objects creation using $Super$$__cpp_initialize__aeabi_, because some .cpp code contains OS calls so the construction is deferred to after the...