• 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 *...
  • 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
  • Set Current Time with time() and ctime()
    Hi All, I want to set the RTC time to the current time and date without hard-coding it. I tried to use the function time() and ctime() defined in time.h, but I read that time() is a semihosted...
  • current time on LPC 2132
    Hi, i am using LPC 2132 and LPC 2134 as microcontrollers. Is there a way to print current time/system time on console logs.