• usec (or) microseconds in CMSIS RTOS
    Anyone suggest me how to implement delay_microsecond in CMSIS RTOS? here is my code #include "cmsis_os.h" void start_alive_led(void const * argument) { /* USER CODE BEGIN start_alive_led *...
  • usec (or) microseconds in CMSIS RTOS
    Anyone suggest me how to implement delay_microsecond in CMSIS RTOS? here is my code #include "cmsis_os.h" void start_alive_led(void const * argument) { /* USER CODE BEGIN start_alive_led *...
  • RTOS : Task switch during a time tick
    Dear all, I have to work with RL-RTX, and I have first look at the RTX traffic example. There is something I do not understand about task switching. Some years ago, I was working on a home-made RTOS...
  • RTOS : Task switch during a time tick
    Dear all, I have to work with RL-RTX, and I have first look at the RTX traffic example. There is something I do not understand about task switching. Some years ago, I was working on a home-made RTOS...
  • get current time in microseconds method
    I'm using the Timer 3 and I want to verify that the ISR is being called at the correct interval. I wanted to use a the clock() function but I can't include <time.h>. What should I do??? Thanks