Forum Post: RE: Missing Requirement
Hi Fred,this should be fixed in v5.5. Please try that but- please do it as a full fresh installation. do not upgrade (5.5 is currenty released as an update)- please do not install over an old...
View ArticleForum Post: RE: error: cannot find file "./configPkg/linker.cmd"
Hi TOm,do you need to use one workspace? A good option might be importing the project to a new workspace, modift, import to a different workspace, modify ... etc etc. This would be the easiest...
View ArticleForum Post: RE: CCS Download not Start
HI Fabio,what I mean is that we just released v5.5. As that was posted, v5.4 was moved around to allow for the new release. Which is why i wondered if you couldn't download due to the server...
View ArticleForum Post: RE: XDS510 USB Emulator connection issue with C6414T
Hi Jeff,[quote user="Jeff Ren"]I/O Port = 240[/quote]This I/O port is usually reserved for the TI XDS510 ISA emulator. Considering that you are using an XDS510 USB based emulator, this sounds wrong....
View ArticleForum Post: RE: TINA Spice
Giora,Do you have the .TSC file that we could evaluate? Also, what exactly do you mean by "it is not working"?With more information and the example, we might be able to help.Britt
View ArticleForum Post: RE: 28M36x_GpioG1Dat_Registers.xml
Hi,[quote user="Johan Stenström"]shouldn't GPCDAT contain GPIO 64-95?[/quote]Although it seems to have a gap on GPIO entries, this matches section 4.2.7.40 of the F28M36 TRM.[quote user="Johan...
View ArticleForum Post: RE: Why can't this mpysp be executed parallel?
You have a large loop dependency because line 57 can't start until line 59 completes. Instead of folding all the complex values into one product, do 2 or 4 separate folds (eg, multiply all the even...
View ArticleForum Post: RE: Unable to Run from FLASH without CCS 5.4 in Debug Mode
[quote user="Kevin Taberski"]On my desktop PC (running Windows 7 Ultimate 64-bit - ift it matters), I get exactly the same results when I use the TI v5.04 compiler, but if I use either the TI v4.97 or...
View ArticleForum Post: RE: C6000 7.4.5 auto_ptr re-assignment error: no operator "="
Hi,Since the function return a temporary and a temorary can be bind only to a const reference, the compiler should autopatically convert it to auto_ptr_ref and use the operator auto_ptr& operator=...
View ArticleForum Post: RE: Why can't this mpysp be executed parallel?
Hello Elron,Thank you very much :) I was on the way to a similar solution after your tip, but your example helps me very much!Your code creates much more overhead than what I had before, but the loop...
View ArticleForum Post: RE: Cannot find guide for .cfg file in CCS V5
Hi,I guess this link would be helpful:http://processors.wiki.ti.com/index.php/SYS/BIOS_Getting_Started_GuideRegards,Gautam
View ArticleForum Post: RE: regarding C6000 compiler optimization
Hi!I think these links will be usefulhttp://processors.wiki.ti.com/index.php/C6000_Compiler:_Recommended_Compiler_Options...
View ArticleForum Post: RE: CCS list processes information on Linux when debug linux kernel
Hi,I would like you to go through the following link for info:http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5Regards,Gautam
View ArticleForum Post: RE: CCSv5.2.1 Installation Problem: Error in action ExecuteAction
Cool and Congrats!Cheers,Gautam
View ArticleForum Post: RE: problem with BIN file??
George,for BIOS project it is creating 3GB bin file...is it right or wrong??..this unable to work with 3GB bin file.for Non BIOS project its creating 70KB..it is also working.
View ArticleForum Post: Need updated davinci.gc 1.2.1, dojo 1.8.1 and maqetta plugins...
The standalone GUI Composer (c:\ti\GUI Composer) does not have the most recent Eclipse plugins which are available in the CCS v5.5 Eclipse build (e.g. to support Program UART mode). We need to get a...
View ArticleForum Post: RE: XDS510 USB Emulator connection issue with C6414T
Hi Ki,Here's the CCS board configuration, which is gotten from emulator producer. It seems that this config is borrowed from other 3rd party driver. But, I don't know the details. Refer to my issue, my...
View ArticleForum Post: RE: CCS 5.5 IPC software missing ?
IPC is no longer bundled with CCS (since v5.4). Please refer to here to download the version of interest.
View ArticleForum Post: RE: CCs 5.4.0 error debug
Hello, I've been doing some more tests and still not working. One thing that I changed the dynamic memory allocation, you can see attached. It also follows a figure showing the debug disassembly....
View Article