Hi,
Using TI Code composer studio, TI tool chain, I am able to build, profile and validate on the board.
I have a DSTREAM unit and valid DS-5 license.
When I tried to connect to the DS-5, it is able to connect. When I load the image, I am getting the following error
######################################################################################
Connected to stopped target Texas Instruments - TMDXRM48HDK on USB:002020
loadfile "C:\asridhar\ds5workspace\TempPjt1\Debug\TempPjt1.axf"
Execution stopped at: 0x00009C3A
0x00009C3A B {pc} ; 0x9c3a
ERROR(CMD16-TAD11-NAL20):
! Failed to load "TempPjt1.axf"
! Failed to write 324 bytes to address 0x00008000
! Verify error on memory operation.
cd "C:\asridhar\ds5workspace"
Working directory "C:\asridhar\ds5workspace"
set debug-from main
start
WARNING(CMD399-COR168):
! Failed to start the target
! No function named "main" could be found
WARNING(CMD407): Trying the entry point instead
ERROR(CMD426): Cannot find symbol to start or entrypoint, the file or load commands may be used to set the entrypoint
wait
break -d -p "C:\asridhar\SVN\RM48_CODES\DS_5_SampleCode\source\sys_main.c":73
WARNING(CMD452-COR167):
! Breakpoint 1 has been pended
! No compilation unit matching "C:/asridhar/SVN/RM48_CODES/DS_5_SampleCode/source/sys_main.c" was found
condition 1
break-script 1 ""
ignore 1 0
break-stop-on-cores 1
unsilence 1
Breakpoint 1 unsilenced
break -d -p "C:\asridhar\SVN\RM48_CODES\DS_5_SampleCode\sampleapp.c":10
WARNING(CMD452-COR167):
! Breakpoint 2 has been pended
! No compilation unit matching "C:/asridhar/SVN/RM48_CODES/DS_5_SampleCode/sampleapp.c" was found
condition 2
break-script 2 ""
ignore 2 0
break-stop-on-cores 2
unsilence 2
Breakpoint 2 unsilenced
######################################################################################
What is going wrong in my building?
Thanks and Regards
Sridhar Artham