Question
HAL_DELAY_Microsecond
Posted on July 31, 2017 at 15:40
Hi,
I have a Nucleo L053R8, I need of delay of 2 microseconds, but HAL_Delay_Microsecond in NucleoWorkspace not exist.I changed: HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000);in HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000000);for use HAL_Delay but the process is blocced.How is can resolved?
