Question:
Using the C compiler. Has a .bss section
that is too large for a single memory device. Needs to
know how to tell the system to split it between 2
memory devices. :
Answer:Use
sections directive in linker CMD file to direct
.bss from different object files to different locations.