• 1 microsecond delay?
    Is it possible to program a delay of 1 microsecond at a frequency of 12 or 15MHz with an AT89S53! If yes, how and what I have to use? Thanks Christian
  • 1 microsecond delay?
    Is it possible to program a delay of 1 microsecond at a frequency of 12 or 15MHz with an AT89S53! If yes, how and what I have to use? Thanks Christian
  • 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 *...
  • 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
  • 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 *...