Hello,
I am working with the TMS320F28377D Processor / CCS 6.1
I want to refer certain memory sections created in the linker command file directly in the C source code but using their names & not their addresses. This is so that down the line if memory section assignment changes for the project, rest of the source code is not affected,
I believe I would need to edit the linker command file to assign names to memory sections that can be used in the C code & then somehow access that memory location using the assigned name in my source code.
Can someone provide an example code or references for this?
Thanks,
Jimit Doshi