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: Code Composer Studio
hello,
i am working on ARC FAULT DETECTION .i has purchased RD-195 ARC fault detection reference board.I has downloaded software from TI site for RD-195 arc fault detection reference solution.
board uses the TMS320F28033PAGT. I has tried to build code in CCS but fail to build it .i has attached snap shot of issue .please help.
.
Vishal,
While the error is related to the linker, and specifically not enough flash space to allocate to the built code, this is being caused by using a different compiler version than was orginally used to build the package.
Looking in the release notes, this package used compiler version TI v6.2.4. Once I installed this compiler/CGT and picked it the build worked as expected.
You can find this(and all archived compilers/CGTs) here: http://software-dl.ti.com/codegen/non-esd/downloads/download.htm
Once that is done if you right click on the project and pick "properties" under the general tab you'll see "CompilerVersion" and you'll want to select the "more" button. This will let you add the path of the older compiler and then you can pick it from the drop down.
If you then re-build the project things should work normally from there.
Best,
Matthew