• FreeRTOS tasks & Keil
    Hi All, Is it possible to have FreeRTOS task viewer on Keil IDE? I used before the TRACE32 (LAUTERBACH) emulator and it was possible to see all OS objects informations (Nucleus) like created...
  • more tasks in rtx51tiny?
    Is it possible to increase the maximum number of tasks in RTX51TINY? If it is possible how much effort would this need, and what would I have to do? Of course I could use RTX51 full, but can't spend...
  • Can finished one task with more than one time-slips in RTX51?
    Can the time-slip be less than time which task occupied ? I think that improve the system's real time respondency if the slip decreased.And take more slips to run the SLOW task,right?
  • how to wait for more than one signal in one task in RTX51 TIny
    Hi: I want to excute one task that is already waiting for serval different signals. how can I do that in the RTX51 TINNY? for example: void task_0(){ os_send_signal (2); } void task_1...
  • CAN: More than one slave problems
    HI, I am working with LPC2129 with full CAN bus. I have written a code for master and slave. i am running a heartbeat LED on both of them at a rate 1Hz, and they work fine. When i connect 2nd slave...