Forum Post: RE: Problem with 32-bit variables: overlap
It doesn't execute correctly: when the inner loop start the second variable is initialized, changing also the index of the outer loop. I found the problem because I had wrong indexing.Compiler is TI...
View ArticleForum Post: RE: EXPKITOMAPL138_ARM.gel script from CCS 5.5 reports errors...
[quote user="Chester Gillon"]With the Spectrum Digital XDS100v2 I am still getting the same error when trying to run the EXPKITOMAPL138_ARM.gel script[/quote]In the "Connection Properties" of the...
View ArticleForum Post: RE: CAD Symbols and Footprints for DRV2667 and AFE440
Hello Markus,Attached is the AFE4400_RHA_40.bxl recently generated from a request by a customer. It will be publised to ti.com within a week.(Please visit the site to view this file)Regards,Janet
View ArticleForum Post: RE: 'cmd' is not recognized as an internal or external command,...
Hi,Im a new user of ccs5.5. After i build an example imposed from controlSUTE , the following happens:( 3 errors .Description Resource Path Location Type1)could not open source file...
View ArticleForum Post: RE: EVM6678 .fardata segment initialization in CCS5.2
hello, I have done another test, I found that the reason for the uninitialized global data is "cmd file"when I configed the "program tag" in rtsc, the cmd generated by it is as follow:.self:...
View ArticleForum Post: RE: CCS 5.5 Installation error on Windows 8 64 bit
Hi Andy,That did the trick. Thanks a lot !Best RegardsJK
View ArticleForum Post: RE: .bin file blows up to size of heap defined in linker command...
Hi, The StarterWare stack section is placed at the top of memory and it will grow downwards. As you mentioned the assumption is that there wouldn't be any other memory below the initial stack...
View ArticleForum Post: RE: CCS V5.5 long long support in debugger (280x Piccolo)
Hi Raymond,that's great, thanks!This will be definitely a reason for us to add subscription to our existing CCS V5 license...Stephan
View ArticleForum Post: Defect History for ARM Code Generation Tools
Hi,Is it possible to download Release Notes (DefectHistory.txt) of the ARM Code Generation Tools? I do not want to install all the tools. I just want to know if a certain version could solve some...
View ArticleForum Post: RE: ARM7
ki,I think you are right! Thanks! I do have 3.3.82.13 but only for the C2000 family.Thank you vrey much again :)Ilia
View ArticleForum Post: Is there any way to get API regarding CC2540 USB dongle sniffer?
Is there any way to get API regarding CC2540 USB dongle sniffer?Thank you.
View ArticleForum Post: RE: Flashing ARM does not work anymore after update to CCS5.5
Hi RickyI have just tested the fix on one PC, and now the flashing works again! I will test the other PC tomorrow.Out of interest: What was the culprit? I wonder why it happened for us on different...
View ArticleForum Post: Compiler problom "INTERNAL ERROR: C:\CCStudio_v3.3\C6000 Code...
When I use CCS3.3 to compiler a old successful project,I get a error infomation(I install a CCS3.3 and CCS5.2 simultaneously on the computer with Win7 operation system):INTERNAL ERROR:...
View ArticleForum Post: RE: Logic Analyzer,Oscilloscope option on CCS studio IDE
Hi,Check this and see if it helps you: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/232571/816151.aspxRegardsJ
View ArticleForum Post: CCS Update Installation error
I installed CCS5.5.0.00077_linux.tar.gz on an Ubuntu 12.04 VM. I activated it with an evaluation licence. I have a Timesys toolchain installed. I was not able to create a CCS project for AM3356...
View ArticleForum Post: RE: Help setting up a legacy development environment (C54x)
Rafael,Yes I'm aware that the C54x is an old chip and no, migrating to a C55x or C6x is not an option.Any ideas on my original question?
View ArticleForum Post: RE: turnaround times with debugger
I saw this. But I source my board by a supply, capable of at least 600 mA. This should be enough.And for me, it is a software cause. I've tried the MSP430Flasher(v12.3) which needs 30 seconds, which...
View ArticleForum Post: Change Zoom screen size, GUI composer 5.5 runtime.
Surely the GUI composer 5.5 runtime browser can reduce all Widgets zoom ratio constrained by (<form> size) adding a switch in the (AppInitScript.js) or other file?Having to resize every widget...
View ArticleForum Post: RE: CCS error - gmake not found when project is on mapped network...
Others having some strange issues with 5.5 version as well.Have you check the Index, search for unresolved includes in the project?This addition to the projects linked resources tab helped resolve...
View ArticleForum Post: RE: Problem with 32-bit variables: overlap
I'd like to emphatize that the debugger not only gives a bad memory reference, but it also USES it to fetch the variable values, so you get wrong values, different from what they really are.Maybe this...
View Article