How is it possible to tell a variable / or struct array their specific memory address?
e.g. I store the whole c-file in the internal ram (linker-script) and only this one variable I want to store it in the external SRAM at the address 0x10000000?
thanks in advance JChris
I disagree with you Per. It will not fail.
When using "__at" the linker will place it at the absolute address and nothing else will be put there.
It will try, but thankfully the linker will (hopefully always) complain about incompatible segments.