I am using a stm32F103ZET6 to just blinking a led but the HAL_Delay() is not working.I change the HAL_Delay() with for loop and it work.this is the code that i am using :while (1){HAL_GPIO_WritePin(Led_301_GPIO_Port, Led_301_Pin, 1);HAL_Delay(500);//...