Forum Post: RE: TINA simulation for MC33078
Rich,OpAmp has so many characteristics. By any chance, what kind of parameters are you interested in? AC parameter? or DC parameter? If it is AC paramater for instance, are you interested in f-3dB only...
View ArticleForum Post: Problems when exporting TPS7A4700 to Cadsoft Eagle Cad
Hello everybody,I'll use TPS7A4700in a project. I'd like to export the schematic to Cadsoft Eagle Cad 6.4 with the Webench Tool. When I try to export the schematic I receive the following error:ERROR:...
View ArticleForum Post: RE: CCSV6_190 Build Steps Predefined Steps missing?
Thank you John. That's just what was needed, then tweaking MSP430 Hex Utility -> General Options -> Specify output file names to get a .txt filename.
View ArticleForum Post: LMZ14203H Not supported by Webench
Hello. When will LMZ14203H device be supported by Webench? Thank you.
View ArticleForum Post: RE: Texas Instrument Simulator connection option is missing from...
Rick, can you start a private conversation with me? Thanks.
View ArticleForum Post: RE: PSPICE model TPA3111 for Altium Designer
Hello,I'm having the same problem. I'm trying to open the .LIB in OrCAD but it's encrypted.Thank YouValentin
View ArticleForum Post: RE: Finding the line-of-code with the error?
Chester,Attached is a screen dump and the linker.map file. To answer your questions:1) I'm using TI v.5.0.12) No RTOS is being used. Everything is our code with the help of libraries from Starterware3)...
View ArticleForum Post: RE: debug problem code compressor - TMSF28035
Hi,Have you set the target configurations correctly? Also, are you importing the example codes or are they custom ones?Regards,Gautam
View ArticleForum Post: RE: Const structures copied in RAM
Unfortunately, an object with a non-trivial constructor (even with an empty body) needs to be initialized, which means it needs to go into RAM. I do not know of a way around this issue with the...
View ArticleForum Post: RE: CLA INTERNAL ERROR: no match for PLUS
This issue is being tracked as SDSCM00049909.As a workaround, write it like this:interrupt void Cla1Task8 (void) { // Flush out RMS buffer float32 *ptr = VoutSqBuf; while (ptr < VoutSqBuf + RMS_LEN)...
View ArticleForum Post: RE: CCSv6 in Ubuntu 14.04 LTS - libudev.so.0 error
Hi John, I got the warning also after installing all 3 requested library... I see you got aTM4129 example compiled, please can you try for me compile QS_weather? If not a simple ccs import existing...
View ArticleForum Post: RE: Linux ccsv6 beta 4 failed to give execute permission to...
This problem no longer occurs with the installer for CCS 6.0.0.00190
View ArticleForum Post: RE: Error message observed during launching project through debugger
Hi, I remember I lost a week investigating what can be worst but code was ok, I raised stack to huge but nothing was changing, I inspected stack deep and all appeared good to me ... At last I...
View ArticleForum Post: RE: Code Composer Studio and Tiva issues
Hi Lisa, sorry for delay, please accept my Apologizes, I was using CCS 5.5.00077 free license evaluating functionality... After that I installed on march beta 6 00157 I got no one project to success.....
View ArticleForum Post: RE: Unresolved symbol platform_uart_write
J,Thanks, the loadPackage did the trick (evm6670l in my case). At first it could not find the headers as you say, but then I checked the MCSDK PDK TMS3206670 in the RTSC tab of the Properties. It then...
View ArticleForum Post: TIVAWARE How to build Guideline.
After unsuccesful DM-TM4C129 application I try if someone can share tip and tricks to have an example from TIVAWare imported and build without pain. How to interpret linker errors and why symbol of a...
View ArticleForum Post: LM5008 C1 Value
There seems to be a discrepancy for calculating C1value (Cin in Webench).The online webench designer came up with 22uF for but the datasheet indicates that a much smaller value is all that is required...
View ArticleForum Post: RE: Upgrading to a CCSv6 license
[quote user="Alex Kozlov"]If I upgrade my license to CCSv6, will the license be valid for CCSv5? If I would like to use CCSv5 after the upgrade, will I be able to use the new license with CCSv5...
View ArticleForum Post: Preprocessor or pragma command to emit messages to output during...
I am using version 4.2.4 of the MSP430 compiler and I can't seem to find a way to emit messages during compilation to the output stream of the compiler.Something like#error "MESSAGE"but without...
View Article