Is it possible to select a memory region for specific global (RW or RO) variables?
This would be different from the usual region for the RW/RO data. Effectively I need the loader to copy from the image to multiple locations.
Ideally I would like to do this via a C code pragma or attribute directly in the C code, but a linker script or similar would also be a possibility.
This would be different from the usual region for the RW/RO data. Effectively I need the loader to copy from the image to multiple locations.
Ideally I would like to do this via a C code pragma or attribute directly in the C code, but a linker script or similar would also be a possibility.