• 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
  • 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
  • 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...
  • Delay
    hi i want delay in ms and us.am using LPC2366.CPU clock: 48MHz.peripheral clock: 12MHz.can any one have source code for delay function.please help me to know how to implement delay function in ms and...