Forum Post: RE: Reduce the code size in CCS
Check if the compiler allows "--symdebug:none". This is going to disable all debugging symbols and reduce the size drastically.~Amit
View ArticleForum Post: RE: MSP430Ware One Click???
Hi Lee,ok, please do try a fresh installation if you can. If that does not work we can see if there is anything further to try, but like I said, I have not experienced this.Best Regards,Lisa
View ArticleForum Post: RE: HV_Solar_DC_DC MPPT build problem
[quote user="miller zhang"]'Invoking: Compiler'"C:/ti/ccsv4/tools/compiler/c2000/bin/cl2000" -v28 -mt -ml -g --define="_DEBUG" --define="FLASH" --define="LARGE_MODEL"...
View ArticleForum Post: How to access load address segment name and length in C\C++ for...
I need to copy some code from the load address to the run address. All of the examples in the documentation show assembly implementation using the .label directive. However, I am using C. In the...
View ArticleForum Post: RE: LMP91000 PRECISION PROBLEM
Yes, they do have the same shape but somehow the zero in the standalone mode is higher than 500 mV, by the way the Vout is not in [mV] but in [V].I could subtract the value by software....Stil AFE...
View ArticleForum Post: RE: Does webench have model of CSD87351?
Hi Henry,We do have standalone models for both these devices. These can be downloaded from the respective product folders and the customer can simulate them in PSpice. We also have a TINA-TI model for...
View ArticleForum Post: RE: Attaching CCSv5 to running embedded process
Eric - the use case is the same for MSP430. You should see the menu under 'Run -> Load -> Load Symbols'. Also make sure you are in the 'CCS Debug' perspective.Thankski
View ArticleForum Post: RE: CCS v3.1.0 to v3.1.23
Hi Mark,You can get it from here:https://www-a.ti.com/downloads/sds_support/CCSv31SP1R2.htmThankski
View ArticleForum Post: RE: CCSv5 multicore debug question
It is a clean installation (5.4.0.00091) with no updates.Ralf
View ArticleForum Post: RE: Hex Conversion for Command File without SECTIONS Directive
[quote user="Daisuke Maeda"]To convert the addresses that the base address and the sections are placed, is the SECTIONS Directive in the hex command file needed[/quote]No. You only need a SECTIONS...
View ArticleForum Post: Webench TPS54526 schematic issue
from another forum post...Hi,this is regarding the buck converter TPS54526PWPR. We are using the schematic generated by Web bench for input voltage of +12V and output of 1.2V / 5A. In this schematic,...
View ArticleForum Post: RE: can't find rts6700.lib
thanks...I will study this.but a short question about complex input array:can I use this typedef for complex input array for using the dspf_sp_cfftr2_dit()-function:typedef struct { float real; float...
View ArticleForum Post: RE: C2000 on-chip flash programmer installation issue in Windows 7
Can you send me the link that it is trying to go to? I may be able to track down the file. CCSv3.1 is no longer supported and is not at all validated on Windows 7.Which device are you working with?...
View ArticleForum Post: RE: Debug folder
Hi Pablo,A subfolder of the same name as the build configuration will be created in the project folder. The location of this folder is fixed. But you can specify where some of the generated files are...
View ArticleForum Post: RE: init.asm zeo initialization of bss section
I can confirm that, under EABI, the .bss section is cleared to all 0 in the boot routine that is in the RTS library supplied with the compiler. I am not familiar with init.asm from StarterWare, or how...
View ArticleForum Post: RE: Problems trying to debug Tiva TM4C129X Dev board with CCS 5.5
I tried using the file from Chester and I got a new error related to trying to read from the address specified in the OnPreFileLoaded( ) function. I check the Tiva datasheet and the register (SRCR0)...
View ArticleForum Post: RE: stack smashing detected after 32bit library support package...
Hi,This seems to be a problem of library conflicts that is originated either from CentOS (an unsupported distro from a CCS standpoint) or the Xilinx tool. Unfortunately we can't help you with this,...
View ArticleForum Post: RE: windows 8(64Bit) CCS
Hi,Have you checked in the forum for similar solved queries?Check this link out:http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/290318.aspxRegards,Gautam
View ArticleForum Post: RE: After installing, I get errors CCS 5.5.0.00077
Ahen, very sorry that you're facing this issue. Can you install the setup in a different directory say C:\tinew, keeping the above things into consideration?If it fails again then I guess the exe file...
View Article