Forum Post: Build XDM codec with DSPLIB in CCS5.5
Hi,I use XDM GenAlg tools to create a codec project. I use the DSPLIB to do autocorrelation in my code. I include the "ti/dsplib/dsplib.h" in my program. When I build the project I get the following...
View ArticleForum Post: RE: Linking error #10010 appears when trying to program TMS320F2812
Is the DSP2833x_CodeStartBranch.asm file included in your project? And do the project linker settings set the entry point to the code_start symbol? Please see this post for some related...
View ArticleForum Post: RE: Pointer array indexing in CCSv4
It is already an old thread, but it seems that issue was not fixed completely.Look at this:Of course, I'm referring to timeBetweenCurvesInFlash = (uint16_t *) (paramsAddress+3);...
View ArticleForum Post: RE: Issue with dereferencing an array of pointers
It is already an old thread, but it seems that issue was not fixed completely.Look at this:Of course, I'm referring to timeBetweenCurvesInFlash = (uint16_t *)...
View ArticleForum Post: RE: Startup Problem - CCS 5.5 and 6
Great to hear it is working now. If possible, I would still like to get a copy of the install logs folder to see if we can figure out what went wrong. The folders are renamed with the date as you...
View ArticleForum Post: RE: Compiler v6.2.x and __byte intrinsic
I am unable to reproduce this diagnostic. Please submit a test case, probably preprocessed like this, which I can compile to see those diagnostics. Please include the exact compiler options...
View ArticleForum Post: RE: Build Error Using CCS 5.5 with CC2538 and Contiki Code
Use the --gen_acp_raw option to diagnose this problem. Read about it in the ARM compiler manual. Look at the resulting .rl file to see how the problem line changes from original source to the...
View ArticleForum Post: Where to download stand alone offline compiler installer for...
I realize the recommended way of getting an update for a compiler is from within CCS, but...For other IDEs we save off an offline installer to a group area and identify which installers to run to get...
View ArticleForum Post: RE: CCSv5 offline updates
Roger,What you need to do comes down to creating a small ANT script that will make a copy of the features you want on a computer with internet access. You will need to know the feature IDs, versions,...
View ArticleForum Post: ARM Compiler 5.1.5
Hi TI Team,I am trying to create a non-executable build (the build contain tunable parameter values stored in target memory and other application will access the data) for TMS570. Even though it is...
View ArticleForum Post: C plus project compile error
Hello,i'm trying to test the C++ files in the project but i'm getting compilation error in the attached example.please advise.Thanks,Mohamed Fawz(Please visit the site to view this file)y
View ArticleForum Post: RE: SwitcherPro Transient Step Calculation
SwitcherPro uses the transient load step and max voltage inputs to calculate an output impedance requirement for the converter, and correspondingly selects output capacitors to meet that requirement....
View ArticleForum Post: RE: TIna Ti - possible to adjust (lower) simulation accurancy for...
Sometimes it is possible to get a simulation speedup by loosening (i.e. increasing) the error criteria in the Analysis>Set Analysis Parameters window in TINA. In addtion to the error parameters,...
View ArticleForum Post: RE: Run-time library
Thanks for all the replies.I was not looking for an answer so maybe I should not have posted the problem here. I encountered the day-of-by-one error in my software and investigated the issue. When I...
View ArticleForum Post: RE: CCS5.5 Debugger Initialization Error
CCS is too big, too slowly, and too many options, which is confusing...Is there a way to use the CCS complier whith a scripe? I don't want to start the CCS IDE every time.
View ArticleForum Post: RE: CCS 5.5 connection problems with Concerto ControlCards
Hi Matthias,I would like you to post the connection errors that you face with the other combinations. The controlCards don't power up?Regards,Gautam
View ArticleForum Post: RE: Debugger Initilization Error: Can't generate board data file
Hi,Check this link out: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/193073/690342.aspxHope this solves your query.Regards,Gautam
View ArticleForum Post: RE: where to get all documented C/C++ command and syntax for CCS...
Hi,Check this doc out: www.ti.com/lit/pdf/slau132Hope this clears your doubt.Regards,Gautam
View ArticleForum Post: RE: CCSv4.2.5 Installation Error
Hi Lisa,Please tell me, because it has the same problem as the topic.When i do double click on the installer, it starts to instal up to the "DSP/BIOS 5" installetion, then, a window appears...
View ArticleForum Post: RE: WEBENCH cannot enter switching frequency for TPS54618
Strange, today it is working. It starts with 600 (kHz), I can enter 1200 (kHz) and this is automatically converted to 1.2 (MHz). Thank's Kristoffer.
View Article