• Do not enable interrupt from within a task of RL-RTX
    Hi I'm using RL-RTX with a LPC1768. I need to enable an interrupt from inside of a task using the following function NVIC_EnableIRQ (EINT3_IRQn), unfortunately when the function is performed give me...
  • Do not enable interrupt from within a task of RL-RTX
    Hi I'm using RL-RTX with a LPC1768. I need to enable an interrupt from inside of a task using the following function NVIC_EnableIRQ (EINT3_IRQn), unfortunately when the function is performed give me...
  • 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?
  • 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?
  • Task switching problem when running Simulink generated code in ucosii real-time task
    Hi guys, I imported the Simulink generated code to a ucosii based STM32F4 project as a real-time task. The problem I have is that the Simulink-code task is able to run as a single task without any...