• CMSIS-RTOS time slice: Is any way to use ticks or microseconds
    Hi, I want to use STM32427 instead of STM32407, but uVision V4 doesn't supports that chip. So I upgrade uVision from V4 to V5, and plan to use CMSIS-RTOS RTX instead of RTX. But now I have some...
  • Is there an anybody that manage HAL_Delay for microsecond
    Hi everyone , I wanna use DS18B20 but I need microsecond function or method to HAL_Delay in Hal Library..Save me please
  • 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
  • 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