HAL_Delay() not working.. help (newbie)
Posted on December 04, 2015 at 01:51Hi, I tried using HAL_Delay(); I thought I can just use HAL_Delay(500); but it's not working.the code is below. (from STM32cubeF4)__weak void HAL_Delay(__IO uint32_t Delay){ uint32_t tickstart = 0; tickstart = H...