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.
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
Hello Szabolcs,
This will be fixed in the next C2000ware release.
Please go ahead and update it to 0x14 for now and proceed, if that's okay with you.