Hi David,
I will need to get some help from the engineers who support the ctools trace APIs. I will keep you posted
ki
Hi David,
I will need to get some help from the engineers who support the ctools trace APIs. I will keep you posted
ki
Olá,
Sorry for the delay in the reply. Unfortunately we at the CCS forum are not very knowledgeable about the UIA APIs and application code, therefore I think you may get better help from the experts at the TI-RTOS forum (I can move this thread there).
In the meantime, I found an interesting Tutorial that talks about correlating events in multicore devices. If you haven't done so, perhaps this may give you ideas to get you further in your development.
http://processors.wiki.ti.com/index.php/System_Analyzer_Tutorial_4B
Hope this helps,
Rafael
[quote user="jose carlos cazarin"]I''l try installing it in a new directory[/quote]
This is always recommended. Installing CCS over a folder with an existing installation can cause a lot of issues.
Hello Again,
Unfortunatelly this problems seems to repeat it self periodically and i can't figure out the reason. Attached are the logs taken during the debug session problem. It is really frustrating that it keeps repeating itself every now and then.(Please visit the site to view this file)
Thank you for submitting a test case through other channels. I can reproduce your results. I filed SDSCM00050642 in the SDOWP system to have this investigated. Feel free to follow it with the SDOWP link below in my signature.
This appears to be a bug related to your use of --opt_level=4 (or -O4 for short). It builds clean with --opt_level=3. Please see if that workaround is practical.
Thanks and regards,
-George
Hi Kevin-san, Eric-san,
Thank you for your prompt reply.
I have the following question([Q1] and [Q2]).
Is this operation of the Webench right?
And, could you please improve this phenomenon?
-------------
[Q1]
We can't simulate the case1.
We confirmed the fault report which is mentioned about "VinMin is too low" and "Solution's function does not match design".
However, when I changed the Vin(min)=10.8V to 10.6V, the simulation was carried out.
*Please refer to attached file “Case1” and "Case2".
(Please visit the site to view this file)
(Please visit the site to view this file)
-------------
[Q2]
I changed the following parameter according to your advice.
(The input voltage of the case1 and case2 is "10.6V to 15V")
However, I believe that this circuit can't be stable because the Phase Marg is -0.3deg.
And, I changed the Rfbt=11.3kohm to 5.49kohm, but the output voltage was not changed.
Please let me know your advice.
<parameter>
Rcomp : 44.2kohm -> 61.9kohm
Ccomp : 560pF -> 270pF
Ccomp2 : 4.7nF -> 2.2nF
Rramp : 280kohm -> 0ohm
Rsense : 16mohm -> 20mohm
Rfbt : 11.3kohm -> 5.49kohm
(Rfbb is fixed at 1000hom)
*Please refer to attached file “Case3”.
(Please visit the site to view this file)
-------------
Regards,
Kanemaru
Hello AndyW,
I just downloaded the offline installer from v6.0.1, I turned off my WIFI, disable the anti-virus and the firewall (just in case). The first time I tried to install it the computer restarted in the middle of the installation, after reboot I tried again and now is working :)
Thanks!
Pascal.
Well this preprocessor directives are propiety of ANSI C and not from Code Composer Compiler.
Please read this information:
http://en.wikipedia.org/wiki/C_preprocessor
Regards,
Pascal.
Hi Gary
you can also try unifLash. Note, you need the free programmer from report ronin which works with the ti FET. So if you choose that option, just be sure to get the correct version. Lite will do .
http://processors.wiki.ti.com/index.php/Category:CCS_UniFlash
best regards
lisa
Sorry for the delay.
We are able to build the file, and never see any crash. Because we cannot reproduce this behavior, there is nothing more we can do.
Thanks and regards,
-George
Hi ishwar
a v6 license will work for both versions. So yes a single license server is fine. Node locked is tied to a PC, floating is tied to the server.
Note if one will be always the xds100 free license then maybe one node locked license is best for you.
Also so note that you can open two instances of ccs. However just be sure to get an idea of sorting which is which if you are mixing emulators. The xds100 has a serial number For example.
Best regards
lisa
[quote user="Gareth Price"] Maybe there should be a disclaimer during installation saying that debug configurations must be regenerated.[/quote]
That is a good idea. An FAQ at least and also added to any updating guide. Thanks fro the suggestion, I'll make note of this so it happens.
Hi Kanemaru,
We will take a look at the design inputs for your Case #1 to debug.
For Case #2, please note you can not force a change in Vout for a WEBENCH design by changing the Rfbt/Rfbb in the BOM. You have to create a new design to set a new Vout parameter. On the SPICE simulation, you can adjust the Vout.
My suggestion is for you to consider using CCSv6.0.1 and be sure to install all the dependencies being requested. It seems like you probably have a missing dependent library.
Hello,
[quote user="Chitaranjan Dash"]Moreover can I launch CCS when I debug through eclipse. [/quote]
Not via Java. Only via javascript.
Please see this thread:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/356751.aspx
[quote user="Chitaranjan Dash"] interactive debugging.[/quote]
Note that there is the Scripting Console for interactive command-line scripting of CCS
http://processors.wiki.ti.com/index.php/Scripting_Console
Thanks
ki
I noticed a another hint that might help.
"fs" is crashing due to an illegal instruction. There is a small chance that if the processor in your PC does not support all the instruction set extensions (like SSE2), it may have a problem with some software. Can I ask what processor is in this PC?
The problem is that you are using the non-push/pop form of pack. This form of pack affects ALL subsequent struct definitions in the file, which is not what you want. Wrap each struct you want to be packed with the following pair.
#pragma pack(push, 1) #pragma pack(pop)
The MSP430 compiler manual is incorrect about the behavior of "#pragma pack(n)." I'll submit a defect report for that.
I apologize for the delay. I've made a few missteps on this one. I think I finally contacted the right folks.
-George
Code Composer Essentials 2.0 is a very old version and I can't say with certianty that projects would migrate without issues to CCSv6. The quickest way to address this might be to simply create a new project in CCSv6, and add all the required source file/build options etc to the new project. Ofcourse this does presume some understanding of the projects and build system in CCSv6.
If you are completely new to CCS, this wiki could be helpful to give an introduction to the project/build system.
http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS
Hello,
I use ccsv5 and TMS320C5515 DSP board. Until today it worked well but now I'm getting the following error:
Unable to load D:\it\ccsv5\ccs_base\emulation\drivers\tixds55x.dvr
I cann't remember changing something. What can be the reason and how can I fix it. Is it possible to download it and integrate in the corresponding file?
Thank you.
best regards