Forum Post: RE: EVM6678 .fardata segment initialization in CCS5.2
hello, I defined a ".self" section in DDR3,and I placed the data into ".self" using "#pragma DATA_SECTION()", but the problem is same. the project output format is eabi, if I change the output...
View ArticleForum Post: RE: Flashing ARM does not work anymore after update to CCS5.5
Daniel, Josh, Brett,Based on the information provided in the various threads on this issue (especially the fact that it broke between CCS5.4 and CCS5.5), we have identified a potential cause of the...
View ArticleForum Post: RE: Expressions value
Johan,All the keyboard shortcuts are defined under Window->Preferences->General->Keys. There are some you can create/customize here, but I don't believe there is one for making a variable...
View ArticleForum Post: RE: Convert static DSP library into dynamic DSP library using...
George, that is correct. When using non-DSBT bare-metal dynamic linking model, the compiler should be made to assume that all data is far since the DP is not managed by the compiler in the non-DSBT...
View ArticleForum Post: CCS 5 Network Drive file changed on file system message
Greetings, I have code on a mapped network drive on a gigabit network. When ever I leave the CCS windows and come back it says the file has changed on the file system (which is a lie) I say no and save...
View ArticleForum Post: RE: What happened to adc-input-calc ?
Hans,This tool is no longer supported. There are efforts to replace this tool in the future thru the new-future Amplifier Designer.
View ArticleForum Post: RE: CCSv6 Beta 3 is now available
Scott,We have been running into some trouble with this. Right now the plan is for that option to disappear in 6.0 and then once we get it working properly for it to come back in 6.0.1 or 6.1.0...
View ArticleForum Post: GUI Composer 5.5 XDS100v2 JTAG connection has random memory error
Having always a fatal disconnect error after minutes of GUI operation typically when data is moving bidirectional on the JTAG bus. The XDS100v2 default clock rate assume to be 1Mhz but do not see that...
View ArticleForum Post: RE: CCS V5.5 long long support in debugger (280x Piccolo)
Hi Stephan,I have fixed the bug.The debugger will promote the long integer symbol with bit size 64 to a long long symbol.So you will see the correct types and sizes in the expression/variable views.The...
View ArticleForum Post: RE: .bin file blows up to size of heap defined in linker command...
[quote user="Chester Gillon"]I haven't yet worked a robust way of writing the linker command file to get the initialized sections adjacent in memory to reduce the .bin file size.[/quote]I have a...
View ArticleForum Post: RE: test connection to JTAG using CCSv5 failed
Rafael, i'm getting the serial connection via the USB1 jack!I will try your target configuration file and do the update of TU emulator package because is an old version (5.1.232.0). P.S:I think I put...
View ArticleForum Post: RE: how to enable trace on multiple cores and have them all stop...
Brad,I think that what you want to do is synchronize the cores, is that so? If so, you can select the cores to be synchronized in the Debug view, then right-click and select Sync group cores. This way,...
View ArticleForum Post: RE: Problem with 32-bit variables: overlap
Does the code execute correctly? If not, how do you know it is in error? I ask because it is possible for the compiler to allocate multiple variables to the same register.I'd like to build your code...
View ArticleForum Post: RE: How to obtain old compiler v5.0.1
Based on the compiler version numbers, I'm pretty sure we are talking about the TI ARM compiler. The ARM compiler is not available as a free standalone download. You can only update from within CCS....
View ArticleForum Post: RE: Help setting up a legacy development environment (C54x)
Hi,C54x is a very old family of devices and, as you can see, is barely supported by the modern tools. The customers that use these devices usually are in full production or have their projects in...
View ArticleForum Post: RE: CAD files for tps22967 and others
Hello Murali,I will request CAD/bxls and will let you know when they are complete. Turn around is usually within a week.Regards,Janet
View ArticleForum Post: RE: Web Bench use on Mac
Hi Dave,Can you let me know the email address you use to login to WEBENCH Designer? Email it directly to me at khang.nguyen@ti.com.Regards,Khang NguyenWEBENCH Software Manager
View ArticleForum Post: RE: "Collapsing" register and memory browsers
Hi Rafael,this was an almost perfect answer. I guess we can make it completely perfect.First, just or the sake of completeness: I am not 100% sure what you mean by So far I always stopped debugging...
View ArticleForum Post: RE: CCS 5.5 Installation error on Windows 8 64 bit
To add further info,I have ensured disabling McAfee firewall and also downloaded the offline installer 2 times.Best RegardsJK
View ArticleForum Post: RE: CCSv4.4.2 on Windows 7 - JRE version error?
I wonder if this is because CCSv5 installed a JRE that is incompatible with CCSv4?You can determine JAVA version runtime using the javacpl.exe, (General about) or (JAVA view). We have version 1.6 build...
View Article