Forum Post: RE: CCSv5 hangs when connecting 6678L EVM
HiThe problem seemed all to be because of a faulty USB560 mezzanine emulator. After removing the mezzanine card and access the main board through its XDS100 connector everything worked ok.Odd T.
View ArticleForum Post: Copy projects in CCSv4
Hello,I'm trying to copy original projects in CCSv4 by first importing, copying the current project in C/C++ Projects window and pasting there only.I want to copy this project in the workspace I'm...
View ArticleBlog Post: Do you know Guru desouza? Watch this video!
Code Composer Studio guru Rafael de Souza just made his screen appearance in the latest E2E Video Success Stories. Even if you know him on the forums, you'll want to hear what he has to say about...
View ArticleForum Post: RE: Two Variables in same register although should have enough...
Hi Matthias,Would you be willing to try the latest version? I wonder if you are hitting a known bug we fixed. That would be the best thing to do. I would do a full fresh installlation of v5.4...
View ArticleForum Post: RE: Load memory window while debugging in CCS v5 wont open
The header is incorrect. What was it originally and what foramat was the data in?The second parameter in the header indicates whether the data is in the legacy format prior to CCS 5.4 or the new format...
View ArticleForum Post: RE: Copy projects in CCSv4
Hi Jaspreet,I am still a bit unclear on exactly what you are doing as I could not reproduce any copy/paste error.Having said that-why not import or do a new project. Both are really better options...
View ArticleForum Post: RE: C66x alignment problem
By declaring the pointer as "struct t_test1 *pointer", you have told the compiler that it is a pointer to an aligned instance of "struct t_test1." If you want that pointer to point to something with a...
View ArticleForum Post: How to compile and execute ansi c project
Hi,I tried to test some functions in.c and see the results through console by not using any controller boards just like using same as visual studio. I am using lm3s9b96 and ok to use ccs5 with the...
View ArticleForum Post: RE: RE: How to output "Hello World" using CCSv5 and MSP430
Hi William,I think this unfortunately slipped a bit being attached to an old thread. I have created a new thread for you.Can you please provide more details? Look specifically for double...
View ArticleForum Post: Problem installing Grace/MSP430ware as part of CCS 5.4 install
I'm using the offline Windows installer on XP 32-bit, and I have no anti-virus installed.I had CCS 5.1 installed and tried to update that to CCS 5.4, but that failed. It stalled during the MSP430ware...
View ArticleForum Post: RE: Debugger : Cannot Find Source File at...
Hi Frank,Please see this related thread:http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/247877.aspxThankski
View ArticleForum Post: RE: TI C compiler certification
I believe the answer is "no," but see http://processors.wiki.ti.com/index.php/Compiler_Qualification_Kit
View ArticleForum Post: RE: Erorr function getc() in CCSv5
hello,Please see this related thread:http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/247877.aspxThankski
View ArticleForum Post: RE: Dose c54x cgtool v4.2 support "Allocating .const to Program...
I don't see any changes in boot.asm between 4.1.1 and 4.2.0 that would have caused this problem. Could you post a test case that reproduces the problem? It might help if you also posted an executable...
View ArticleForum Post: RE: Problem with mixing C and assembly codes on CC5.4 and Tiva...
The construct 'extern "C"' is a C++ construct, and is illegal syntax in C code. Rename your file to main.cpp or use the --cpp_default (also known as -fg) option to tell the compiler that .c files are...
View ArticleForum Post: RE: Suggestions for improved developer velocity
Carsten,Welcome to the forums!I have seen a couple scenarios where CCS will lose context.Are you talking about the case where it will stop highlighting the active project in the project explorer? i.e....
View ArticleForum Post: RE: Update of CCS 5.1 to 5.4 failing
Hi Greg,would you be willing to remove the install (including logs) and try a full fresh installation with the offline installer? The update path from some of these old versions have been known not...
View ArticleForum Post: RE: Cannot connect to BeagleBoard_xM using xds100v2
i tried connect CCS V5.4 to F28m35H52C1..This is the error message, any idea? Thanks a lotError connecting to the target:(Error -2131 @ 0x0)Unable to access device register. Reset the device, and retry...
View ArticleForum Post: RE: incorrect results from clock() function (c66). Is there a...
This appears to be a simulator problem, so I'll move this thread to the CCS forum, where such issues are typically handled. Before I do that, I'll pass on a possible workaround.Rather than calling...
View Article