Forum Post: RE: CCS v5.5 Setup Error (CADopia IntelliCAD 4)
Hi Aziz,were you trying to install both programs at the same time?Do you see any installation logs in the installjammer registry folder? This is a possibly hidden folder under program files or program...
View ArticleForum Post: RE: why does CCS uses "-romwidth 16" as default option for...
HI Okayama,This is the feedback from development:No AFAIK the TI-TEXT format doesn’t impose an alignment nor an fill-the-gaps requirement for 16-bit. In the file itself the data is stored as bytes.I...
View ArticleForum Post: RE: Inconsistent Build Output
Phil,With the help of a colleague I did some analysis on your files. Here is a summary of what we did and observed:1) Ran objdiff on the two .out files which reported that there were differences in the...
View ArticleForum Post: RE: why does CCS uses "-romwidth 16" as default option for...
Okayama,You are correct that per the user guide, the default for TI-TXT should be romwidth=8 and not 16.However, I am not an expert on the hex converter and the CCS settings are generated by another...
View ArticleForum Post: RE: CCSV6 Linux install problems
Hi Danish,Thanks for your quick response. I don't have the http_proxy environment variable set and I have a direct internet connection through my router.If the previous parts of the installer were able...
View ArticleForum Post: RE: Faulty SPICE model of LM3886?
What does it mean when pspice generates error message saying "sub circuit lm3886 cannot be found?
View ArticleForum Post: What's the meaning of this area in CCSv5.2
In debug mode,what's the meaning of the following area?what's the difference between "c_int00() 0x013598(_c_int00() has only skeletal debug info)" and "_args_main() 0x20c99(_args_main()has only...
View ArticleForum Post: CCSv5.5 Memory Window showing wrong data
CCSv5.5.0.00077Signum JTAG-JetMemory window data is shown at wrong address (off by 32 bits)Data shows up correctly in watch window (Expressions).Please see attached screen shots.
View ArticleForum Post: RE: CCS error - gmake not found when project is on mapped network...
Was seeing the same error message when trying to get Cygwin tools GNU Make to work with a GCC compiler until adding the path of the Cygwin tools location into the environment PATH variable. Eclipse IDE...
View ArticleForum Post: RE: Coding for TrxEB/MSP430F5438A with CCS5.5, getting multiple...
[quote user="Archaeologist"]Is your source file really C++ or are you using GCC-style C extensions?[/quote]I am not really sure. The source all have .c extensions, not .cpp. How can I find out? All the...
View ArticleForum Post: RE: CCS v5.5 Setup Error (CADopia IntelliCAD 4)
Hi Aziz,ok, glad to hear you are up and running and thanks for the update.All the best with development.Best Regards,Lisa
View ArticleForum Post: RE: CCS 5.5 JtagJet Emulator from Signum
Just as a point of reference I ran into exactly the same situation... the base install of CCS5.5.0.00077 worked but once I ran the update it did not. I talked Signum support and they were aware that...
View ArticleForum Post: Quirks in installer for TI PRU C/C++ CODE GENERATION TOOLS 2.0.0B1
Used a ccs6 beta3 installation to add the new TI PRU C/C++ CODE GENERATION TOOLS 2.0.0B1. Noticed the following quirks in the installer for the TI PRU CGT:a) The installer placed the PRU compiler under...
View ArticleForum Post: RE: Getting Started with the TIVA™ C Series TM4C123G LaunchPad...
In your first screenshot your posted, the part where you circled "can't find source file at...", there is a button called "Locate File..." that is also part of your circle. Press that button. It will...
View ArticleForum Post: RE: Program Cache Layout tool on ccs5.5
Hi Si,This is a feature of the compiler. So I will move your post to the compiler forum where the experts there can help you best.Thankski
View ArticleForum Post: RE: How to remove CCS Compiler flags?
Hey George,Could I ask what "tool" you used to capture the above screen "shots" that has the red "emphasis" ovals?It could be very handy in my work.Regards,Tom
View ArticleForum Post: RE: Debug error on Lab 2 of the Stellaris LM4F120 - HELP !!
Some symbols were defined more than once.Looks like you have two source files: startup_ccs.c and lm4f120h5qr_startup_ccs.c. Most likely you need just one. the latter is generated when creating the new...
View ArticleForum Post: RE: CCS v5.5 Could not open file
Your project does not have a 'main', which makes sense since you are creating an assembly project.The issue is that the 'lm4f120h5qr_startup_ccs.c' file and the cmd file that is in your project...
View ArticleForum Post: RE: C/C++ programing in TMS320f28335
Please try this wiki article, which is specifically aimed at beginners. -George
View ArticleForum Post: RE: why does CCS uses "-romwidth 16" as default option for...
Okayama,Here is some additional clarification from our hex converter experts. We will be updating our user guide documentation with below:- For TI-TXT files, the rom-width parameter is ignored since...
View Article