I'd like to overlay two data buffers within the .bss section so I can load them up at run time for different sections and treat accesses as near. Is this possible, and if so how do I use the linker command file to accomplish this?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'd like to overlay two data buffers within the .bss section so I can load them up at run time for different sections and treat accesses as near. Is this possible, and if so how do I use the linker command file to accomplish this?
Check out the UNION directive in the linker chapter of the Assembly Language Tools book for your device. The full list of those books is here http://processors.wiki.ti.com/index.php/Before_asking_for_CGT_support#Compiler_User_Guides .
Thanks and regards,
-George