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.

Unable to link the FLASH API Library without warning! Device => 28035

Hello,

I'm getting the following message upon building my SYS/BIOS project.

<Linking>
warning #16002-D: build attribute vendor section TI missing in "../2803x_FlashAPI_BootROMSymbols.lib<__Release_TMS320x2803x_boot_rom_out__Flash2803x_Program_tmp.obj>": compatibility cannot be determined

When the code is run, the processor runs off into LALA land... That is to say it ends up at an address that doesn't have proper code in it. The following line is never completed.

Status = Flash_Program(Flash_ptr, flashBuffer, Length, &FlashStatus);

If I comment out this line the codes runs fine and the linking error (warning) is gone. The routine that contains this function is in RAM. Thanks for your help.

Nick