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'm working with my device which is supported by a third party. The platform is CCSv5. This is the first time I try to burnprocess and my code is quite simple.
After I finish my program , I clicked "debug" button. Then I got this message:
Can't find a source file at "/tmp/TI_MKLIBOv0gI0/SRC/args_main.c"
Locate the file or edit the source lookup path to include its location.
Then I click "Locate File" button but actually I don't know what this file is and where it is. So I disconnect target , reset it then connect target again. But this time I got this message:
Error connecting to the target:
(Error -1141 @ 0x0)
Device is not responding to the request. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK).
(Emulation package 5.1.73.0)
I terminated debugging and clicked "debug" again. Then I got message:
C28xx: Flash Programmer: Warning: The configured device (TMS320F28335), does not match the detected device (). Flash Programming operations could be affected. Please consider modifying your target configuration file.
C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: Breakpoint Manager: Retrying with a AET breakpoint
C28xx: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x9e0e: (Error -1066 @ 0x9E0E) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.1.73.0)
Since this is the first time I try to burnprocess, I don't think Flash is locked by accident. And I have checked that my project setting is right.( properties->General->Varient TMS320F28335 and Connection Texas Instruments XDS100v1 USB Emulator)
I really want to know what I can do to solve these problems.
Thanks in advance
Hi Sherry,
Sherry Lee said:After I finish my program , I clicked "debug" button. Then I got this message:
Can't find a source file at "/tmp/TI_MKLIBOv0gI0/SRC/args_main.c"
Locate the file or edit the source lookup path to include its location.Then I click "Locate File" button but actually I don't know what this file is and where it is
Please see:
http://processors.wiki.ti.com/index.php/Debug_Handbook_for_CCS#Debugging_Library_code
In your case, it looks like you are halted in code from the runtime library. As mentioned in the link above, it can be safely ignored.
Sherry Lee said:(Emulation package 5.1.73.0)
I see that your emu pack version is old, which makes sense since you are using a old version of CCS. Can you update to the latest version of CCS?
Thanks
ki