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.
I'm working with the MCBTMS570 development kit. I flashed the TMS570 Safety MCU Demos program, but now I want to flash back the original application that came with the development kit (Confidence Test & Demo Application). According to the Quick Start Guide it is included in the MDK DVD, but I cannot find it nor on the DVD neither in the installed products on my computer.
Can someone help me to find this application (Confidence Test & Demo Application)?
Is there also a source code for this application?
Hi Alex,
You can download and install the evaluation copy of the ARM compiler available on the Keil website at http://www.keil.com/demo/. It will be located in the folder C:\Keil\ARM\Boards\Keil\MCBTMS570\ConfTest.
It include full source code that you can compile and download to your board using the Keil tools. I decided it would be too time consuming to port it to work with CCS.
-Walt
Thanks for your help Walter.
This worked for me. I just got busy with another project.
Alex
Hi,
downloaded the demo version from kile but Keil uVision4 can't link the Confidence demo due to uVision demo restrictions (.\Obj\Confidence Test.axf: error: L6047U: The size of this image (357888 bytes) exceeds the maximum allowed for this version of the linker)
P.S. Can any provide file ready to flash ?
P.S.2. On TI TMS570 MDK Kit web page in Example programs section (http://processors.wiki.ti.com/index.php/TMS570_MDK_Kit#Example_Programs) there is link to download Confidence Test & Demo Source Code (CCSv4.x)
But in my case after flashing the board with Debug\ConfidenceTest.out the boeard still doesn't boot with desired demo.
7206.ConfidenceTest.zipBartosz Gielzak said:Hi,
downloaded the demo version from kile but Keil uVision4 can't link the Confidence demo due to uVision demo restrictions (.\Obj\Confidence Test.axf: error: L6047U: The size of this image (357888 bytes) exceeds the maximum allowed for this version of the linker)
P.S. Can any provide file ready to flash ?
P.S.2. On TI TMS570 MDK Kit web page in Example programs section (http://processors.wiki.ti.com/index.php/TMS570_MDK_Kit#Example_Programs) there is link to download Confidence Test & Demo Source Code (CCSv4.x)
But in my case after flashing the board with Debug\ConfidenceTest.out the boeard still doesn't boot with desired demo.
Try the attached zip file. It is the Confidence Test project for Code Composer 4 that includes the source files and linker file and the output file.