Forum Post: How can I link an asm function to other code section?
Hello,I would like to link a function, which is written in assembly, to a code section in the internal RAM (section "Code_ExternalRAMTest").I use the TI compiler 4.9.1I have tried the name section...
View ArticleForum Post: External Make-File
I´m developing code for an TI concerto microcontroller. I have a workspace with two projects in my CodeComposer Studio V5.4. One project includes the code for the DSP and the other one for the ARM M3....
View ArticleForum Post: RE: error #1055: class member designated by a using-declaration...
Sorry, I have to post this again. I run in some trouble with "copy and paste"Posted by HolgerG onJun 18 2013 07:01 AMProdigy10 pointsMy test code runs successfully on MS VS2008.This is from the...
View ArticleForum Post: RE: Don't print "[C674X_0] " in CCS5 Console
Just found the setting: It's "Use the same console for the CIO of all CPUs" in the Debug Configurations.
View ArticleForum Post: RE: CCS5.3.0: meta-data cannot be interpreted
Mark,Could you attach the .project and .cproject files from the root of your project? I'll have a look.Thanks,- Baltasar
View ArticleForum Post: How to include tables in the binary?
Hello,what's "the right way" to include precomputed tables (e.g. twiddle factors or the like) in my binary? I'm using configuro to build my C6747 binaries…TIA,Markus
View ArticleForum Post: RE: CCS V5.3 under Ubuntu 10.04 can't detect MCSDK 2.1.2.6 package
Lisa,I un-installed CCs and MCSDK. Then, I re-installed them as sudoer:sudo ./ccs_setup_5.3.0.00090.binsudo ./bios_mcsdk_02_01_02_06_setuplinux.binI still can't add MCSDK into CCS. See what I...
View ArticleForum Post: RE: CCS v5.4 crash rigth after launch
Bruno,On Windows 7 with CCSv5.4, the hs_err* files Martin referred to would be located in a sub-folder of C:\Users\<your-login-id>\AppData\Local\.TI . Could you search this folder for hs_err...
View ArticleForum Post: RE: CCS 5.4.0.00091: app wont exit after crash
Hi Kent,did you look at the wiki? Could you please see if there are at least any error logs you can send us?Best Regards,Lisa
View ArticleForum Post: RE: CCSv5.3 I can't build a .out file
Hi Mariana,great, very happy to hear you were able to find the second main causing the issues. All the best with development.Best Regards,Lisa
View ArticleForum Post: MSP430F249 3D STEP Model
Hello All,For some reason we are not able to download the STEP model of the MSP430F249 device which can be found on this page: http://webench.ti.com/cad/cad.cgi?partno=MSP430F249The download link...
View ArticleForum Post: RE: Error: Filtering/Sorting CPU Load
Hi Ralph,no worries, but do please keep us informed.Best Regards,Lisa
View ArticleForum Post: RE: Post-build step *.bat file include
Hi Vyacheslav,have you tried"${PROJECT_LOC}\Debug\test.bat" ?You need the $ and you need to put everything inside the quotes.Best Regards,Lisa
View ArticleForum Post: Creating a hex file into CCSv5 of the *.cmd-file
Hello.I work with dsk6713. I need to convert OUT-file (output file CCS) in the hex file by calling the hex6x from *.Cmd file. Similarly as in the attached example.(Please visit the site to view this...
View ArticleForum Post: RE: CCS 5.4 - F28M35 - Processor shows as "Running" upon load
Before I posted this, I looked in these files. Nothing is at those addresses that I can see, but you probably understand the system better than I do.
View ArticleForum Post: RE: CCs version 5.4 - problem adding bios PRD object
Hi Yaron,this error is often caused by issues with the include paths and variables. Particularly I suspect a library include did not make it through the import. Unfortunately it is know when...
View ArticleForum Post: RE: How to create a symbol file
Zhang,Sorry, I don't think we have any tool that performs your two wishes. Maybe a third party tool that performs ARM disassembler could help you with this.Regards,Rafael
View ArticleForum Post: RE: German dictionary for spell checking in CCS V5.4
Hi Ludwig,ccs is based on eclipse (v3.8). What you will need for german language support is some type of plug in of your choice. For example a google search will lead you easily to the babel project...
View ArticleForum Post: RE: Installation Error
Hi Tim,It looks like one of the components crashed. Do you have 2 or more display adapters, one of which is NVidia? If so, there was an MS update on NVidia drivers for windows 7, 64 bit machines...
View Article