HAL_Delay(X) function delays by X/2 (@STM32L0)
Hello everyone,
I write HAL_Delay(1000) or HAL_Delay(5000) on my code but it delays it by half. I checked SystickTimer it works fine. But HAL_Delay function gives me half delay time.
I created another project with same board, same Cubemx features , it works fine.
Where should i check at my code to find what's wrong with it (at debug mode)?
