Forum Post: RE: Suppress message advice #27004 no performance advice C6000...
Hi Rob!Maybe this will help (sorry for the naivety):Properties>Build>Compiler>Advanced Options>Diagnostic Options>Suppress diagnostic <id> (insert #...
View ArticleForum Post: RE: Counting Clock Cycles on MSP430F47177 in CCS 5.1 isn't working
Hello,the problem still exists in CCS5.5 cooperating with MSP430g2553 in launchpad.RegardsMiirek
View ArticleForum Post: RE: Enable print out of post-build steps
Hi Matt,it does not look like your screen capture/attachment worked, could you please retry? Also, would you be able to provide a few more details? what ccs version is on the other pc? What target...
View ArticleForum Post: RE: CCS 5.5 high CPU load when TI Resource Explorer open
I have seen the same symptoms with CCS 5.4 running on 32-bit Windows Vista, in that when the TI Resource Explorer is on display:- CCS is consuming CPU load- CCS is reading the xml files under...
View ArticleForum Post: I don't think the ii is 2 in this example
Hi,I read an example of C6000 on spra666.pdf. On page 22/54, it gave an example compile feedback listing:From the loop kernel, I see the ii is three. I reproduce the example on CCS5, but the build...
View ArticleForum Post: RE: F2802x Piccolo Launchpad - Can't find source file adc.c
[quote user="David Breen"]I strongly believe that the compiler is looking in the wrong directory, as the controlsuite folder on my pc is located in my ti folder. It is suggested that I edit the source...
View ArticleForum Post: RE: Errors Loading CCv5 since Windows 8.1 update
Hi Gavin,do you get any error logs (hs_err____.log fies) or dump files (.dmp)? If you are crashing at startup, perhaps not. There are a few things you can try in between- a fresh workspace (again...
View ArticleForum Post: RE: CCS dont start after update --- arm_mpu.txt
Hi Walter,what exact updates did you bring into ccs?You may or may not be getting any, but do you get any error logs (hs_err_.log ) or dump files (.dmp) generated?...
View ArticleForum Post: RE: Cannot rehost license
Hi,Gautam is correct in the proceedure. The only thing I would add is that you should be sure to provide specifically the eth0 MAC address of the new pc. Another tip ... you can register 2 MAC...
View ArticleForum Post: RE: how to download MSP430 compiler Tools
In addition to the compiler tools, you would need additional device support for the MSP430. If you did not select the MSP430 family during initial CCS installation, the best way to get all of this...
View ArticleForum Post: RE: I don't think the ii is 2 in this example
I'm not sure I understand what you are asking. So, I'll restate your question and then answer it. If I'm off a bit on the question part, please correct me.You are looking at the SINGLE SCHEDULE...
View ArticleForum Post: RE: Code Composer MSP430 - Build separate binaries within one...
[quote user="Steven Warren"] I'm trying to create a single project in CCS that allows me to build separate binaries - with the ultimate goal of creating a single flash image that can then be converted...
View ArticleForum Post: RE: Error while build new project.
You are missing the OMAPL138 EVM BSP library. If you are sure it is part of your build options, please post your linker build output.Thankski
View ArticleForum Post: RE: Export to CAD/Altium file option not available
Hi Elizabeth, We currently do not have the export feature enabled for the TPS54525. We are trying to have the export capability for this device enabled at the earliest. It should be in WEBENCH in a...
View ArticleForum Post: RE: Help needed with ISR function ptr compiler error
FIrst I'll illustrate your error with a contrived example.% type file.cpp void register_isr(void (*fxn)(int)); extern "C" void isr_handler(int); void do_stuff() { register_isr(isr_handler); } % cl6x...
View ArticleForum Post: RE: error: program will not fit into available memory. placement...
Yes, Gokhan,splitting is not always convenient. At these cases instead the following RAML4 : origin = 0x00C000, length = 0x001000 RAML5 : origin = 0x00D000, length = 0x001000 RAML6 : origin = 0x00E000,...
View ArticleForum Post: RE: GUI Composer - Read files from a local directory
This feature is implemented and will be available in the next CCS 6 Beta drop. I'll let you know when that is posted so you can provide us with feedback on the feature. RegardsDobrin
View ArticleForum Post: RE: Bug in CGT Assmbler: Does not respect --ual for ARMv5TE
Thank you for submitting a test case. I can reproduce the problem. I filed SDSCM00048976 in the SDOWP system to have this addressed. Feel free to follow it with the SDOWP link below in my...
View ArticleForum Post: RE: CCS5.4: can't set breakpoint in linked files
Hi Stephen,could you please elaborate a bit further? What target and emulator are you using? Have you tried other projects and the latest ccs version (v5.5)?I am successfully able to set a breakpoint...
View Article