• Setting task events from within a running task.
    I use the RTX Kernel for LPC1788.Is it advisable to use the os_evt_set() from within a running task, in order to set an event for other task?Basically, what i want to know is that can we call another...
  • Creating a RTX-Tiny task (os_create) from within an interrupt service routine
    I need to create a task when a certain condition occurs within an interrupt service routine. May I use os_create_task ? If not, haw can i do?
  • RTX: Problem Sending Message within an Interrupt
    I'm having difficulty sending a message while within my ADC interrupt. I can send a message just fine when I'm in a thread using the same mailbox. However, within the interrupt, osMessagePut returns...
  • RTX tasks
    Hi, I try RTX RL-ARM and I would like to know if the only way for task switching is by round-robin. Best regards.
  • C51: Can't enable interrupts with RTX
    Hardware: CC1010 (CC1010EB-eval hardware kit) Software: RTX51-full w/ uVision3 I'm having trouble getting interrupts working with rtx. I've checked all the documentation and example code, which...