• RTOS Tiny
    I am not able to run the foll. example of rtx tiny #include <rtx51tny.h> int counter0; int counter1; void main(void) void job0(void) _task_ 0 { os_create_task(1); while(1){ counter0...
  • RTX51-Tiny RTOS and CAN
    RTX51-Tiny RTOS and CAN I can't afford RTX51-Full to get the Keil CAN function library, but I have C51 and RTX51-Tiny. Where can I get some CAN functions for this? Anyone got experience with RTX51 Tiny...
  • Stack checking with CMSIS-RTOS RTX
    So I've run into this before, and wasn't able to figure it out, other than very painful trial-and-error guesswork. I'm using CMSIS-RTOS RTX on Energy Micro EFM32GG devices, and I now have a blown...
  • improper flow of control
    Hi all, I am using the microvision 2 and the controller is c8051f12x. I faced a strange problem with keil. Have a look at the following sample code. void main() { f1(); f2(); f3(); } void f1...
  • RTX stack over flow
    Hi All, STM32, RTX This may be a basic question but when using RTX and you get a os_error code OS_ERR_STK_OVF is this of the system stack or the task stack(s). I get the task that caused...