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.

CCS/TMS570LC4357: FLASH API Problem: Undefined Symbols

Part Number: TMS570LC4357

Tool/software: Code Composer Studio

I'm try to develop FLASH API functions with the example given in SPNA148.   I copied the example code and included the directory for F021.h.   When I try to compile the function it says:

undefined first referenced
symbol in file
--------- ----------------
Fapi_initializeFlashBanks ./source/HL_sys_main.obj
Fapi_setActiveFlashBank ./source/HL_sys_main.obj

Is there any header or source code I should include to resolve the problem?

-XG