Forum Post: RE: GPP side of DSLINK apps in CCStudio 3.3?
I don't know much about DSPLINK but I have seen the linker error before. You have a memory model mismatch between various object files.Explained in more detail...
View ArticleForum Post: RE: Incorrect disassembly for ARM floating point compare...
[quote user="mjoyner"]Do you see this same issue with CCS 5.4?[/quote]Yes, just checked with CCS 5.4.0.00091 (and TI ARM compiler v5.1.1)
View ArticleForum Post: RE: CCS 5.x OMAP5432 Support
I managed to build the same example for the Tesa (C6000 DSP), but when I launch the debugger, I get an error message:"Error connecting to the target:(Error -1180 @ 0x0)Device is held in reset. Take the...
View ArticleForum Post: RE: FR5739 variables
[quote user="460822"]The compiler complains ... data is undefined.[/quote]I cannot reproduce that behavior. I do get this diagnostic ..."file.c", line 3: warning: variable "data" was set but never...
View ArticleForum Post: RE: build attribute vendor section TI missing in....
I have no expertise that is helpful here. In fact, I know so little about this code that I cannot even direct you on where to go next. This is code from TI? If you downloaded it from some ti.com web...
View ArticleForum Post: RE: Using DSS to connect to a embedded target with multiple...
This thread was worked directly with Blackhawk. For the benefit of others, the discussion is as follows:[quote user="email"]I've emailed Angelo directly from our support account over the last few days...
View ArticleForum Post: RE: Code Size or size of .switch problem on TMS320F28035
[quote user="kerem kahraman"] To be ahead of the things, is there anyway to verify the code size in ccs?[/quote]The first table in the linker map file shows how much of each memory range is unused....
View ArticleForum Post: RE: Problem flashing 570LS1227 with CCS 5.3
Hi John,Sounds like a bug with the flash programmer. I know it is a pain but any chance you can upgrade to CCSv5.4?Thankski
View ArticleForum Post: RE: How to use CCSv5 license with CCSv4 also
[quote user="SNBANIK"]Can I use the CCSv5 license license in my new PC for CCSv4 in the new PC? [/quote]Yes.[quote user="SNBANIK"]If so what do I need to do?[/quote]See:...
View ArticleForum Post: CCS cannot find product/package when moved after auto discovery
We've run into this twice in the last week. (On 2 different computers and with 2 different product/packages.)How can you get CCS v5.x to re-recognize a package (i.e. product) such as XDC or...
View ArticleForum Post: RE: RE: EABI support for MSP430
Hi Cedric,first, just a note it is always better to put new items in a new thread. It helps us give more timely and efficient support.To your issue. Could you please clarify ... are you having...
View ArticleForum Post: RE: java.lang.NullPointerException
Hi Robert,When you import your project into CCS v5.4, your project should build without problems with the v4.4.1 compiler without changing any of the project's properties. But if you need to use the...
View ArticleForum Post: RE: How to execute program in console on EVM from RSE?
Hi Chad,I don't have the kit up and running yet - will try and get it going later today. Hopefully someone can help in the meantime :)Cheers,DJ
View ArticleForum Post: RE: Compare linked object
I do not understand what this output is telling us. Here is the demangling of the symbols referred to:T1 * <unnamed>::emplace<lom::lb::CounterWrap<lom::lb::CounterCmp<unsigned int,...
View ArticleForum Post: RE: TFS plugin does not wirk with linked files
Hello,From what I have seen, it seems linked resources are not supported by TFS. You may want to confirm this with Microsoft.ki
View ArticleForum Post: RE: FR5739 variables
I don't have any MSP boards. And I have CCS 5.4, not CCS 4. But I was able to create that same project, and I have a guess as to what is happening.The compiler builds with a default optimization...
View ArticleForum Post: RE: Problem compiling the CMSIS library in CCS
[quote user="BrandonM"]I'm actually going back to this now and I'm interested in how you got it to compile so easily. I had more luck when I tried this a few months ago, but now I'm getting tons of...
View ArticleForum Post: RE: Incorrect disassembly for ARM floating point compare...
I am finally able to reproduce the issue. Thanks.
View ArticleForum Post: RE: CCS 5.3.x no longer comes up after auto update.
Hi Erich,we normally just manually delete the folders and logs. I have never experience an issue removing an installation to do with registry keys.Best Regards,Lisa
View ArticleForum Post: RE: Code Size or size of .switch problem on TMS320F28035
Thanks Archaeologist,I know the source of the problems and know how to track them now. Making global variables const helped but it was not enough.Directing the linker to split .ebss among two or more...
View Article