when i enable the function sections and data sections,i compile for the first time to generate a bin file A, then clean recompiles all bin files to generate bin file B。There are many differences between bin files A and B, what is the reason?
Hi,
based on gcc documentation - the options moves data and functions into different memory sections: