Forum Post: RE: Fatal error #5: could not open source file
Hi,The paths to files cannot point to remote directories (UNC paths, the ones that start with \\iastate.edu). They must be local or the remote directory must be mapped to a drive (this can be done...
View ArticleForum Post: RE: Watchdog prevents program load on LM3S device
[quote user="Chester Gillon"]b) CortexM3_util.gel is included by a large number of device GEL files, so any change to CortexM3_util.gel in CCS would need to be checked that doesn't break any of the...
View ArticleForum Post: RE: MATHLIB C++ support
George said that rebuilding MATHLIB would probably be impractical for you to do, which is true unless you have the source code. If there is an ELF version of the library available, rebuilding it is...
View ArticleForum Post: RE: ubuntu12.04.2LTS CCS5.4.0 launch problem
Hi Liang,great glad to hear and thanks for updating.Rafael - thanks for filling in with further details!Best Regards,Lisa
View ArticleForum Post: RE: random error #10008-D: cannot find file...
Great, Congrats.Cheers,Gautam
View ArticleForum Post: RE: Archived Q&A from the December 12, 2012 WEBENCH Office Hours
how do i get a free TI-84 cord that connects into the computer and the getting started guide? my friend got one and i need a cord
View ArticleForum Post: Problem in RTSC Tools - Platform - Edit/View
Hi,Using the menu command RTSC Tools - Platform - Edit/View, I edited an existing platform( I changed DDR into IRAM in the Memory Sections of ti.platforms.evm6748.) and pressed the Finish button, which...
View ArticleForum Post: How to input and output floating point values using GUI Composer?
How to input several floating point variables in the range from 0.0 to 1.0 and get back a floating point value belonging to the same range 0.0 to 1.0 to/from some program while using CCS 5.4 and GUI...
View ArticleForum Post: RE: Direct TI Support for Code Composer?
Hi David,as Brandon mentioned, this forum is fully supported by the apps team. We also try to maintain top levels of support including a target of minimum initial replies within one business day. If...
View ArticleForum Post: RE: ccs 5.4 license installation issue: tidspssw
Hi,unfortunately no. The license server only looks for/requires the eth0 hardware MAC address. You can rehost your license at www.ti.com/myregisteredsoftwareThe only thing I can think of, but I am...
View ArticleForum Post: RE: LM25011 Tina-TI model request
Tomas,I will add it to the translation queue.Britt
View ArticleForum Post: RE: how to measure required memory
Dear AartiG,Thank you for the help.I saw the map file. It is very helpful.I have tow other question in this subject. 1- In my map file there is some unused sapces which I need them for data space. The...
View ArticleForum Post: design pattern real time operating system model view control
Dear Experts,Is there any relation between these terms?Used the design pattern and MVC in dsp or mcu programming?I need to know about usage of design pattern and model view control in dsp ( and mcu )...
View ArticleForum Post: Trig functions give wildly wrong results
I am using Code Composer Studio 3.1 with DSP TMS320F2812.my trig functions are giving wild results. Here are some examples in my code snippet below:#define PI...
View ArticleForum Post: Why does default ISR get called after you remapped that same ISR?
I have mapped the CMP1INT ISR using:EALLOW;PieVectTable.CMP1INT = &PWM_ISR;EDIS;When I run the code, the default CMP1INT_ISR gets called anywhere from 20 to 40 times, and THEN the PWM_ISR gets...
View ArticleForum Post: RE: Problem loading local variables debug info from DWARF-3
That's great. We'll hope CCS release happens soon.Thank you very much!
View ArticleForum Post: RE: beagleboard-xm running windows ce7, using CCS to access DSP
Hi Avi Septimus;I am a new bee to beagleboardxM .. I just read your post here. Can you please guide me how can i run beagleboardxM through visual studio specifically the arm Processor.and then if you...
View ArticleForum Post: RE: how to measure required memory
Dear lgor,Thank you for the help.My second question was solved by the link.Regards,Ras
View ArticleForum Post: RE: Why does default ISR get called after you remapped that same...
I figured it out.I was doing the remapping after I enabled the interrupt group. Hence, it was calling the default ISR until it got to the remapping.When I moved the mapping to occur BEFORE enabling...
View Article