Forum Post: CCSV4 is not connecting with TMS320F2812 ( XDS100 V1 USB EMULATOR)
Sir, Am using TMS320F2812 kit ( XDS100 USB EMULATOR ) with Code Composer Studio V 4.1.0.02006. After Successful build , when am trying to connect ( Target - Connect target ) the target. am getting...
View ArticleForum Post: RE: CCSv5.4 graph scaling and data display problems
Iain,Interestingly I am not seeing this for any scenario where Dispaly Size >= Acquisition Buffer ... I tried values from 2 to 5000. It could be data sensitive. If you don't mind, can you export...
View ArticleForum Post: RE: Library of CC430F6137
Hello Zahid,The CC430F6137_RGC_64.bxl is located on the CC430F137 TI product folder (http://www.ti.com/product/cc430f6137). I have also included the bxl file here for convenience (Please visit the...
View ArticleForum Post: RE: Failure to write flash when launching debugger
Hi Ki,Thanks for the suggestion. I tried updating to CCSv5.4.0, but I am now getting errors during the build that I'm not sure how to fix. Maybe you can be of assistance with this:js:...
View ArticleForum Post: RE: NOINIT pragma is unrecognized (TMS320C6000 Compiler 7.4.2)
I found an appropriate functionality in the OMAPL138 starter ware. It works now like a charm. Thank you so much for your help, George!Kind regards,Alexander
View ArticleForum Post: How to add a custom clean rule?
I would like to add a custom clean rule. In particular, when I clean my project, I would like it to delete the generated build folder (i.e. Debug, Release).I'm using CCS 5.0.4. I'm using a native CCS...
View ArticleForum Post: RE: CCS 5.3.x no longer comes up after auto update.
Hi LisaI was trying to go from 5.3 to 5.4. I just looked over a thread from about eight days ago which dealt with my same failure (at least symptomatically). In that thread Danish Innis sent an...
View ArticleForum Post: RE: Arm Neon Intrinsic Issue
[quote user="Anup Lamba"]Yes I am talking about the GCC ARM compiler :)[/quote]Well, that changes everything. A few days ago you said you were using the TI ARM compiler. These two compilers have very...
View ArticleForum Post: RE: Initializing timer in OMAP L138 Simulator
Hi,1. The IRQ and FIQ are interrupt signals part of the ARM9 core (specified by ARM Ltd, not TI), and are usually not mapped to "pins" on the device (check section 5.7.1 of the OMAPL138 datasheet)....
View ArticleForum Post: RE: The compiled executable file cannot run on the actual...
Zhe,I think the link below answers your questions:http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/242411/854633.aspx#854633Hope this helps,Rafael
View ArticleForum Post: RE: Uniflash F28M35 program fail - wrong clock
Nigel,The allowed clock for Concerto is limited based on the part that is detected by the Flash Programmer. Based on my information, the F28M35H52C1 part should support a higher clock speed that the...
View ArticleForum Post: RE: How to add .inc files under include directory rather than...
Hi,As you saw, unfortunately .inc files are not recognized as include files, and I couldn't find a way in CCSv3.3 to assign file extensions to file types (something possible in the newer releases of...
View ArticleForum Post: RE: How to compare CCS Build Configurations?
Ramsey,I agree with you that comparing these settings is tedious from the GUI. One thing I usually do to address this is to copy and paste each of the Compiler, Linker and XDC "summary of flags set" to...
View ArticleForum Post: #pragma DATA_SECTION() expansion
Hi, I am interested to know how exactly the data object mapping is achieved with this pragma. Can someone point me where the definition of this might in the CCS5v compiler. I have been trying in the...
View ArticleForum Post: Upgrade errors, help does not work properly
Please see the attached logs. My installation is incomplete now. Example: This link in help shows...
View ArticleForum Post: RE: Templates - What potential problems are associated with their...
So since I am attempting to reduce code bloat I am trying to determine if using a template class with two different template parameters will cause duplication in memory of the function. For instance, I...
View ArticleForum Post: RE: Understanding of Cache
Dear Atsushi,That explanation makes perfect sense. However, shouldn't stack accesses show up as memory reads and writes in Trace? They don't seem to, which is what threw me off for some time on this...
View ArticleForum Post: RE: how to see the c5515 register value in simulation mode on ccs5 ?
Hi Sudarshan,I've attached the screenshot of the watch window. This window will pop out when you debug. So by right clicking on the empty space or by clicking on the down arrow you can add custom as...
View Article