• Task Switching
    Do tasks need to be ordered sequencially? 0,1,2,0,1,2 or can they go 0,2,1 etc.
  • 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...
  • migration Keil - Tasking
    With the Keil Linker Directive SECTIONS( VAR%FDATA (addr1) [addr2] ) you may specify a execution address (addr1) and a storage address (addr2) for a section. This may be used to create FLASH programming...
  • no tasks?
    so i explain. the application is very conplicated. atm it got 223 tasks but it will get more. ride51 has the code compresser. does uvision? i mean i want each task uncompress when it runs. how? wait...