• RTX kernel. Task always sleeps
    Hi all, I am porting RTX on LH7A404. Now SWI and Clock interrupt worked well. I used the example1 as test program. The code is below. As you can see in the code, there are two tasks for testing...
  • Problem with viewing tasks on RTX Kernel
    Hello, My problem is that I cannot see any tasks when I view them via "Peripherals - RTX Kernel". I can only see the system tasks with TID 0 and 255. You can see a screenshot here: daddyimage...
  • Help adjusting task stack size
    Hello all, I need to free more RAM memory in my application so the first thing will be reducing (optimizing) the task stack sizes. I have created a check task that verify each stack area magic...
  • RTX stack size
    The manual says: "Stack size used by RTX kernel is configured in STARTUP.S. Minimum size is 128 bytes, however 256 bytes is recommended when interrupts are used." However the map file says: " 144...
  • Recommended Stack Size for RTX
    What is the recommended size for Supervisor, Interrupt & User/System Mode Stacks when using RTX? The first stack-relevant action, the application does is "os_sys_init". From there on everything happens...