Other Parts Discussed in Thread: C2000WARE
Hello,
I would like to store approximately 20 bytes to FLASH for general product SN and calibration information.
I've read the doc: EEPROM Emulation for Gen2 C2000 RT MCUs. TI doc# SPRAB69Aa.
I've also installed the example EEPROM FLASH program that is included in: ...C2000Ware_5_01_00_00/driverlib/f28p65x/examples/c28x/flash
My question is:
Is there a repository where I can download the device specific support files? I believe I need the F2837xD versions of:
1) 28p65x_eeprom_Ink_CPU1_FLASH.cmd
2) 28p65x_eeprom_Ink_CPU1_RAM.cmd
3) EEPROM_Config.h which #includes two files: a) FlashTech_F28P65x_C28x.h and b) flash_programming_f28p65x.h. The EEPROM_Config.h does not have a #define for the F2837xD part.
4) F28P65x_EEPROM.c
Thank you in advance