Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [code-composer]

Name of the IDE from Texas Instruments originally intended for DSP developers, later extended to cover almost all processors offered by TI. Currently contains Eclipse based IDE and toolchains.

code-composer
2 votes
1 answer
32 views

can not get .elf file contiki-ng platform simplelink

I followed the instructions for the simplelink-contiki-ng setup in CCS for the hello world example project with no changes but when I build the project I only get a hello-world.simplelink file, ...
Jeadok's user avatar
  • 31
1 vote
0 answers
31 views

using CCS, Timer.h params are red, do I have a version problem? dependency problem? not sure where to look for solutions

no one has responded to my other question where I tried to implement timer.h but my Timer_Handle and Timer_Params are undefined. How do I define a timer in code composer studio in gpiointerrupt.c I ...
Brian Fulton's user avatar
0 votes
0 answers
30 views

How do I define a timer in code composer studio in gpiointerrupt.c

I need to create a state machine to blink "SOS" code with the LED lights. Using the Timer.h file reference from ti.com, I tried to implement this,.. Timer_Handle handle; Timer_Params ...
Brian Fulton's user avatar
0 votes
0 answers
35 views

Ho to use CMSIS-Core (Cortex-M) for TM4C123GH6PM and TM4C129ENCPDT in Code Composer Studio

I'm trying to write drivers for TM4C129ENCPDT and TM4C123GH6PM in Code Composer Studio(Linux). I prefer to use CMSIS and not Tivaware. I'm unable to get the CMSIS-Core Device Files (provided by ...
Arunava's user avatar
0 votes
0 answers
13 views

Code Composer Studio tconf can't create session manager: specified script is not a file

I need to run tconf from DSP/BIOS 5_42_02_10 from the command line. When I do this from a cmd DOS, it works: C:\ti\bios_5_42_02_10\xdctools\tconf.exe -b -Dconfig.importPath="C:/ti/bios_5_42_02_10/...
Katu's user avatar
  • 1,484
0 votes
0 answers
50 views

Daughter-board multiplier

I am writing a program in TI Code Composer Studio assembly-only empty project using the MSP-EXP430FR6989. The assembly-only empty project uses MSP430 Assembler Code Template for use with TI Code ...
user23342283's user avatar
0 votes
0 answers
100 views

Seven Segment Display Counter

Use the MSP430 seven-segment daughter board (available in the IEEE office) to implement a hexadecimal up-down counter on a single digit of the seven-segment display. The counter should start at 0x0, ...
Logan LiVigni's user avatar
0 votes
0 answers
69 views

Microcontrollers with assembly: Digital I/O

Write a program which controls 8 LEDs connected to Port 2 of the MSP430. A momentary switch (push button) should be connected to Port 1.5 When the button is pressed, the LEDs should form an 8-bit ...
user23342283's user avatar
0 votes
0 answers
80 views

Code Composer Studio doesn't compile any .asm files

I downloaded CCS for one of my classes, and when given the professor's code it debugs with 23 errors but doesn't do that on anyone else's computer. I've tried everything to fix this and it has been ...
MacKenna Bochnak's user avatar
0 votes
0 answers
454 views

Error debugging using Code Composer Studio

I use DRV8301-RM46-KIT to control my induction motor. Previously, I had successfully debugged the existing example program code. But now, I cant. The following is a description of the error. CortexR4: ...
lelouch's user avatar
0 votes
0 answers
52 views

Reading from Flash: TMS320F28069M

I'm using LAUNCHXL-F28069M containing TMS320F28069M ti microcontroller, I've developed a code to derive various parameters like RPM, Direction, etc and displaying it on OLED, the code is all fine ...
Anubhav Shriwastava's user avatar
0 votes
1 answer
104 views

How can I convert 16 bytes of data into 2 pieces of 8 bytes of data?

I am using the TMS320F28x card. I am sending a struct worth 16 bytes from the STM32 card. I want to receive this data on the TMS320F28x card. After receiving the data, I want to divide it into 2 parts ...
SerdarSoylemez's user avatar
0 votes
0 answers
376 views

Code composer studio project - does not create and cannot find .out file

I am making projects on code composer studio for an assignment, using the following setting: I have created build variables for the libraries being used in the code. I connected my board to debug and ...
T. J. Foster's user avatar
1 vote
1 answer
60 views

MSP430 assembly language: variable allocation error

Learning MSP430 Launchpad assembly language in class. The current assignment is to do stepwise multiplication and division (i.e. simulating them with recursive addition and subtraction). I went over ...
StarSword's user avatar
0 votes
0 answers
61 views

Configuring a msp430 to calculate the time difference between two input signals

To calculate the time difference between two input signals. The idea is to use an msp430 that is connected to a function generator by two pins(P1.2 and P1.4). Timer A is set to continuous and when a ...
Ciaran Henderson's user avatar

15 30 50 per page
1
2 3 4 5
14