Forum Post: RE: Code Composer Appearance
Hi John,Window > Preferences > General > Appearance > Colors and Fonts settings.These are the only color settings that can be altered.Regards,Gautam
View ArticleForum Post: RE: Not receiving activation mail
Hi,I would like you to mail your query to license_file_help@list.ti.comI hope you get a quick response then.Regards,Gautam
View ArticleForum Post: RE: Emulator error
Hallo,I have the same problem as in the question, just I use LAUNCHXL-F28027:Error connecting to the target:(Error - 1135 @ 0x0)The emulator reported an error. Confirm emulator configuration...
View ArticleForum Post: RE: Loading multiple GEL scripts sequentially and running through...
Hello,One of GEL's limitations is that many of the built in GEL calls are asynchronous. I'm going to guess that your 'RunTest()' GEL function calls 'GEL_Run()'. That function is asynchronous.If you...
View ArticleForum Post: RE: RE: CCSv4.2.5 Installation Error
Hi,have you disabled antivirus and tried outside the program files directory? Would you be willing to try the latest version (v5.5 or v6) instead?Best Regards,Lisa
View ArticleForum Post: CCS5.5 : how to change ORIGINAL_PROJECT_ROOT variable dynamically...
Hi,I want to import an existing CCS project from clearcase view drive (for example G:)but when I imported a project, the variable is still pointing to different view drive (H:) in the imported...
View ArticleForum Post: RE: Customizing System Analyzer views
Vasili,System Analyzer souce code is not available in opensource. If you can elaboarte on the customization you're looking for, I can comment on whether that can be done via the view...
View ArticleForum Post: RE: $sizeof in assembly not working
I presume you mean the TI ARM 5.1.5 compiler. For ARM only, use $$sizeof. For other TI targets, use $sizeof.
View ArticleForum Post: RE: Significance of PAGEs in linker files (F2809, F28335 etc)
The pages are irrelevant for C28x. Some targets have distinct memory spaces for code (usually page 0) and data (usually page 1), and you need to get it right on those targets. However, C28x has a...
View ArticleForum Post: RE: ARM Compiler 5.1.5
It's attempting to use libc.a because the linker thinks you are creating a C executable. There are several reasons why the linker might think so, but I suspect it's because you are using --rom_model...
View ArticleForum Post: RE: Where to download stand alone offline compiler installer for...
[quote user="John Osen"]I realize the recommended way of getting an update for a compiler is from within CCS[/quote]For the TI ARM compiler (which supports Tiva) that is the only way to update the...
View ArticleForum Post: RE: Build Error Using CCS 5.5 with CC2538 and Contiki Code
Yes you are right in inferring that I meant CCS. The TI ARM Compiler Tool version is 5.1.1I appreciate the prompt responses.Initially I had left the Manage the target configuration automatically check...
View ArticleForum Post: RE: Texas Instrument Simulator connection option is missing from...
What exact build are you using? I think the simulators got pulled sometime after beta 4 now that I think of it. I launched my install of the official beta 4 (build 156) and the simulators are in there.
View ArticleForum Post: LM5104
In a relatively low switching speed half- bridge application is it possible to increase the value of Rt to 200k or more to get additional margin against shoot-through in the MOSFETs? The data sheet...
View ArticleForum Post: RE: TINA - INA111, How to simulate noise behavior (differential...
Hi John,Both, actuallly. I want to know how to use TINA to simulate differential mode and common mode noise rejection performance of our circuit.Also, how to inject differential mode or common mode...
View ArticleForum Post: RE: Compiler v6.2.x and __byte intrinsic
In the original code that was a "uint32" and is a scalar that has to be intended as a pointer (without the &). It simply comes from a network stream and some fields are addresses, others are real...
View ArticleForum Post: F28027 launchpad model downloading from simulink, Could not open...
Hello,I am using launchpad f28027 to load my simulink model. The model is about a controller of a power unit.I can load models properly until a problem occurs. Before the problem occurs, ccs v4 trial...
View ArticleForum Post: RE: Linker Error in project with CMSIS Library
Hey,I actually figured out what was wrong. I had an old version of the compiler (TI v5.1.1) selected in the project properties. CMSIS needs a newer version (TI 5.1.5) to compile properly. - Curtis
View ArticleForum Post: RE: CCS 5.5 connection problems with Concerto ControlCards
Mattias,did you try with one working controlCard on all docking stations? What is/was your observation? I just want to check whether there's a fault on docking station side or controlCards.Regards,Gautam
View Article