• 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...
  • 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...
  • 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...
  • 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...
  • CMSIS RTOS: Changing processor clock
    Hi, we want to be able to change processor clock in a running CMSIS RTOS application. As we see, we can only statically configure RTOS via RTX_CONF_CM.c (OS_CLOCK). In addition all variables...