Part Number: LAUNCHXL-F28069M
Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28069M, C2000WARE
Tool/software: Code Composer Studio
Hi everyone
This is Mike!
I have followed this procedure http://www.ti.com/lit/an/sprab69/sprab69.pdf to use the EEPROM Emulation, but unfortunately I have not run it yet cause some situations:
1.- The EEPROM example, at sprab69.pdf, is compiled in the Code Composer 3.3 or so, I did the legacy import and it get stucked in this code line (178) from this file (F280xx_EEPROM.c). The Code Composer sends me a message "F28X_Prog.c is not found".
// Program Bank Status to current bank Status = Flash_Program(Bank_Pointer,Bank_Status,Length,&ProgStatus);
2.- ThenI realized that in the Example_2806xFlashProgramming, from ControlSuite, there is a file. (2806x_BootROM_API_TABLE_Symbols .lib) and it is different, or I think it could be, than the file in spra69 (Flash2806_API_V302.lib)
So I linked the Flash2806x_API_Config.h, the Flash2806x_API_Library.h and the 2806x_BootROM_API_TABLE_Symbols.lib in the spra69 project replacing the old ones and modifying the F280xx_EEPROM.h.
3.It run but now Code Composer sends this message (No source available for "0x3ff4fa") in the same line code (178) in the same file (F280xx_EEPROM.c)
So right now I'm stucked and I think you can please help to run this EEPROM Emulation F28069 to use it in my application
Regards!
Mike

