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.
Tool/software:
Hy.
In my project I have added:
F28035.cmd
DSP2803x_Headers_nonBIOS.cmd
All this after try and retry, and it makes no errors.
When I add a routine that refers to flash (copied almost integrally from examples), and adding:
Flash2803x_API_Config.h
Flash2803x_API_Library.h
2803x_FlashAPI_BootROMSymbols.lib
and then adding:
Example_Flash2803x_API.h (I do not know why)
I have this error:
Is there a logic way to proceede for doing a correct linking?
Enzo
I have added Example_Flash28035_ROM_API.cmd and deleted F28035.cmd.
Then I changed in Example_Flash28035_ROM_API.cmd, FLASHA/B/C origin and length, according to F28035.cmd, and it works.
No errors appear.