As title,all the startup script in the HAL V1.7.0 for F1XX chip contains the call to __libc_init_array , but the one for F105.Is there any particular reason or it is just a bug?thanks
nice catch!I use the linker script from a random f4, moved _estack to be after . = . + _Min_Stack_Size;so it is "dynamic", and I just have to worry about setting FLASH RAM and CCRAM depending on the necessity.
what im saying is that EVERY default startup script have it (~30 checked), but only that one does not have it.That seems to be a mistake, as it is not in line with all the other standard configuration.