• Keil RTX memory problem
    I have some issues with Keil RTX on NXP LPC11U14 ARM Cortex M0. It is uC with 4k SRAM and 2kb USB. I am running this piece of code in main.c : #include "LPC11Uxx.h" #include "gpio.h" #include ...
  • Problem with Keil RTX Overflow checking
    Deal all, I have a problem with stack overflow checking on Cortex-M3 (LPC1768 from NXP) using RL-ARM as below ================================================================================...
  • Keil rtx
    HI I'm beginner in keil rtx and I want to learn it,may any body tell me should I start with RTOSv1 or studying RTOSv2 documentation is enough?
  • 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...
  • KEIL RTX Mailbox example
    Hi, i'm currently experimenting with RTX Mailboxes and i tried one the Keil example which is not working. I stripped some unimportant things like serial initialization, etc OS_TID tsk1; /* assigned...