Forum Post: RE: problem with BIN file??
George,check the log for tiobj2bin utility :C:/ti/ccsv5/utils/bin/gmake --no-print-directory post-build'Create flash image: TI-TXT'"C:/ti/ccsv5/utils/tiobj2bin/tiobj2bin.bat" "../../Out/ss4_main_1.out"...
View ArticleForum Post: RE: Unable to access the DAP on RM42 Hercules Development Kit (HDK)
Jean-Marc, thank you for the support.The specific issue is solved in version 5.5, even though the"Expressions" window behaves a bit differently than I expected.Can I explain my doubt on this thread or...
View ArticleForum Post: RE: Problem with __asm() syntax
Hello Jagas!It seems you have an issue like this http://e2e.ti.com/support/development_tools/compiler/f/343/t/288125.aspxRegards,Igor
View ArticleForum Post: RE: RESISTOR-CALC tool is down.
It is still down. Do we know when it will be back up?ThanksSImon
View ArticleForum Post: RE: Upgrading CCSv5.4 to CCSv5.5
Hi,Updates do not seem to be available at the moment so yes you'll have to go for a fresh installation.Regards,Gautam
View ArticleForum Post: RE: CCS Debug session entered but useless...
Hi,code was fully loaded into the target. No errors visible, so the second applies.I tried to set the DEBUG option "Halt the target ..." as adviced in another posting. It did not help. But now I have...
View ArticleForum Post: RE: Entering Debug mode rebuilds all projects
Actually, yes, I see the same behavior. I have a workspace with some 20 projects in it. One of those is the main project, the others are dependencies. Now regardless whether or not the main projects is...
View ArticleForum Post: RE: Why a opcode can't using in CCS 3.3
I think you taught me a method of learning rather than merely a knowledge. I will study hard and make use of C6x compiler. Thank you for your guidance!Another question: imath64.obj...
View ArticleForum Post: RE: How to make unused variables keep in a section?
Thank u very much!I solve the problem, yeah
View ArticleForum Post: RE: LMR62014 spice model
The Webench application appears on the product page for the LMR62014 athttp://www.ti.com/product/LMR62014I assumed that meant that it can be used to simulate. I just tried it and Webench doeslist the...
View ArticleForum Post: RE: problem with BIN file??
George,this is as per mention in that script but again same log, even if it is don't mention of last two arguments it will take default arguments.'Building target: ../../Out/ss4_main_1.out''Invoking:...
View ArticleForum Post: RE: Image Analyzer problem in CCS 5.4.
Imtaz,Sorry for late feed back.I tried new workspace, but same.My CCS verions is 5.4.0.00091.If you need more data, please let me know.Thanks & Regards,Wilson.
View ArticleForum Post: RE: Trouble Setting Breakpoint (auto run)
No, but I added 2 pictures of my screens and now it has to be checked form anyone...
View ArticleForum Post: RE: CCS5.4.0.00091_linux bios_mcsdk problem
Hi Lisa,thank you for the fast response. I installed CCS V5.5.0.00077 and see the error "com.ti.biosmcsdk.feature.group [2.1.2.6]" cannot be installed in this environment because the filter is not...
View ArticleForum Post: RE: Trouble on using image analyzer
Dear Gautam,Hi,It is hard to take a screenshot because of security problem in my company.But, I think the problem is simple.When I click CCS->Tools->Image Analyzer, then "The chosen operation is...
View ArticleForum Post: RE: TPS40210 Spice Model
Hi,I've attached the models:(Please visit the site to view this file)(Please visit the site to view this file)Regards,Gautam
View ArticleForum Post: RE: Seeking Efficient Team Project Methodology to share a 6678EVM...
Thank you for the answer.I would appreciate it if you trigger the necessity regarding multi-user development environment with CCS GUI visibility for the single EVM in TI, if you can later.I really look...
View ArticleForum Post: RE: Flash algorithm returned an error during Flash programming....
This out file has a RAM section which is executable..You can refer to the attached linker command file.
View ArticleForum Post: RE: C6000 7.4.5 auto_ptr re-assignment error: no operator "="
Hello!Huh...And if thus:#include <memory>struct A{ int a;};void test(void){ std::auto_ptr<A> aPtr; aPtr = std::auto_ptr<A> (new A);}Did warning appear at this case also?...
View Article