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.

TMS320F28388D: .bss:output in linker script

Part Number: TMS320F28388D
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
   // ...
}