Hal_Gettick() always returns 0 for STM32F0 DISCOVERY
Hi, I am working on custom Bootloader and Application stored with different starting address on same Flash
When I jump from my Bootloader to Application area which contains Blinking LED With HAL_Delay() function my application is stuck in HAL_Delay ()function.And also I have observed that if I debug using break points it is executing perfectly, but not working in run mode.
Can anyone please help
Thanks in advance
