• RTX with Flash File System
    Good afternoon. I try to start SD a card on LPC2378. Without RTX all perfectly works. With RTX on a command finit () the program jumps on DAbt_Addr. The theme ( http://www.keil.com/forum/docs/thread15068...
  • RL-Flash with RTX kernel
    Hi all, I try to use the library RL-FlashFs in one task. But I can not do it! By cons, when I execute the code inerted in the main (just before starting the OS), then it works! So my question is...
  • RTX problem
    Hello, I have implement a software using the RTX but after running for more than 10 hours the kernel gets stuck. When running the debugger, it seems to be stuck at the os_put_dly() function. It seems...
  • RTX isr_mbx_receive problem
    hi, i have a problem with the isr_mbx_receive() function, which is not working for me. i have written a class for the mailbox functions and i can send messages between tasks and from an ISR routine...
  • problem with RTA in conjunction with RTX
    Hi everyone, I try to use RTA for implementing unit tests. It works well if I run my test without RTX. I use -Block on write- to make sure that I see all messages send from RTA. When I use RTA...