Forum Post: RE: CCSV6 broke abilitiy to connect to target without reset
Andy,Yes there was a change to the GEL file in CCSv6 that broke the ability to conenct to running targets. Please see this related thread. This should be fixed in CCS 6.0.1, which is due out in the...
View ArticleForum Post: Build version number CCS - Multicore DSP - C6000 series
Hi, I would like to add a build number into CCS project, where I can always display whenever linker generates final executable, I know version number automatically? Is there a way to get a build...
View ArticleForum Post: CCS 5.4 misplacing files during compilation
When I try to compile files with Code Composer 5.4 I am getting the following errors:Fatal error #5: could not open source file "../interrupt_csl.c"1 fatal error detected in the compilation of...
View ArticleForum Post: RE: PSPICE Models run in HSPICE?
Tim,PSpice models will typically not in HSpice directly as the syntax is not completely compatible. They may require manual syntax conversion.Best regards
View ArticleForum Post: RE: Why does CCS6 not recognize NULL?
NULL is part of C++, therefore it is a bug in CCS software, can you please submit this bug? I am not allowed to turn off the static code analysis, in fact I have to use the strict ANSI C++03. Let me...
View ArticleForum Post: RE: PSpice model encryption with MicroCap
Nicolas,The unencrypted model is attached. You could also try using the TINA-TI model. TINA-TI is a free simulator that we provide to our customers.(Please visit the site to view this file)Thanks
View ArticleForum Post: RE: SABER simulation models
I could not find either of these parts in TI's portfolio - LM1054 or LM220670.
View ArticleForum Post: RE: Command-line error: invalid option: c++03
Thank you, but actually I do not believe that that option is needed. The strict C++03 is the default option.Per compiler MSP430 Compiler Users Guide 5.16ISO C++03 (--c++03, default for C++ files)
View ArticleForum Post: RE: webbench does not allow to force higher frequency on LM3481
Hi Koen,What input/output conditions are you using? (Vin(min), Vin(max), Iout, Ta)Thanks,--Hadi
View ArticleForum Post: RE: Web Bench
Hi Martin,The DMN6068SE N FET that you proposed can handle current up to 5.6A max. The TPS40210 is a high input/output Boost device that has a max current of 6A. Considering the current derate factor...
View ArticleForum Post: RE: Using Webnech Power Designer
Hi Journey,Can you please provide me some information of your input voltage range?Thanks,--Hadi
View ArticleForum Post: RE: How to place a DATA_SECTION at the end of RAM in CCSv6
Thanks AartiG!I added the following to my linker command file:SHARED_DATA : {} > SRAM (HIGH)and it worked.
View ArticleForum Post: RE: MSP430 optimization error
I set it by going to properties/thenc/c++ Buildoptimization (maximize window to see selections.)
View ArticleForum Post: RE: how to force double alignment to 4 bytes from gcc for ARM?
Thank you Alberto. Your post was key to my understanding what was going on.Actually someone suggested __attribute__((packed)) yesterday and it fixed the problem (I was planning on updating the post...
View ArticleForum Post: CCS v6 Breakpoints not reloading after each "Debug( F11)"
I have been seeing flaky behavior from the software breakpoints for a while, but have still had good luck with HW breakpoints, except there aren't enough of those. I guessed that it had something to...
View ArticleForum Post: RE: Error in import Eagle script file generated by WEBENCH
Hello Yoong,I apologize for the late response.You are right, there are some error messages when you run the script but they can be ignored. Please make sure you ran the library script in the library...
View ArticleForum Post: How to avoid hole reusing again
Hi, The following map fill is genrated:00897940 00000010 ti.csl.ae66 : csl_tsc.oe66 ($Tramp$S$$CSL_tscRead)00897950 00000010 --HOLE-- [fill = 0].switch.2 * 0 00897950 00000010 00897950 00000010...
View ArticleForum Post: Memory use display in CCS
I'm trying out CCS 6.0.0.00190 with MSP430 GCC Tools 4.8.0.20140423,and all the latest updates installed as of 11-July.As any developer, I need to see current memory use by the project.I'm expecting...
View ArticleForum Post: ALIGN 2 doesn't align at HALF WORD Boundary for TI ARM 4.9.7...
Hello Support,Attached is a ZIP file where you can see that even though ALIGN 2 is present in the .\Debu\tctrmmrc.lst file, the corresponding CONST item is aligned to 4 Byte address in the...
View Article