Forum Post: Trouble copying expressions in CCS
Hello,I'm have issues copying expressions data in CCS v5.3 when using the debugger. Commonly, when attempting to copy data from certain arrays in my project, it won't copy beyond approximately the 7th...
View ArticleForum Post: RE: TINA TI Custom input waveform
Hi Britt,This answered my question. Thanks for your support!
View ArticleForum Post: RE: Code Composer 5.5: No Rule To Make Target
That did it, thanks. the project was originated under CCS4Perhaps you can shed some light on this warning that I get for every IQmath function I use:Description Resource Path Location Type#16002-D...
View ArticleForum Post: RE: CCSv4 error: The Managed Make project file for project...
Hey Lisa, thank you for your responce,I seem to be able to debug the program from my desktop now, but I get some project error.But since it's getting really off topic now, I am going to make a new...
View ArticleForum Post: MSP430G2452 Data verification failed at address 0x00001000
I've been trying to get a project debugged on the MSP-EXP430G2 with the M430G2452 IC on it.It builds fine but when I try to debug it I get the following error.MSP430: File Loader: Data verification...
View ArticleForum Post: No source available for main()
Hi,I am using CCS 5.5.0.00077 on WinXP. I am testing out a project which builds without issues but when I run it, I get:No source available for "main() at...
View ArticleForum Post: RE: Debugger not launching cortex m3 Bizzar!
Hi,The debug perspective doesn't open it looks to me like its waiting for the debugger. This basically happened when I installed CCS6. I uninstalled CCS6 because of the issues deleted my TI directory...
View ArticleForum Post: RE: Issues building TivaWare on Linux with CCSv6
[quote user="JohnS"]Thanks for taking the time to work through all of this.[/quote] Also to you help me get compiler running. On last fix IDE Code::Blocks got uninstalled, after reinstalling internal...
View ArticleForum Post: RE: C6000 Compiler version 7.6.0
Btw, my device is EVMTCI6638K2K, and I'm loading the dsp image using mpmcl.I've not suspected mpmcl because it has been working fine so far. Can there be something with 7.6.0 and mpmcl combination?
View ArticleForum Post: RE: adding multiple compilers to CCS5 and a possible compiler bug
Lisa: Thank you for your response.1. I don't have any "other" ccs5 environment to copy from. I was hoping that there was some WEB site where all the available CCS MSP430 compiler versions were...
View ArticleForum Post: How to win with CCS6 and Contiki
Hi,The similar post is here http://e2e.ti.com/support/wireless_connectivity/f/156/p/287471/1182452.aspx#1182452 but asit is more a CCS problem, so I ask here again.I am trying to build Contiki port to...
View ArticleForum Post: RE: After update to CCS 5.2 no loading to Concerto possible
Muhammad,What is the exact error message you are getting?We did update the Concerto support in CCS to support additional revisions, so you might want to download the latest version of CCS (v6.0), and...
View ArticleForum Post: RE: CCS License Server Issue - SSL Problem
Hi Johnw,unfortunately intermitant issues are always very hard. I guess check permissions, antivirus etc for sure.Regarding your specific question .. I would direct that to the team at flexera that...
View ArticleForum Post: RE: Guidelines best practice CC studio 5 and SVN
As suggested by Katie, the best resources for this question would be to search the Code Composer Studio forum or the web (for using SVN with eclipse). This wiki has some general information on using...
View ArticleForum Post: RE: Trouble copying expressions in CCS
Thanks Stephen,I'll get the software upgraded; hopefully that'll resolve it.Scott
View ArticleForum Post: RE: Local C++ structure allocated statically depending on...
It also seems to be an issue with C2000 Compilier v6.2.6. Please see disassembly below.Stephen TestStructure2(int): 326d63: FE02 ADDB SP, #2 326d64: 9641 MOV *-SP[1], AL 94 TEST_STRUCT s =...
View ArticleForum Post: RE: "warning #10281-D: Section ".srioSharedMem" requires a...
That warning usually indicates a severe problem with the program; it will probably not run correctly. Some file in your application was compiled with near data model, or uses the "near" keyword on...
View ArticleForum Post: RE: C6000 Compiler version 7.6.0
In talking to Archeologist it seems that lack of zero-initialization could very conceivably cause the behavior you are seeing. In C++ the construction of global objects is guarded by a static variable,...
View ArticleForum Post: CSS to JTAG TMS320DM814x
Hi,Can anyone explain how I can JTAG into a TMS320DM814x using CSS?What JTAG emulator is required and such?I just want to be able to use the JTAG interface to monitor the boot up process of the...
View ArticleForum Post: RE: MSP430G2452 Data verification failed at address 0x00001000
Hey Gautam,I looked at the stuff in the post you linked,1. The right device was chosen.2. The right file is included in the build.3. I never edited the file, it remained as I found it on this site:...
View Article