bl SystemInit execution time in startup_stm32fxxxx.s
Hi :
I noticed bl SystemInit called before executing movs r1, #0 in STM32Cube_FW_F7_V1.16.1\Projects\STM32756G_EVAL\Examples\FMC\FMC_SDRAM_DataMemory\SW4STM32\startup_stm32f756xx.s while after executing LoopFillZerobss in STM32Cube_FW_F7_V1.16.1\Projects\STM32746G-Discovery\Examples\FMC\FMC_SDRAM_DataMemory\SW4STM32\startup_stm32f746xx.s.
Is there any difference between these two project?
In my project, application works fine when bl SystemInit called before executing movs r1, #0, but can't work when after executing LoopFillZerobss. I use 32 bit sdram IS42S328200D which almost same as STM32756G_EVAL.
