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.
Dear team:
My client wanted to use the flashAPI library in his project. He did the following:
1, add the API lib file in his project.
2, Add the path of the library in the c2000 linker
However, the following error will be reported after compilation:
"unresolved symbol Fapi_checkFsmForReady()”
Is there anything else that needs attention?
Best regards
Hello,
Could you try adding "#include F021_F2837xD_C28x.h" at the top of the file where the function is called and recompile? You will also need to add the path to the Flash API include folder in the "Include Options" window in the project settings.
Thanks,
Anu
Hi Anu:
According to customer feedback, these two items have been added in the project.
Best regards
Is the Flash API being copied from Flash to RAM? Please refer to the flash_programming_cpu01 example for this device, you can see how .TI.ramfunc and the Flash API are grouped together in the linker command file.
Thanks,
Anu