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.

using Flash API in F28335 Code Composer v5.3 project

Other Parts Discussed in Thread: CONTROLSUITE

Hello,

I am trying to integrate the EEPROM writing and reading functionality using the FLASH API included in controlSuite, Flash28335_API_V210.lib.

 I have read SPRAB69, EEPROM Emulation with the TMS320F28xxx DSCs. According to this document,I need to include F2833x_EEPROM.c , F2833x_EEPROM.h, Flash2833x_API_Config.h, Flash2833x_API_Library.h, and Flash28335_API_V210.lib.

When I build the project, I get the following 5 errors:

1.  #10008-D Cannot find file

2. #10010 errors encountered during linking; "MyProject.out" not built

3. #10234-D  unresolved symbols remain 

4. unresolved symbol _Flash28335_Erase, first referenced in ./Source/F2833x_EEPROM.obj

5. unresolved symbol _Flash28335_Program, first referenced in ./Source/F2833x_EEPROM.obj

I included the filepath for the .lib file n the Build Properties "Include Library File" option. What else might be the problem causing these build errors?

Before including the Flash API files, my project would build without errors.

Thank you for your help.

-Chuck