• Virtual Timer
    Hello I would like to ask if it is possible to restart a virtual timer in os_tmr_create? For example, in the first task I created a virtual timer, then in the second task I will be needing a timer...
  • Cortex, events inside a interrupt
    Good day, IÂ'm starting a project with Cortex M3 (STM32F103R more exactly) using the RTX. IÂ'm having troubles when I set some event ("os_evt_set" or "os_mbx_send") inside a interrupt. Every time...
  • Event Statistics Cortex M0
    Hi, I am migrating my project from KEIL4 legacy support to KEIL5. I am using the ulinkplus debugger with the Cortex M0 controller. I wanted to do event statistics measurements. I was able to...
  • CAPCOM6 Timers as general timer?
    Hi, is it possible to use the timers T12 and T13 from CAPCOM6 as generel purpose timers (C164CI)? The description of the CAPCOM6 unit is quite heavy stuff and to me its not clear if I can use those...
  • event problem
    task waits for an event to be executed, when the needed events occur, the task does its job once, the problem is that do i have to use os_evt_clr to clear the event to let the task wait for that event...