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