Other Parts Discussed in Thread: C2000WARE
Hi,
I am trying out a simple code which writes a few variables to flash memory. I am trying to call the Flash API library from the code but even the initialization is not being recognized and I am getting a 10234D error for unresolved symbols. I checked the library includes and the project shows the library added from C2000Ware and the #include "F021_F2837xD_C28x.h" in my project. I am not sure if I am missing anything else.
My project is in C++ is there a chance that it is not able to recognize the C code for the flash API library? Any suggestions would be very helpful.
undefined first referenced
symbol in file
--------- ----------------
Fapi_initializeAPI(volatile FMC_REGISTERS *, unsigned long) ./main.obj
Thanks a lot!
Aditya