Forum Post: RE: manipulating variable name in C66 elf format binary
[quote user="Weichun Yuan"]any document on the difference between C6000 EABI and standard elf in addtion to the EABI doc spab89?[/quote]No. Just in case you haven't found it already, here it is.Thanks...
View ArticleForum Post: EVM not booting in SPI mode after programming NAND flash
Hi,I am using the latest TCIEVMK2X Rev2.0 board. The default factory programmed SPI flash based u-boot was working fine. I programmed my compiled u-boot to the Nand flash on the board. After...
View ArticleForum Post: Importing u-boot code from MCSDK into CCS
Hi,I downloaded u-boot-tci5514 code from git repositary.. Now I want to import this code into CCS and build it and run the bin on our target board. Can someone provide me steps to do this ? I have...
View ArticleForum Post: RE: Need help: symbol "__TI_int17" redefined
Hi GregM,I'm using C and the #pragma directive. The vectors are defined in the lib.
View ArticleForum Post: RE: Export to CAD/Altium file option not available
Hi Elizabeth, The TPS54525 device in WEBENCH has been enabled for schematic export. Please give it a try now.Regards,Gerold
View ArticleForum Post: RE: CCS5.4: can't set breakpoint in linked files
Hi Stephen,great, very glad to hear. All the best with development.Best Regards,Lisa
View ArticleForum Post: RE: Running CCS from a Debug Server Script - Class not found
After adding:javaaddpath([ 'C:\ti5\ccsv5\eclipse\plugins\com.ti.ccstudio.apps_5.5.0.201308270800.jar' ]);WARNING: CCSServer.openSession() failed. DSS was unable to launch Code Composer Studio, however...
View ArticleForum Post: RE: How to view the stack size which is real used in my program...
http://processors.wiki.ti.com/index.php/Stack_and_Heap_size_requirementsThe general recommendation to determine amout of stack required is to fill the stack with a known value (can be done in linker...
View ArticleForum Post: How to fill the .stack section with a known value in linker...
HiI want to know the amout of stack required in my program.Just as the page http://processors.wiki.ti.com/index.php/Stack_and_Heap_size_requirements said:The general recommendation to determine amout...
View ArticleForum Post: CXXFLAGS in CCSV5.2
Hi, I'm using C5505 and programming with TI's CCSv5.2. I've C++ project with make file while importing this project i'm getting errors but same source code working on Ubuntu system with CXXFLAG on...
View ArticleForum Post: RE: Licensing with XDS200
Thank you, that stoppt CCS counting down. Regards, Martin
View ArticleForum Post: Problem with suggested MosFet
Hi!,I designed (through Webench, let's call it the "device". LOL.) a boost converter using LM3478. I used the suggested mosfet, NXP PSMN8R5 and i have a problem.When i switch the power on to the...
View ArticleForum Post: RE: Problems with .cmd file - move code to internal RAM
Hi George,please find the requested files attached.I'll check out that pragma - and thanks for the link to the manual!CheersMichael
View ArticleForum Post: RE: problem with installing ccs V5 on windows 7.
Hi Alom,could you please send the installation log? This would be in the installjammer registry directory which might be hidden and in under program files or program files(x86). Some lingering know...
View ArticleForum Post: How to avoid loop-pipelining of busy-waiting loops?
Hi,We've several busy-waiting loops in inline-functions, mostly to make sure a peripheral is ready before it is used again. No matter how I annotate the loops, the compiler aggressively tries to...
View ArticleForum Post: RE: warning #10229-D: output section ".data" refers to load...
The issue is not directly related to C++, it's related to the linker command file. Please see the forum thread http://e2e.ti.com/support/development_tools/compiler/f/343/t/86954.aspx
View ArticleForum Post: RE: Why are C++ constructors for static objects not called?
Thanks very much for your answer.Best regardsDavid
View ArticleForum Post: RE: TMS320F28035 : Device may be operating in low-power mode CCS...
Ifyou have an idea, I'm interested ;)
View ArticleForum Post: RE: ccs import failed
Hi Ran,ok, no problem. Glad if that was of help.Best Regards,Lisa
View ArticleForum Post: RE: Can't Import Projects Due To Old Version Of Compiler
Hi Arkady,I would recommend you do a fresh installation (not upgrade) of ccsv5.5 on the second pc. I just confirmed v5.3 is not expected to open v5.5 projects.Best Regards,Lisa
View Article