Other Parts Discussed in Thread: C2000WARE
Hi there,
in the following coutout from the sections specification for the cpu1 in tms320f28388d, the .bss:output is mentioned. Unfortunately, I cannot find this syntax in the documentation.
The file can be found in the C2000Ware v3.1, in /device_support/f2838x/common/cmd/2838x_RAM_lnk_cpu1.cmd
Any hints?
Thanks,
Henry.
SECTIONS { //... #if defined(__TI_EABI__) .bss : > RAMLS5 .bss:output : > RAMLS3 .init_array : > RAMM0 .const : > RAMLS5 .data : > RAMLS5 .sysmem : > RAMLS4 #else // ... #endif // ... }