Forum Post: RE: CCS V5.1 build questions
I'm not aware of a way to do this prior to the build of the dependent projects. The pre/post build steps apply to the project with which they are tied and run before/after the main build for that...
View ArticleForum Post: RE: Do you support C++ in 3.0.1.1 MATHLIB C66x?
I'd like to link a newer thread to this thread about the topic 'MATHLIB in C++'http://e2e.ti.com/support/development_tools/compiler/f/343/p/228422/1002585.aspx#1002585
View ArticleForum Post: RE: Error when trying to debug gpio example from StarterWare with...
Sebastian,Unfortunately I don't have a LCDK board, but I would first be sure there is no operating system running on the target when trying to connect and run a GEL file, as it will break the current...
View ArticleForum Post: RE: CCSV5 Getting Spell Check to Work Properly
Great, glad to hear. Thanks Patrick, and thanks for the update Chia-Ning. All the best with development.Best Regards,Lisa
View ArticleForum Post: RE: DRV595DAP TINA-TI Spice Model and How to input single ended...
Hello Don-san,Thank you for your answer of input range.Please responsible person answer TINA-TI questions.Regards.
View ArticleForum Post: RE: how to define section for a variable
Thanks a lot George..If possible, Can you please share the TI doc from where you found this information.
View ArticleForum Post: RE: Why a opcode can't using in CCS 3.3
another question, can you help me ?i want to finish a multiply: -32768 x 32768.so the code is follwing: mpy in1,in2,resultstnw in1,*out1++stnw in2,*out1++ stnw result,*out1++I printf them :...
View ArticleForum Post: RE: Problem loading local variables debug info from DWARF-3
Thank you for sending the ELF file offline. With the file I was able to recreate the error when viewing local variables in the expressions view with CCS 5.4. However, the error seems to be fixed in an...
View ArticleForum Post: RE: DRV595DAP TINA-TI Spice Model and How to input single ended...
Toshio,I am a modeling engineer in the WEBENCH Design Center. I will look into your questions and let you know what I find.Regards,John
View ArticleForum Post: RE: A question about JTAG cable
Hi,Adding to Gautam's and Maciej's answers, the 6 inches are a recommendation from TI and not part of the IEEE1149 standard. This is empirically determined to meet the JTAG data rates that correspond...
View ArticleForum Post: RE: Error when trying to debug gpio example from StarterWare with...
Sebastian,Thanks for reporting back your findings. That will surely help others in the future.Cheers,Rafael
View ArticleForum Post: RE: CCS v5.4.0 RC installation error
Same here, wasted a lot of time but it finally work out,Thanks,Rami
View ArticleForum Post: RE: Crash Dump Analysis help
Thanks, Darian. I'm still waiting to hear back from the customer after passing along your info.
View ArticleForum Post: RE: UIA Logs display problem
Thanks, Brian. I'm still waiting to hear back from the customer after passing along your info.
View ArticleForum Post: RE: how to define section for a variable
Please see the section titled Specifying Where to Allocate Sections in Memory in the C6000 compiler manual.Thanks and regards,-George
View ArticleForum Post: TS3DV642 BXL File
Hi,I would like to request the BXL File for the TS3DV642.Thanks,Tony
View ArticleForum Post: RE: CCS warning for usage of function pointer
The signature (type and number of arguments etc.) of the function pointer must match the signature of the function assigned to it. This example should make it clear ...% type file.c struct {...
View ArticleForum Post: RE: Install issues - Debug Server has stopped working
Hi Sean,could you contact me offline (my ID is a link for a friend/conversation request). I should be able to send you a beta of the next release where this is fixed.Best Regards,Lisa
View ArticleForum Post: RE: Code Composer Studio didn't work
Hi, please send us the installation logs. These are in the installjammer registry directory. The folder may be hidden and is under program files or program files (x86).Also make sure your user...
View ArticleForum Post: RE: use_dead_funcs_list seems broken
Unfortunately, I can't get it to work either. And I cannot find a workaround. If you compile with --gen_func_subsections, all of the dead functions will be eliminated. You do lose out a bit in that...
View Article