Forum Post: RE: C/C++ disassembly output to file
The interlaced output is something that the debugger handles. I don't think there is a way to get out like that from the build tools. And there is no way to capture the entire disassembly view output...
View ArticleForum Post: RE: [E1500] file access error: failed to open ".../vectors.obj"...
For anyone interested the issue has been resolved:The culprit directory was specified in CCS Build-C6000 Compiler-Advanced Options-Directory Specifier in the Object file directory text box. Once...
View ArticleForum Post: RE: Unclear reason for System Analyzer Out_Of_Seq warning
The warning is referring to the global time (column 3). In live system, the data from different loggers are uploaded asynchronously and in different rate. In the example, the 2nd record from System...
View ArticleForum Post: RE: Run-time library
Please see this related wiki article.Thanks and regards,-George
View ArticleForum Post: RE: ccs6 beta4 linux update software failed
Hi Alexey,Glad to see you were able to install.Currently, there is no 64 bit CCS available, it's all 32 bit. If you need more info on this, I'd suggest posting on the code generation (compiler) forum,...
View ArticleForum Post: RE: Cannot select DSK6713target in CCS3V3
FYI - it looks like both 32 and 64 bit drivers come in the standard package:http://support.spectrumdigital.com/guides/JTAG_Emulator_guide/#1.2If you don't see it in CCS setup after you run it, I'm not...
View ArticleForum Post: RE: SMPS output impedance
Hi Rob,Thanks for the details you've given on this design.This is quite a unique requirement that I haven't seen before. Do you happen to have an example of a design which already does this or maybe an...
View ArticleForum Post: RE: odd error 'error #10008-D: cannot find file "libmath.a"'
[quote user="Stephen Phillips1"]Hmm I see so this is more a code composer studio issue then? I'll check CCS path settings (if their are any ,,, hmmm)[/quote]Are you building for MSP430? I see a...
View ArticleForum Post: RE: CCS5.3 "--gen_profile_info" option doesn't generate .pdat file
In fact, when stepped through the code, it passed the last line and then I got the following error message:Can't find a source file at "/tmp/TI_MKLIBHEeM99/SRC/boot.c"
View ArticleForum Post: RE: CLA scratchpad size
Thank you for the feedback.[quote user="ichlfgang"]1. How do I know the required scratchpad size?[/quote]You will need to add the largest offset from the __cla_scratchpad_start symbol with the largest...
View ArticleForum Post: RE: CCSv6 beta - Feedback
I filed SDSCM00049910 to track the original issue. Dobrin
View ArticleForum Post: TINA - INA111, How to simulate noise behavior (differential mode...
Hello,I am trying to use TINA to simulate noise behavior of the INA111 (differential mode and common mode), but I can't figure out how to do it? Is it possible?I need to see the noise rejection...
View ArticleForum Post: RE: PSPICE model TPA3111 for Altium Designer
Petr,I am not 100% clear what you asked for. Do you ask for:1. An amplifier model that can be used together with TPA3111? or 2. TPA3111 pspice model? If this is the second one, we already have have...
View ArticleForum Post: RE: Tpa3111 spice model
http://e2e.ti.com/support/development_tools/webench_design_center/f/234/p/331821/1157295.aspx#1157295
View ArticleForum Post: RE: [C6713] Preventing double precision
JD3,The best way to upgrade would be to upgrade CCS to version 5.5. You can go to the following link:http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v5#DownloadRegards,RandyP
View ArticleForum Post: RE: CCS including files issue
Vito,You need to add the paths to the compiler include options of your project, even if you simply copied everything to the same project directory (a bit more thorough explanation is shown at this...
View ArticleForum Post: RE: CCS5.4 does not match endianness of target
Mike,That is very odd. The project settings are fine, and it makes no difference for the emulator to load little or big endian code (i.e., there are no settings for the debugger itself).I will have to...
View ArticleForum Post: erase issue
is there a way to completely erase the continence of an MSP430G2553?i am having trouble with a clients code, and i am starting to think that the chip is not being completely erased when i send it...
View Article