Other Parts Discussed in Thread: TMS320F280025, HALCOGEN
Is there any example of how to emulate an EEPROM for the TMS320F280025 microcontroller?
Best,
Wilson Martinez
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.
Is there any example of how to emulate an EEPROM for the TMS320F280025 microcontroller?
Best,
Wilson Martinez
Wilson,
We don't have an EEPROM example for F280025.
There is an EEPROM example in the Hercules SW that can be used as the reference. Please see below links.
User guide link for the Flash EEPROM driver http://processors.wiki.ti.com/images/8/88/TI_FEE_User_Guide.pdf
The example is included in HALCoGen tool (http://www.ti.com/tool/HALCOGEN) for the device “TMS570LS31x_21x” (\ti\Hercules\HALCoGen\v04.07.01\examples\TMS570LS31x_21x\example_TI_Fee_Write_Read)
Note: Instead of using F021 Flash API 2.0 (Hercules API), you have to instead use F28002x flash API – but the concept is similar. Hercules devices also have ECC similar to that of F28002x. Their core is ARM (byte-addressable) and C28x memory is 16-bit addressable.
Thanks and regards,
Vamsi