Forum Post: RE: How can I allocate a 2-bytes section in a 32-bit addressing...
[quote user="fan Linlin"]the minimum size of a section allocated by SECTIONS directive is 4 bytes? Does the size must be a multiple of 4?[/quote]No to both questions.[quote user="fan Linlin"]Can I...
View ArticleForum Post: RE: Can not open Header File
I remember that happening in CCSv6, but I can't remember if it was only in the beta version. It may still be happening.Shahid: Sorry about not relating that to your problem. Also, I had forgotten...
View ArticleForum Post: RE: LM3671 - No realistic TINA Simulation possible
Thanks Britt,it worksRolf
View ArticleForum Post: RE: Include path not recognized CCS5.4
Please see this related thread:http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/203319/722268.aspx#722268
View ArticleForum Post: RE: Please help on Cortex A8 neon instruction generation
I can get NEON instructions for that C source. I suspect something subtle is getting in the way.Please send a test case I can build, perhaps preprocessed like this. Please show the command line...
View ArticleForum Post: RE: No source available for "SysCtlDelay()" error in Tiva C...
Hi Kel,Yeah, when i debug the code, it runs fine for the first time. when i hit suspend , i get these errors. When i hit step in or step over buttons i got the error for every API in the code. First i...
View ArticleForum Post: RE: Path Variable shows as blank CCS5.4
Build Variables and Linker Resource Path Variables are separate things.Linked Resource Path Variables are only to be used when linking source files.Build Variables are to be used in your build...
View ArticleForum Post: RE: MSP-FET430UIF problem in CCS: Error initializing emulator:...
Hi Haroldo,just thought I would check for any updates with your enquiry.Best Regards,Lisa
View ArticleForum Post: RE: Problem installing CCS 5.5 on Ubuntu
Yes. I am running 64-bit Ubuntu and installing the 32-bit libraries resolved the issue.Thanks, Victor
View ArticleForum Post: RE: Part Footprints for Dual Emitter Series in AFE4400 Optical...
Hi Janet,I already have the AFE4400 footprint, I need the footprint for the photodiode and dual emitter that were used in the reference design.Imran
View ArticleForum Post: RE: CCS Licensing options for a hobbyist
[quote user="Bernard Brault"]Does the debugger work the same?[/quote]Yes.
View ArticleForum Post: RE: CCS5.5 Enable Clock/AET Resources
I tried this and yes, I can get the clock to function! I wonder why I have never had this problem before, though. I've previously entered debug sessions with at least a dozen SW breakpoints and used...
View ArticleForum Post: RE: Code composer working memory 400Mbytes and growing
Hello Gautam,There aren't any background updates going on.It's up to 474MBytes right now. Has anyone else had this issue? Stephen
View ArticleForum Post: RE: On Group delay
John,Thanks for the insightful answer. I now get it. In fact, I suspected the log scale might be the issue, but I didn't pursue it enough to arrive at the answer myself.Thanks again,Sira
View ArticleForum Post: RE: Code composer working memory 400Mbytes and growing
Ok, mine is around 229MB right now. Does anyone at TI have anything to say about CCSv6 high memory usage?Stephen
View ArticleForum Post: RE: No source available for "SysCtlDelay()" error in Tiva C...
Hi Krishna,as Markel pointed out, you can add some of these to your project. Or alternatively make use of breakpoints or other diagnostics.Best Regards,Lisa
View ArticleForum Post: RE: error since updating
Hi George,one thing to check/ a thought. Is the project/library on a different compiler version? I would check what version was originally used on the project/library and continue using that...
View ArticleForum Post: RE: build project in CCSv5 using gcc
In this forum we only support the Linaro ARM gcc compiler which ships with CCS. That is not the ARM compiler you are using. Nonetheless, I can make some general comments that might be helpful.This is...
View Article