Forum Post: My CCSV4.1.3.00038 Cannot find.ccml document
Hello, friend, there is a error below when I try to open or create a .ccml document in Win7, and I need your help, thanks.My CCSV4.1.3.00038 Cannot find.ccml document, when I create or open the .ccml...
View ArticleForum Post: RE: Advanced headers
@AartiG, thanks for responding with good advice.Regarding the unique header file:Is it possible to use something like ORIGINAL_PROJECT_ROOT, rather than having to have a full path for the #include, as...
View ArticleForum Post: RE: Code Composer Studio License Questions...
[quote user="Terry Opie"]I know that the Dev Kit comes with a version of CCS. Is this a full version? Limited? Locked to the Dev Kit?[/quote]Note that there is now just one version of CCS. But there...
View ArticleForum Post: RE: My CCSV4.1.3.00038 Cannot find.ccml document
Hi Alan,if Gautams suggestion still leaves remaining issues I would suggest that perhaps your installation has been corrupted or you should double check that you are running as admin and ccs has access...
View ArticleForum Post: RE: CCs v5.3 No code coverage data (even when using the MainSort...
Hi Emmanuel,There may have been a bug with 5.3. I remember there was some issue in an older version. Try updating to CCSv5.5. I just tried the example on my 5.5 install and it worked fine.thankski
View ArticleForum Post: RE: Linking error: can't find platform package ti.platforms.tiva
Question was answered in this thread: http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/315238.aspx
View ArticleForum Post: RE: Uniflash v3 Fails to Load
I did a 'repair' on the VS2012 re-distributable and then performed a reboot. This did not fix the problem. There is a colleague who has got Uniflash to run successfully, i will compare his system also...
View ArticleForum Post: RE: Initialise Information Memory on MSP430
Hi Pat,althought this might be better for the msp430 forum let me see if I can clarify for you.This will depend on where you put the code that initialized the variables.1 - If your msp supports it, and...
View ArticleForum Post: RE: CCS3.3 Cannot find BIOS header files
I imported a C6424 target from Spectrum Digital that I had used previously on Windows XP. The board is called 'EVMC6424_XDS510USB' with a processor type of 'C6400PLUS'.
View ArticleForum Post: RE: More detailed Map File
The utility global_types_gen in the cg_xml package shows you the layout of all the structures, including the offset from the beginning of the structure ...Here is some example output_Fnarray // Size in...
View ArticleForum Post: RE: Source of Data Abort
Martin,Per your description you are probably using an ARM processor, right? If so, CCS does not have anything specific that shows the status of the core when entering an exception - however, this is...
View ArticleForum Post: RE: Simple hello world on Beaglebone
Actually I tried building with the Linaro tool chain (As described in the CCS user manual) and the gcc tool chain. They both fail the same way ...MyHello: command not foundI even tried coping to SD...
View ArticleForum Post: RE: CCS V5.5 upgrade issues
I was able to fix the error; however, I had to update the definitions of LPMx and LPMx_EXIT in "msp430f5xx_6xxgeneric.h" to match those in "msp430f5659.h"
View ArticleForum Post: RE: XDS200 onboard emulator issue in Ubuntu
I'm at the exact same place with this. Did you ever get this resolved? I will create a new entry with all of my versions and information if i don't hear back soon.
View ArticleForum Post: RE: No GNU based A8/A15 SYSBIOS project creation possible using...
Thorsten,I was able to create a project for TI814x for A8 on my CCS with the exact same components as you. However, instead of creating a project using the TI compiler and then moving to use Linaro, I...
View ArticleForum Post: RE: non-source files to save in repository
[quote user="Robert Brown"]I am fetching a project out of git into an empty directory.[/quote]I assume you are fetching the project files as well as source files into the same directory. Is that...
View ArticleForum Post: RE: Linux CCS5.5 builds are extremely noisy
This on Linux version of CCS5.5. Here is what is important to note, I used the example setup provided by TI, and that is the output. Here is what I did.In CCS5.5 choose Project Menu => CCS Example...
View ArticleForum Post: RE: Dangling Pointer !
Hi,[quote user="DARAM"]even if i try to look in to dis-assembly window what can i look in to exactly to understand the situation,is there any way to check out my current stack size ? [/quote]As I...
View ArticleForum Post: RE: XDS100v2 Performance and VMWare
What are the findings with this ? Its very very slow .... Please update.
View ArticleForum Post: RE: where to find the code size in ccs v5
[quote user="Brandon Gardner"]Do you know which sections are counted toward the 16kB code size limit for the free version of CCS?[/quote]See response from this thread.
View Article