Code Composer Studio (abbreviated to CCStudio) is an IDE published by Texas Instruments for its microcontrollers, microprocessors, DSPs.

learn more… | top users | synonyms

1
vote
0answers
74 views

How to correctly use prinft in code composer?

I am using CCS 5.x on Windows 7. The TI board is LM4f232. The following code performs A to D conversion of the on-board accelerometer. I am trying to use printf to see my variable values, but it is ...
0
votes
0answers
24 views

Code Composer for running sample on LM4F232 board, 'Resume' always disabled

Using CCS 5, on windows 7 home edition. During the debugging with LM4F232 the following message comes in the console as can be seen in the screen shot: CORTEX_M4_0: GEL Output: Memory Map ...
3
votes
1answer
190 views

MSP430 printf() through Spy-Bi-Wire hangs

printf() to console through Spy-Bi-Wire should be supported in the TI Code Composer Studio. Found this page, which explains how to enable ...
6
votes
1answer
291 views

License dilemma Texas Instruments Code Composer v5 for Stellaris vs MSP430

As I read the screenshot below, I have to pick the license for Texas Instruments' Code Composer Studio v5 as follows: option 4: to use with a LaunchPad MSP430 option 3: to use with a LaunchPad ...
4
votes
2answers
100 views

Saving data in Code Composer

I have a circular buffer in my code (TI 28027) saving around 500 data points. Is there a way to easily save this data to a text file in Code Composer 4? Right now I am just using watch window, ...
1
vote
0answers
113 views

DVSDK OMAPL138 Software Developer

I want to develop and run a program on the development kit "Zoom™ OMAP-L138 EVM" with the DVSDK, but I can not boot the Linux image from the SD Card. I followed the guide "OMAPL138 Software ...
6
votes
1answer
2k views

MSP430 Code Size in CCS

This should be pretty straight forward, but my google-ing is not turning anything up... I can build my project successfully in TI Code Composer Studio (CCSv5) and target my device. Now I want to ...
0
votes
2answers
211 views

ezDSP does not boot with programmed code

I have an ezDSP, and I can program the examples. They work just fine when I open the debugger. When I unplug the module and plug it back in, it always reverts back to the factory test code. How do I ...
0
votes
0answers
114 views

TI eZDSP configuration issues

I am trying to get the eZDSP module from TI working on my computer using this quickstart guide. I have installed CCS from the included DVD and fully updated it. On page 4, it describes building a ...
1
vote
1answer
142 views

Unresolved symbols building a code composer 3 project in code composer 4

I downloaded a program from texas instruments, PMSM3-2, which is made for code composer studio 3. I only have code composer 4, when attempting to build it I get the errors: ...
3
votes
2answers
2k views

Code Composer Studio v4 and MSP430 development

Does anyone have experience using CCSv4 to program for the MSP430 chips? I know msp-gcc is out there, and I'm sort of kicking myself for not using it, but at this point I'm stuck with CCSv4. I was ...
2
votes
1answer
335 views

XDS510PP-PLUS JTAG Emulator on windows 7

I'm trying to use a spectrum digital XDS510PP parallel port to jtag emulator to program an ezdsp board. It's not working and I don't see any problem except that it only supports up windows XP. Is it ...