HAL_Delay never exits even after increasing the priority of Systick to highest priority.
Hi all,I am working with the Nucleo-F446ZE board.I generated a project with CubeMx .At this point the project is running fine with UART interrupts and data.I debug the project and all is working.I need to use a delay function in my project. SO I have...