HAL_Delay() function is not working after jump from Bootloader
Hello, I am working on NUCLEO-F070RB board, I have developed the Custom Bootloader Code to test the Bootloader functionality I am using blinky application with HAL_Delay(1000); When I run the blinky application independently the application is workin...