• RTX - Tick supression possible?
    Hi, I am evaluating various RTOS solutions for a very low power Cortex-M3 based device, and one of my requirements is that the MCU isn't woken up every n ms to handle a clock tick. Various RTOS...
  • How to measure RTX system ticks
    Hi, is there a programmatically way to get the number of RTX systems ticks a comand is running? I need to measure the time once and then have to use the value for a os_dly_wait.
  • OS Tick & OS Clock for OS_ITV_SET() ticks
    I'm attempting to run a task delay timer of 1 second. By my calculation, this should be 100 ticks if my OS_TICK is set to 10ms (10000 us). However, it's off by a factor of .6. It's no coincidence that...
  • Set Timer tick for system clock task
    Hello, I changed the values for PLL in the startup_RTX.s file from the "HTTP_Example with RTX". Following is the code I changed. The original values are the one with ";" in front. This part of coude...
  • ARTX System Timer Tick on LPC2XXX devices
    "By default, Timer T0 is used as the ARTX Kernel system tick timer. However any timer from T0 to T1 can be used as the system tick timer. The system tick timer may be changed in the ARTX_Config.c configuration...