Tool/software:
Hello,
Q1: I need to know if we have RAM alignment in TMS320F2800157, for example, 8-byte alignment for RAM.
Q2: Do I need to specify an ALIGN attribute for RAM linker sections?
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.
Tool/software:
Hello,
Q1: I need to know if we have RAM alignment in TMS320F2800157, for example, 8-byte alignment for RAM.
Q2: Do I need to specify an ALIGN attribute for RAM linker sections?
Hi Hashem,
Please have a look at -TMS320F280015x Flash API Version 2.00.10.00 Reference Guide (Rev. A) (ti.com)
Thanks
Aswin
Hi Hashem,
RAM alignment can be used for any memory. It is a mandatory one for FLASH. You can use ALLIGN attribute for RAM linker section. There will not be any alignment if ALLIGN attribute is not mentioned.
Thanks
Aswin