Forum Post: CCS 5.5 Gives me error #10099-D "program will not fit into...
Hello,I am currently trying to run some code that sets up I2C communication between the MSP430G2553 and the ADXL345 accelerometer. The code is found below:The code runs just fine on its own, but when I...
View ArticleForum Post: RE: Code Composer Studios V5 install failing
Hi,Check this link out, let me know how it goes:e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/290318.aspxRegards,Gautam
View ArticleForum Post: RE: TMS320F28335
Hi Raji,What does CCS say? Also please try out the sample ADC codes available in controlSuite.Note: Please all posts regarding C2000 controllers...
View ArticleForum Post: RE: To know about TMS320F28335 (DAC CODE)
Hi Raji,Here's an guide to do so:(Please visit the site to view this file)Note: Please all posts regarding C2000 controllers...
View ArticleForum Post: RE: Webench Export to cad option not present.
Hi,Thanks for the support. It was found at that time that CAD export option was shown only for certain criteria. I was searching for Vin = 8V to 12 V, Current rating of 3A. Schematics for certain ICs...
View ArticleForum Post: Build CCSv5 from command line interface(CLI)
Hi All,im having trouble in building the code composer studio v5 from cli(command line ) , im vary new to ccs5 i gon through http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create...
View ArticleForum Post: RE: EK-TM4C123GXL Project0 stalled... 'could not open source file...
Hi Mitch, I don't have CCS. I have project0 example program for Keil Uvision and have compiled it without errors. I have stdint.h at this location C:\Keil\ARM\ARMCC\include\stdint.h. Do you have...
View ArticleForum Post: RE: Uniflash: Options in command line interface
Alex,Glad to hear that it is working for you.I'm not too sure what is causing the verification error though. I wonder if it has something to do with ECC data. Are you programming ECC data in your...
View ArticleForum Post: RE: TPS55340RTET - LM25088MH-1 - LMR62014XMF TMS TINA MODELS
Hi George,Sorry for the delayed response. At this time, we only have the TPS55340 TINA-TI model. You can download them from the product folder from under "Tools and Software". Let me know if you have...
View ArticleForum Post: RE: Problems with creating new libraries on my CCS 5.4.0
Hi Elron,a library project is exactly that ... to create a library of code, not to debug and load.See these links: I recommend starting with a build in...
View ArticleForum Post: RE: Measurement of the CPU clock ( Error, CCS 5.5)
Hi,The other issue is a bit different. It is related to C64x+ devices and occurs on any emulator that relies on TI's XDS emulation drivers. Your issue seems specific to XDS200 (I was able to reproduce...
View ArticleForum Post: RE: My CCS was working and suddenly started giving error as file...
I was right in my analysis.It was the problem CCS or eclipse .It was just looking into C drive instead of the project workspace.when i put the files in C drive it not only find the files but all the...
View ArticleForum Post: RE: Good Simpliciti based project stopped working for unknown reason
Hi Lisa,It is not crashing the CCS, it is just an error message but I can continue working.It is shown sometimes when I'm switching workplace.The backups are just copy of some of my working folders...
View ArticleForum Post: RE: TINA-TI Spice model for MPC508A
Hi Peter, Here is an application note on how to import a circuit library (model) file into TINA. http://www.ti.com/lit/an/slva527/slva527.pdfIn this case we will be building a custom model and then...
View ArticleForum Post: RE: 64 bit TI CGT C6000 availability
This wiki article on the linker running too long might be helpful. If it isn't, I'd like to know about it.Thanks and regards,-George
View ArticleForum Post: RE: CCS 5.5 Gives me error #10099-D "program will not fit into...
Didn't seem to help anything. I basically just need to be able to see the values that are stored in the variables x1, y1 and z1. What would be the best way to do that?
View ArticleForum Post: Mixing DSP tools with ARM tools on single installation of CCSv5
In searching the Wiki's so far, there is not a lot if discussion of which platform to use to developing for one environment (DSPs) or another (ARM/Linux). Sometimes that means it doesn't matter, other...
View ArticleForum Post: RE: LM5025 PSpice-Model does not work
Hello Tobias,Is your main concern the 360us delay before switching begins? I suspect that the delay is a combination of the time required to charge the VCC capacitor to the VCC UVLO threshold (7.5V...
View ArticleForum Post: RE: Odd linker error
I understand include guards and the One Definition Rule. What's odd about this is that it's a function from TI's library, and the fact that the link doesn't tell me where the first definition comes...
View Article