Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hello,
we want to emulate an EEPROM in the FLASH of the microcontroller TMS320F28388D.
We build on the following project: C:\ti\c2000\C2000Ware_5_02_00_00\driverlib\f28p65x\examples\c28x\flash
If we use this example, we get a problem with the function Fapi_initialiseAPI(). It returns Fapi_Error_InvalidHclkValue <=> comment // NOTE: This will be different for each device
// This is set up for F28P650DK9
So I tried to implement the Fapi_initialiseAPI() of the F28388D. Since I have to implement the F2838x_C28x_FlashAPI.lib for this, there are redefine errors with the lib FAPI_F28P65x_EABI_v3.00.02.lib. The libs internally use many functions with the same prototype etc., so the compiler throws errors.
Is it possible to get the sources of the libs to implement the emulation of the EEPROM for the uC F2838x. Unfortunately I haven't found a thread in the forum that helps me here.
Can you help me?
Best regards Daniel