Hi George,
I am using TMS320C6670.
Thanks and regards,
-Hengwei
Hi George,
I am using TMS320C6670.
Thanks and regards,
-Hengwei
Alexander,
Thank you for that. I believe that indeed was the problem. I seemed to have lost my original configuration and after creating a new one everything just worked.
--Randy
David,
No problem at all. You, will find that there are others similar to this at TI that are not updated and will give some trouble to new users of TI products.
- kel
Hi, Jason and Vikas,
I have added absolute path into line 20, and using example/default setting xml.
Still exception at line 178, but error becomes another error type,
java.lang.RuntimeException: Unable to communicate with the receiver,
what else/configuration should be set?
D:\SCT_Workspace\Tools\Profiling\AutoTrace>run_autotrace.bat > Screen_output.txt
The system cannot find the path specified.
RETURN (com.ti.dvt.engine.scripting.DVTServer.start Mon Jul 28 11:20:12 CST 2014
)
java.lang.RuntimeException: Unable to communicate with the receiver. Please ver
ify that the pro trace receiver address is correct. Note: unable to connect to
pro trace receiver at usb port 1
at com.ti.ctoolstrace.scripting.CToolsTraceChannel.importProperties(Nati
ve Method)
at com.ti.ctoolstrace.scripting.CToolsTraceChannel.setupTraceChannel(CTo
olsTraceChannel.java:54)
at autotrace.main(autotrace.java:178)
ENTRY (com.ti.dvt.engine.scripting.DVTServer.stop Mon Jul 28 11:20:20 CST 2014)
Stopping DVTServer (com.ti.dvt.engine.scripting.DVTServer.disposeAndUnload Mon J
ul 28 11:20:20 CST 2014)
RETURN (com.ti.dvt.engine.scripting.DVTServer.stop Mon Jul 28 11:20:20 CST 2014)
Attached are logs and scripts.(Please visit the site to view this file)(Please visit the site to view this file)
Thanks,
David
Hi
I appreciateyour support.
We would like.
Please ignorethe following text. (TPAxxx......)
It isin the errorofEditer.
Hi Goerge
Thanks for the fast reply.
Regards
Johannes
That's Great!
Goodluck & Regards,
Gautam
Hi,
[quote user="Nandish H S"]thanks for suggestions and ccs v6 license issue is resolved but when i use same license for CCSV5 then i am getting errors please find the attached error screenshots[/quote]
Which license type is previously setup in CCS v5?
Hi Aarti,
I've just created a brand new project, and added pre and post build batch files. On build, that seemd okay, each was run only once. I then added a makefile.targets and this provoked the running of the pre build batch file again at the end of build. I've attached a zip file of the project. There's nothing to it really.
(Please visit the site to view this file)
Console output is:
**** Build of configuration Debug for project PreBuildTwice ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
copy ..\main.c main.copy
1 file(s) copied.
"C:/Users/tony.morrell/Workspaces/CCS5.3/PreBuildTwice/PreBuild.bat"
===== PreBuild =====
===== PreBuild Complete 2014/07/28 9:00:08.20 =====
' '
'Building file: ../main.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv5/tools/compiler/arm_5.1.7/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --abi=eabi --include_path="C:/ti/ccsv5/tools/compiler/arm_5.1.7/include" -g --diag_warning=225 --display_error_number --diag_wrap=off --enum_type=packed --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
'Finished building: ../main.c'
' '
'Building target: PreBuildTwice.out'
'Invoking: ARM Linker'
"C:/ti/ccsv5/tools/compiler/arm_5.1.7/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --abi=eabi -g --diag_warning=225 --display_error_number --diag_wrap=off --enum_type=packed -z -m"PreBuildTwice.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ccsv5/tools/compiler/arm_5.1.7/lib" -i"C:/ti/ccsv5/tools/compiler/arm_5.1.7/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="PreBuildTwice_linkInfo.xml" --rom_model --be32 -o "PreBuildTwice.out" "./main.obj" -l"rtsv7R4_T_be_v3D16_eabi.lib"
<Linking>
'Finished building target: PreBuildTwice.out'
' '
"C:/Users/tony.morrell/Workspaces/CCS5.3/PreBuildTwice/PostBuild.bat"
===== PostBuild =====
===== PostBuild Complete 2014/07/28 9:00:08.76 =====
' '
"C:/Users/tony.morrell/Workspaces/CCS5.3/PreBuildTwice/PreBuild.bat"
===== PreBuild =====
===== PreBuild Complete 2014/07/28 9:00:08.80 =====
' '
**** Build Finished ****
Regards, Tony.
Yes, I want to load and I use _SPI.bin
(Please visit the site to view this file)
Hi Lisa,
I was finally able to get CCS working, I used Version 6. Followed the instructions on this Wiki: http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6
No issues so far. Thanks!
Hi Kohei,
After digging into some details for this device:
When we implemented this logic, we did not have access to the two voltages we need, the Vgs and the Vds voltages that were used to measure the gate drain charge and the gate source charge. As a very crude approximation, we assume Vds is about half the max FET voltage ( Vds = 0.5* Vbreakdown) and Vgs is 1/3 of that ( Vgs= Vds/3).
QgdApplication = FETGateDrainCharge * (VinMax + Vgs) / (Vds + Vgs);
If the ratio of Qgd(application)/Qgs(datasheet) > 1, then we need to add the dV/dT cap to the gate of the lower FET.
QgsDataSheet = FETGateSourceCharge;
Cgs = (1.25 * QgdApplication - QgsDataSheet) / FETThresholdVoltage
You might end up with slightly different values depending on your assumptions.
Hope this is of some help.
Best Regards,
Amod Vaze
Hi Manuel,
CCS is made up of multiple components. Some are java based and others are developed in c or C++. This particular error appears to be a crash in one of the "native" i.e. c/c++ components. There might be some logs that get created when this happens that might help with getting more information. See link below, in particular, Crash Dump Files and JVM Error logs would probably be most relevant.
http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv4
Gautam's question is certainly a good one as it would be good to find out what else may have changed to trigger these if it used to work.
Martin
Mandeep
We are waiting on Android support to be released, so we are currently working on Linux until then.
Thanks,
Trent
[quote user="Victor Yang"]I don't seem to be able to get my hands on this device atm, could you help by generating some DS logs while reproducing the issue?[/quote]
Sent the debug server logs offline.
[quote user="ArunMKumar"]My problem is whenever i try to load the program into the launchpad it gives as "frequency out of range" error. the model is okay, I have already tried this in windows and it had worked smoothly.
Is there any issues with the 64 bit linux?[/quote]With CentOS 6.5 64-bit I had the "frequency out of range" error due to one of the required USB libraries not being found - see ccs6 beta 4 unable to access Tiva Launchpad on CentOS 6.5. I found that running load_ti gave a more descriptive error message.
[quote user="ArunMKumar"]I am using Ubuntu 14.04 64 bit, and have installed CCSv6 on the same.[/quote]Have you seen the notes on http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6#Ubuntu_14.04_64bit?
Rafael,
Thanks for the help.
I reviewed the link you provided which DOES describe/provide 3 different methods/ideas for using CVS in CCS6.0. I had previously reviewed this information, tried without success, but have just re-tried.
Unfortunately, I did not make any progress.
The link you provided lists the following ideas:
First, CVS was available in CCS5.5 using Window>Open Perspective>Other>Show All. When I try that in CCS6.0, GIT shows up but CVS does not show as it did in my CCS5.5 installs. This is true in 3 different CCS6.0 installations. I have a few months of trouble free use of CVS in CCS5.5. This is what I expected to use.
Second, I do not see any reference to CVS in HELP>Install New Software.
And last, I am trying without success so far, to install a CVS plugin from Eclipse Marketplace. I think my Eclipse account may not be active and may be preventing me from downloading/installing but simply do not know how to install at this time.
Randy
hi,
there is only one USB tracepod connected, and USB status ok when we test via Sd560v2Config.exe.
one point is that the CCS5.4 GUI operation to catch trace, it works. so I think the tracepod script automation issue is the JAVA API calling exceptions. need you confirm. also attached GUI operation output.(Please visit the site to view this file)
[quote user="Jason Letbetter"]
David, it looks like the settings file may be specifying the wrong USB port number. Typically, port 0 is used. Also, please make sure the USB cable is connected to both the receiver and the PC. You can test the USB connection using the Spectrum Digital tool (<ccs-directory>\ccsv6\ccs_base\common\uscif\Sd560v2Config.exe).
Also, I'm curious why port 1 is being specified. Does this mean you have two receivers connected to the same PC, one on port 0 and another on port 1? If so it is possible that these receivers switch ports when the computer is rebooted or other the receiver is power cycled. So, if you have more than one receiver, I recomend only using USB for one receiver and using ethernet for any additional receivers.
Kel, try deleting the workspace itself and then create a new one -> import the project! Sometimes workspaces do get corrupted.
Regards,
Gautam