User Activity

I change the flash memory in the linker file from 0x8000000 to 0x8006000 and size from 512k to 484k.My program crash on HAL_Delay i think the issue is from the address that i change it from the linker so what else i have to change to my programme wil...
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);//...