Hello everybody, I have a question regarding image symbols and more specifically symbol for max_size, is there any way to generate or access it's value? because it seems like linker doesn't do that.
Thanks for any thoughts.
Are you referring to the scatter file region attribute ANY_SIZE max_size?https://developer.arm.com/documentation/dui0474/j/pge1362075670305This is something that the linker uses when allocating sections to that region, however does not get listed in the final image, as there is no use for it by the scatterloading mechanism. You can find the scatterloading table in your code by searching for Region$$Table$$Base.
Thank you so so much. This answer was very very useful to me.
related:
"Syntax of a scatter file"
https://www.keil.com/support/man/docs/armlink/armlink_pge1362075656353.htm (and following)