Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hi,
using CCS v7.4 I took TI's project "Example_Flash28035_API" from ti/controlSUITE/libs/utilities/flash_api/2803x/v100a/example_ccsv5 and got it running without problems. As I would like to take it as a starting point for a boot loader code I tried to rebuild the project from scratch and called it Flash_API_Ro. Now I had to do all the settings for compiler, linker, etc in CCS myself and I'm not really content with my solution because I always get warnings like these:
warning #16002-D: build attribute vendor section TI missing in "C:/ti/controlSUITE/libs/utilities/flash_api/2803x/v100a/lib/Flash2803x_API_V100.lib<Flash28_Erase.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in "C:/ti/controlSUITE/libs/utilities/flash_api/2803x/v100a/lib/Flash2803x_API_V100.lib<Flash28_EraseSector.obj>": compatibility cannot be determined
warning #16002-D: build attribute vendor section TI missing in "C:/ti/controlSUITE/libs/utilities/flash_api/2803x/v100a/lib/Flash2803x_API_V100.lib<Flash28_Init.obj>": compatibility cannot be determined
......
In Example_Flash28035_API these warnings do not appear and after many hours searching the reason of those warnings I still have no idea what I forgot to do. My project is attached as a zip file and I thank you in advance for any helpful advice.
Best regards,
L. Rohrecker