Question
HAL_IncTick not called ?
Posted on April 14, 2014 at 14:23
Hi all,
STM32Cube generated me USART code which use HAL_UART_Transmit()/UART_WaitOnFlagUntilTimeout() with uwTick variable. But this one is never incremented with HAL_IncTick() function. This function must be called by systick interrupt but never in my code !!! How can I validate this IT ? Thanks Thierry #clive #systick