Linker command meaning for bsp tms570
Aby Tom
abythayil at gmail.com
Thu May 16 11:00:07 UTC 2019
Hello everyone,
Can anyone help me to understand what does the linker commands mean?
It is in the linkcmds of bsp tms570.
MEMORY {
ROM_INT (RX) : ORIGIN = 0x00000000, LENGTH = 3M
RAM_INT_VEC : ORIGIN = 0x08000000, LENGTH = 256
RAM_INT (AIWX) : ORIGIN = 0x08000100, LENGTH = 256k - 256
RAM_EXT (AIWX) : ORIGIN = 0x80000000, LENGTH = 8M
}
To my understanding,
ROM_INT (RX) represends for the Flash memory.
RAM_INT_VEC is for RAM VIM(Interrupt Vector Table).
RAM_INT (AIWX) is for SDRAM and RAM_EXT (AIWX) for external RAM if you have
one.
Am I correct about the explanations? If not can you tell me the proper
meaning for these?
And also what does AIWX mean?
Thank you for you time.
Best regards,
Aby Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20190516/a711e245/attachment.html>
More information about the users
mailing list