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.

TMS320F280025C: C2000 ware device_support ERADGLOBAL region length in linker command is bad

Part Number: TMS320F280025C
Other Parts Discussed in Thread: C2000WARE

Hi,

I just want to report a possible mistake in the C2000Ware 3.04.00.00 version library for  f28002x devices. I get a compile error if I try to use the device_support library with the included .cmd files (located at C2000Ware_3_04_00_00\device_support\f28002x\headers\cmd). In both bios and non-bios files at line 63 the following memory region is defined:

ERADGLOBAL                 : origin = 0x0005E800, length = 0x00000013

however, the length should be 0x14 instead, based on the information in the F280025C datasheet:

So I think that line should be replaced with, which seems working:

ERADGLOBAL                 : origin = 0x0005E800, length = 0x00000014

Regards,
Szabolcs