Forum Post: RE: Error in import Eagle script file generated by WEBENCH
Hello,Thank you for bringing this to our attention!I have forwarded this info to the Webench team, and reply here once I hear back from them.
View ArticleForum Post: build problem with compiler v7.4
Project can build without errors and warnings, but it links forever using v7.4. This problem happens in both ccs v3 & v5. However, the same project builds successfully with compiler v6.x. All the...
View ArticleForum Post: RE: webbench does not allow to force higher frequency on LM3481
Hi,Sorry for the delay on this I must have missed it come through. You are right, WEBENCH will not allow you to design using this device in Over Voltage Protection mode (OVP) at full load. If this is...
View ArticleForum Post: RE: Steps to importing a CCS3 project into CCS6
If you are using CCSv3.1, then you are most likely using BIOS 4.x. That version of BIOS is not compatible with CCSv6 (or v5 or v4). That is why you are having import issues. You need to migrate your...
View ArticleForum Post: RE: Missing or corrupted application file in CCS5 and Keystone II
Which exact keystone device are you using? In some devices the DSP is held in reset by some application processor (ARM) and you need to run a routine to release the DSP from reset (usually via some GEL...
View ArticleForum Post: RE: Accessing internal registers and memory in the AM335x
Ki,Thank you for your prompt reply.Yes, I was wondering how exactly I would have to alter the values of my registers (for example, how do I set the value of the CTRL register, say, to 5h?). I probably...
View ArticleForum Post: RE: CORTEX_M4_0: Error connecting to the target: Frequency is out...
Hi, Good, that you already recovered your launchpad, and be able to use it again. Now, you have to know why it was locked. Possible that the previous program you load to it before caused it to...
View ArticleForum Post: RE: JVM Heap low detected
Hi Ki,Thank you for your reply. I am using Intel® Core™ i5-3230M CPU @ 2.60GHz × 4 , 4GB RAM, Ubuntu 12.04 LTS 32 bit. Yes, I modified ccstudio.ini file. Please have look at my ccstudio.ini file below...
View ArticleForum Post: "PC-relative displacement overlfow" errors
Hi all,Currently I am using a very old TI DSP (C33 series) to build a firmware for our device.I met a problem that when I tried to link a .out file.The .cmd file looks like:======CMD...
View ArticleForum Post: CCSv6 create new project for target MSP430G2432 fails
Just installed CCSv6 (previously had CCSv5.X). I now have a problem trying to create a new Grace project fora MSP430G2432 target. I have all the latest updates for CCSv6. The host is running Windows...
View ArticleForum Post: RE: TINA-TI V9 update Error.
I'm using Windows 7 Professional 64bit as Admin. Update of TINA-TI is not possible. I get an error message "INVALID ENUM VALUE" .Is there any solution for that Problem ? Can I download the Update...
View ArticleForum Post: RE: Online Updates of TINA-TI Model Library and Example Circuits...
I'm using Windows 7 Professional 64bit as Admin. Update of TINA-TI is not possible. I get an error message "INVALID ENUM VALUE" . Installed TINA-TI Version is 9.3.50.40 SF-TI .Is there any solution...
View ArticleForum Post: RE: Adding external libray to CCSv5.5
Hi,Thread you referred is related to undefined identifiers but in my case I am getting undefined identifiers as well as errors in header files. Please find below the console log. armadillo_bits folder...
View ArticleForum Post: RE: CCSV6 installation does not start
That's Great, Peter!Goodluck & Regards,Gautam
View ArticleForum Post: RE: Online Updates of TINA-TI Model Library and Example Circuits...
Thank you for heads-up on the TINA update problem.We are looking into it, but it is complicated by the fact that we are unable to reproduce the error on our end.We are working on the problem and will...
View ArticleForum Post: RE: Project rebuilding takes excessively long
[quote user="ReinierC"]I am using CCS 5.5 (C6000 codegen tools v7.6.0) for building our project, which consist of a main executable project and 15 dependent static libraries.[/quote]If there are 15+...
View ArticleForum Post: RE: How to Install Code Composer Studio v3.1 on Windows 7?
hi....even I'm facing the same prob. did u find any solution? If so plz let me know.thank you..
View ArticleForum Post: RE: Zero Initialization for global varibales in C++
The link order is a big influence on many aspects of the output executable file. But whether the .bss section gets filled with 0 is not one of them. Does the auto-generated linker command file have...
View Article