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