Question
HAL_GetTick always returns 0 after modifying the icf file
Hi, I am using H743.
I am testing to upgrade my firmware using the FWupgrade_Standalone example.
My firmware worked fine.
However, when I modified the next two lines of the icf file to 0x08020000 to upload to FWupgrade_Standalone, HAL_GetTick returned 0 and it doesn't work.
/*-Specials-*/
define symbol __ICFEDIT_intvec_start__ = 0x08020000;
/*-Memory Regions-*/
define symbol __ICFEDIT_region_ROM_start__ = 0x08020000;
Is there a solution?
