Forum Post: RE: Mixing DSP tools with ARM tools on single installation of CCSv5
Hi,There are many angles to approach the problem you propose, therefore my answer will contain my personal preference on what to do:1) CCSv5 is perfectly stable when installed with all device families,...
View ArticleForum Post: RE: __TI_VFP_COPROC_SUPPORT__ not defined when building with...
Thanks George - the lower case 'v' does the trick!
View ArticleForum Post: RE: xds560, Stop mode debug Linux kernel, ccstudio5.5 on ubuntu...
Hi Raymond,CCS version is 5.5.0.00077. The linux kernel version is 3.2. It's the kernel for linaro android downloaded from here.(http://releases.linaro.org/13.07/android/panda/)The vmlinux is around...
View ArticleForum Post: RE: Problem loading symbols via GEL_SymbolAddELFRel in CCS...
Never mind, I spoke too early. I had accidentally removed the -g flag somewhere during my investigation.After enabling -g, CCS indeed linked the source for debugging. However as I described above, it...
View ArticleForum Post: RE: Tina-TI model for UC39432
Thanks.BTW, please note that there is an error on the main page of the product in its voltage range. Also there were multiple different copies of the datasheet. The puzzling part is the additional...
View ArticleForum Post: RE: Please help in installing ccs on ubuntu 12.04
Hi Megha,Check this guide under Ubuntu section:http://processors.wiki.ti.com/index.php/Code_Composer_Studio_v5_Users_GuideRegards,Gautam
View ArticleForum Post: RE: Counting Clock Cycles - Is there an alternative method?
Hi Thomas,What I meant by first step is:GpioDataRegs.GPBSET.bit.GPIO35 = 1; //Set bit //Place your instruction here GpioDataRegs.GPBCLEAR.bit.GPIO35 = 1; //Clear bitBy doing so your GPIO would toggle,...
View ArticleForum Post: How can Simulators or DSS run faster?
We have about 50 unit tests that run in MatLab using DSS scripting and C6747 CPU simulators.I have noticed that the tests usually only use one core at a time. How can the scripts or the simulators be...
View ArticleForum Post: RE: Complex floating point numbers in ccsv5
Hello!As soon as we work with DSPs, getting result is rarely the goal. Instead, we want the result in time, often real-time. Complex data types from complex.h is what may slow down your app. Please...
View ArticleForum Post: RE: Dangling Pointer !
[quote user="desouza"][/quote]waiting from long time for your reply, mean while i tried to debug my problem a lot,why is it tries to read what ever it wants from !to check this further i have used some...
View ArticleForum Post: RE: memory overlay does not work
Thanks, George.I'll try your suggestions and get back to you later.Actually I tried the same, and it did not work.. But let me check again.Best Regards,kawada
View ArticleForum Post: RE: Can't find debugger target
Hi, Thierry,try to go through this link http://processors.wiki.ti.com/index.php/Device_support_files.Regards,Igor
View ArticleForum Post: RE: Build Error
Hi,Perhaps, you didn't include "driverlib-cm4f.lib" to project. Try to go through this link http://processors.wiki.ti.com/index.php/Include_paths_and_options.Regards,Igor
View ArticleForum Post: RE: Error connecting to the target: (Error -1015 @ 0x0)
[quote user="willian bispo"]The test for the JTAG IR instruction path-length failed.The JTAG IR instruction scan-path is stuck-at-zero.The test for the JTAG DR bypass path-length failed.The JTAG DR...
View ArticleForum Post: RE: .out file not created in msp430
Rohit,well, try to run CCS so: right click ->run as Administrator.Regards,Igor
View ArticleForum Post: RE: Subcircuit AD8207 used by X_U1 is undefined
Santhosh,Evidently, PSpice cannot find the .lib you are including. I would verify its location and name of the .SUBCKT first.I do not believe that TI makes an AD8207 either.Britt
View ArticleForum Post: RE: Chronos 433 firmware
Hi Lisa,I did install CCSV5.5, and done the same manipulation, I got those errors:(Please visit the site to view this file)Thanks for your time,Florian
View ArticleForum Post: RE: CCSv6 Beta 2 web installer problem
Unfortunately Beta-3 failed in the same way, install_logs attached. This time there was no log in .metadata folder. I checked my java and it is latest 7 Update 51, no other versions of java installed....
View ArticleForum Post: RE: Webench Export to cad option not present.
David,I am glad that it works for you.Thanks for using WEBENCH tools.Regards,Surinder
View ArticleForum Post: RE: .out file not created in msp430
Hi Rohit,is this a gcc project? If so you need to follow the proceedures for such a project in ccs.http://processors.wiki.ti.com/index.php/GCC_-_Create_a_projectHowever if you are willing to try the...
View Article