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.
Flash28335_API_V210 添加進工程後 .cmd 中有2段出現警告
Description Resource Path Location Type
#10068-D no matching section F28335.cmd /inverter line 131 C/C++ Problem
-lFlash28335_API_V210.lib(.econst)
-lFlash28335_API_V210.lib(.text)
可是.econst與.text 明明存在...為何會no matching section
請問有可能是哪裡出了問題?
謝謝大大回答~我後來不理那個警告~
直接在程序中加入
....
MemCopy(&Flash28_API_LoadStart, &Flash28_API_LoadEnd, &Flash28_API_RunStart);
....
Status = Example_CsmUnlock();
Flash_CPUScaleFactor = SCALE_FACTOR;
Flash_CallbackPtr = 0;
然後呼叫Flash_Erase與Flash_Program是能使用的
只是警告變成一大堆 (有15個~)
Description Resource Path Location Type
#16002-D build attribute vendor section TI missing in "D:/F28335 test2/inverter/flashAPI/Flash28335_API_V210.lib<Flash28_ClearLoop.obj>": compatibility cannot be determined inverter C/C++ Problem
Description Resource Path Location Type
#16002-D build attribute vendor section TI missing in "D:/F28335 test2/inverter/flashAPI/Flash28335_API_V210.lib<Flash28_Prog_Pulse.obj>": compatibility cannot be determined inverter C/C++ Problem