Forum Post: RE: System Analyzer does not show up in tools menu CCS5.4
CCSv5.5 has a system analyzer bug if you only install C28x or MSP430 or C5000 alone. The system analyzer (RTOS Analyzer) is not installed properly with "single" architectures mentioned. There is a...
View ArticleForum Post: C2000 --gcc option changes the generated map and hex files
For a given set of code that compiles with and without the `--gcc` option on the C2000 compiler, why would enabling such an option produce a different map file and hex file output than compiling...
View ArticleForum Post: RE: Graph Y Axis
Roger,The behavior of the dual graph is the same since legacy versions (CCSv1.0, if I recall correctly), and I agree it is similar as opening two single time graphs.CCS saves the arrangement and...
View ArticleForum Post: Changing QTY's in Webench Designer
Using Webench and would like to add 2 more parallel output caps to the one that is shown. How do I change this QTY 1 to a QTY 3?
View ArticleForum Post: RE: .bin not created
Hi, Problem solved using this command line below. "${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd"...
View ArticleForum Post: RE: Code Composer Studio Scripting
[quote user="Anupama Sadanandan"]1. Is it possible that the APIs return without actually finishing the task? For instance, can this asynchronous behavior be the cause for proceeding with the script...
View ArticleForum Post: RE: "foc_encoder_speed" application in motoware.. problem during...
Hello Rathinavel,Please reproduce the hang while generating a debug server log. Then zip the log and attach it...
View ArticleForum Post: RE: CC Studio Debugger not following PC register
Hi Josh,[quote user="Josh Warr"]f I set a breakpoint in my application and then resume execution, the processor appears to execute until it hits my breakpoint. [/quote]How are you setting this...
View ArticleForum Post: RE: Instal and update CCS5 ports
That's great, Ralf!Goodluck & Regards,Gautam
View ArticleForum Post: RE: List of files changed
Hi,The only thing I can think of is to look at the build log, which would have all the build output, including files that were built. The log is stored...
View ArticleForum Post: RE: can not find CCS_Scripting_Com.dll
Hi,Am using CCS3.3 with Scripting utility 1.5(VB). I open the CCS 3.3 in the emulation mode and commonly use the following API's of scripting utility.BreakpointSetAddress Target RunI have observed that...
View ArticleForum Post: RE: Spectrum Digital XDS560v2 PRO TRACE Receiver trace too slow
Hi Si,Moved this thread to CCS Forum.Thanks.
View ArticleForum Post: RE: DS36C278 IBIS Model
Hi DavidThank you foryour reply.> Do you have a need date for this model?Customershopesthat yougetin a week.Sincerely,
View ArticleForum Post: RE: Multi-core debuging with use of MSMemory in simulator mode
Oh, I forgot to add.In 3 point. All variables are intended for the transfer between cores I declare in common for all cores module MSM_DATA.cpp with #pragma RETAIN directive.Like this:#pragma RETAIN...
View ArticleForum Post: RE: C2000 --gcc option changes the generated map and hex files
I do, but it's not something I can go into details about on a public forum.
View ArticleForum Post: RE: CCS V5.5 ARM Compiler 5.1.1 update failure
Jeff,In looking at the log, all we can see is the installer hangs right when it attempts the first http operation (specifically it tries to download...
View ArticleForum Post: RE: Webench
I tried my e-mail and TI log on PW and wouldn’t let me log on. What PW should I use? Jock ArgustQuake Global, Inc.Hardware GroupSr. Digital/RF/Systems Engineer4933 Paramount Dr. San Diego, CA 92123...
View ArticleForum Post: RE: CC Studio Debugger not following PC register
I set the breakpoint in the editor by double-clicking in the gutter. It is a "Code Composer Studio Breakpoint:"I have tried changing the type to a C/C++ Breakpoint as well as a hardware breakpoint,...
View ArticleForum Post: RE: TI compiler packing for struct
[quote user="matteo lucarelli"]- with and without compiler optimization enabled[/quote]That won't affect packing of structure members.[quote user="matteo lucarelli"]- with and without __attribute__...
View ArticleForum Post: RE: c6000 cl6x 7.4.2: MISRA warning 8.1 does not but should...
You make an interesting point. But the MISRA folks disagree with you. Please see http://www.misra.org.uk/forum/viewtopic.php?f=64&t=957 .Thanks and regards,-George
View Article