Part Number: TMS320F28377S
Other Parts Discussed in Thread: C2000WARE
Hi,
How do I combine .TI.ramfunc and ramfuncs?
Please don't put me off with the general information on the wiki page.
I trried all the combination of this:
ramfuncs : LOAD = FLASHcode,
RUN = RAMDfunct,
LOAD_START(_RamfuncsLoadStart),
LOAD_SIZE(_RamfuncsLoadSize),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
RUN_SIZE(_RamfuncsRunSize),
RUN_END(_RamfuncsRunEnd),
PAGE = 0, ALIGN(4)
.TI.ramfunc : ramfuncs
But with no luck. So how do I combine them so that RamfuncsLoadSize and _RamfuncsLoadStart etc cover both sections?
Thanks.
Yes I already found all the wiki pages for cmd files.