Forum Topic - what was done to initialize variables after _start && before main():
   
what was done to initialize variables after _start && before main()  
About bsp code, in ipl and startup section, variables in .data section will have a copy process from ROM to RAM normally
, but I haven't known what was done in ipl and startup, could you give me some instruction?