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.

Flash API F28069 Motorware

Other Parts Discussed in Thread: MOTORWARE, CONTROLSUITE

I need to write custom bootloader for F28069 motorware and follow the instructions example flash api folder.

I add the 2806x_BootROM_API_TABLE_Symbols.lib, Flash2806x_API_Config.h, Flash2806x_API_Library.h to the project.

I got the errors at the below;

unresolved symbol _PRG_key1, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _PRG_key2, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _GpioDataRegs, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _PRG_key0, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _Flash_CallbackPtr, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _GpioCtrlRegs, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _CsmRegs, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _Flash_CPUScaleFactor, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _PRG_key7, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _SysCtrlRegs, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _PRG_key5, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _PRG_key6, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _PRG_key3, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _PRG_key4, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem
unresolved symbol _CsmPwl, first referenced in ./proj_lab12b.obj proj_lab12b C/C++ Problem

Do you have any suggestions about the error.