Forum Post: RE: Trig functions give wildly wrong results
Hello Dimitrios!The C28x plus floating-point (C28x+FPU) processor extends the capabilities of the C28x fixed-point CPUby adding registers and instructions to support IEEE single-precision floating...
View ArticleForum Post: RE: Seeking Efficient Team Project Methodology to share a 6678EVM...
Thank you for your kind and obvious answer, Ki Soo.Well...It seems like that there is no possibilty to do team project we want with a 6678 EVM.Do you know whether or not TI has a plan to make...
View ArticleForum Post: RE: use_dead_funcs_list seems broken
> More unfortunate still is that the C5500 compiler is no longer under active development. Any problems, like this one, which are found are very unlikely to be addressed.Sounds like c55x is about...
View ArticleForum Post: RE: DRV595DAP TINA-TI Spice Model and How to input single ended...
Hello Don-san,I have question for your answer on Aug 29 2013 about single-ended input range.Datasheet page13 explain as following.“To use the DRV595 with a single-ended source, use a voltage divider to...
View ArticleForum Post: c55x: How to zero initialize .bss
Zero-initializing .bss is a standard function of startup code, but unfortunately not for c55x.It can be done as follows. Your linker .cmd file has something like this: .bss > DARAM0Change it...
View ArticleForum Post: Eliminate dead/unreferenced data?
The c55x linker keeps dead/unreferenced data.An equivalent of --gen_func_subsections (--gen_data_subsections?) seems to be missing. BR. Leo.
View ArticleForum Post: RE: How do you get PWM signals to be 180 or 120 degrees apart?
This is how you can use phase register:eg. EPwm2Regs.TBPRD = 450; // Period = 900 TBCLK countsEPwm2Regs.TBPHS.half.TBPHS = 300; // Phase = 300/900 * 360 = 120...
View ArticleForum Post: RE: Build Hello world Project, printf Error
Did you try building a TI based sample code?Regards,Gautam
View ArticleForum Post: RE: LM25011 Tina-TI model request
Hi Tomas,Attached is the Beta version of the LM25011. We have done some basic testing on it to make sure it is working fine, but a complete suite of tests has not been run on this model. Hence we have...
View ArticleForum Post: RE: System and User mode registers are missing in CCS debuger
Hi,I still don't understand the above answer.When the processor is in say IRQ mode, the SP/LR/SPSR shown in the "Core Registers" are actually the SP_IRQ,LR_IRQ and SPSR_IRQ. But where can I see SP_USR,...
View ArticleForum Post: RE: Use CCS5.4 to compile SimpliciTI project occure error.
Hi Bin,just wanted to check for updates with your enquiry.Best Regards,Lisa
View ArticleForum Post: RE: Code Composer Studio v5.4 Setup / Microsoft Visual C++ 2005...
HI Pascal,just wanted to check for any updates with your enquiry.Best Regards,Lisa
View ArticleForum Post: RE: CCS update 5.3 to 5.5 failure
Hi Don,are you still having issues? I have not seen anything offline.Best Regards,Lisa
View ArticleForum Post: RE: Asking about CCS software
Hi Bharvani,just thought I would check for any updates with your enquiry.Best Regards,Lisa
View ArticleForum Post: RE: RTSC not loading repositories as it should
OKGot it working with resetting the cachehttp://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5#General_IDE
View ArticleForum Post: RE: Runnint the target after disconnecting the debug...
hmmm. you may have to do a run free. I'll look into this
View ArticleForum Post: RE: Seeking Efficient Team Project Methodology to share a 6678EVM...
There is no specific plan to implement the functionality you are looking for.There is one workaround that perhaps may work for you. There is a DSS example called the Test Server. This would allow...
View ArticleForum Post: RE: XDC tools error
Hi Shivakumar,ok, thanks for the update and glad to hear you seem to be past the problem.Best Regards,Lisa
View ArticleForum Post: RE: Code Composer crash
Hi Roman,are you seeing a specific issue downloading? At any rate, please do keep us informed.Best Regards,Lisa
View ArticleForum Post: RE: Trig functions give wildly wrong results
[quote user="Igor Gorbachev"]Your DSP does not include FPU. You need to use IQMath library (Please visit the site to view this file).[/quote]While it is true that a TMS320F2812 doesn't include a FPU,...
View Article