调试 api 2802x例子 编译 出现下面的警告:
Description Resource Path Location Type
#16002-D build attribute vendor section TI missing in "D:/dspworkspace_v5_2/flash_api/2802x/v201a/lib/Flash2802x_API_V201.lib<Flash28_ClearLoop.obj>": compatibility cannot be determined test2 C/C++ Problem
仿真到:
Status = Flash_Erase((SECTORB|SECTORC|SECTORD),&FlashStatus);
if(Status != STATUS_SUCCESS)
{
Example_Error(Status);
}
出现如下问题:
Can't find a source file at "Flash28_Erase.c"
Locate the file or edit the source lookup path to include its location.