Forum Post: RE: How do I get the watch window to show?
I do.TI resource Explorer - MotorWareResources"InstaSPIN Projects and Labs Users User's Guide"Downloaded Resource Explorer a couple of weeks ago.Thanks for replying.David
View ArticleForum Post: RE: CCS Build always says "Fatal error #1965: cannot open source...
Hi Rafael,I had already tried running CCS as an administrator with no luck. Ā I also tried moving the workspace to different drives in case that directory or files had some permission issue, but nothing...
View ArticleForum Post: RE: CCS 5.5 crashing on start of debugging with Blackhawk USB560m...
Fawad,If this is the same issue another customer recently reported then the crash is due to the software trying to close an invalid file handleĀ - the open failed butĀ the software is trying to close it....
View ArticleForum Post: RE: Tiva registers do not reset between debug sessions
Hi,here is a simple program that reproduces the issue I'm talking about, even without checking register values directly in the debugger (instructions below):#include <stdint.h> #include...
View ArticleForum Post: DS36C278 IBIS Model
My customers , looking for IBISĀ model in order to perform the simulation .So they require IBIS model. However there is no model on your web.Could you give me DS36C278 IBIS model?
View ArticleForum Post: RE: Compiling Contiki in CCS
[quote user="jan2809"]Do you know if I use an external compiler would I be able to do the debugging in CCS.[/quote]It depends. If the output from the compiler for the file format and generated debug...
View ArticleForum Post: RE: THS3201 import issue
its a simple data file reading schematic. but am getting errors as dac1 unresolved reference. and error occured during netlist flattening. while evaluating expression c1.level expression undefined.Ā .i...
View ArticleForum Post: RE: Code Composer Studio Scripting
Hello,Without more details, I can only take a guess at some potential causes. One is that the debugger did not properly remove some emulator resources in use before the next script tried to start the...
View ArticleForum Post: RE: RE: CCS v5.1 install does nothing on Ubuntu 11.10
Something important :This happens only by starting a new ccs project when arrive the step of choosing a name for it.The rest works fine. For example if you start a new c++ or c project, there is...
View ArticleForum Post: RE: What is the difference between TMDSCCS-ALLN01 and...
Are both of the contents same?
View ArticleForum Post: RE: LM5002 Duty cycle of DCM
Dear JonathanĀ Ā Thank you for your reply.Ā I am looking forward to hearing from you.Ā Best regardsShinichi InoueĀ [collapse]From: Jonathan Arzadon [mailto:bounce-1883431@mail.e2e.ti.com] Sent: Wednesday,...
View ArticleForum Post: Regarding the installation CCSv5
Hi ,How to install ccsv5 for the five users license floating licenseĀ please help regarding this issue ,if possible please send me exact link .or step by step installation methodĀ
View ArticleForum Post: RE: GuiComposer does not create default appConfig.ccxml
Martin,That's OK. Thank you very much.Ali Riza
View ArticleForum Post: RE: gti_sim_server.exe crash
Hi Ki,I downloaded the new version (CCSv5.5) and my C code just compiled fine (without crashing anymore).Thank you very much for your advice!
View ArticleForum Post: RE: Displaying custom Task/Hwi names in System Analyzer
Hi Vasili,Seems the name logging is a little bit too late in this case. There is a Task_LD_ready logged before hand. This event will put the task name "txkFunc()" in cache as the mapped one.One option...
View ArticleForum Post: RE: ccs5.5 hardware trace analyzer with XDS560V2 PRO trace...
Si,You are hitting one of the most significant problems with Trace: the sheer volume of information collected.You are trying to collect a huge amount of data at once and, despite possible, in practice...
View ArticleForum Post: RE: _gmpy4 from the host intrinsics package not working as expected
hi guysthe polynomial division was diverging for GF(64), hence the endless loop. the following patch made it work for me, and passes all the unit tests i have:Index: hostport/C6xSimulator.c...
View ArticleForum Post: RE: Real time graph of audio signals
So, as I understand, there's no way to display graphs in real time. I'll have to create two buffers and save the data from input and output audio signals.Thanks!
View ArticleForum Post: RE: ccs5.5 crash on connect to target
Yes, I removed "C:\CCStudio_v3.3" from my system PATH environment variable, and put ctools.dll back, it works ok.But I still need to support some other applications that requir C:\CCStudio_v3.3 , what...
View ArticleForum Post: RE: ccsv5.5 automatically builds library for COFF when abi=eabi...
[quote user="Dan Edmondson1"]How can I force this library to be bult for ELF?[/quote]Under CCS Project Properties -> General -> Advanced Settings is the Runtime support library set to...
View Article