Questions tagged [texas-instruments]

Texas Instruments Inc. (TI) is an American company that designs and makes semiconductors, which it sells to electronics designers and manufacturers globally.

Texas Instruments Inc. (TI) is an American company that designs and makes semiconductors, which it sells to electronics designers and manufacturers globally.
Headquartered at Dallas, Texas, United States, TI is the third largest manufacturer of semiconductors worldwide after Intel and Samsung, the second largest supplier of chips for cellular handsets after Qualcomm, and the largest producer of digital signal processors (DSPs) and analog semiconductors, among a wide range of other semiconductor products, including calculators, microcontrollers and multi-core processors.
Texas Instruments is among the Top 20 Semiconductor producing companies in the world.
Texas Instruments was founded in 1951.

380 questions
1
vote
0 answers

Problem setting up Keil for first time for Tiva Launchpad TI TM4C1294XL MCU

I'm fairly new to embedded systems and I'm trying to set up Keil for a EK-TM4C129XL Tiva Launchpad MCU (https://www.ti.com/tool/EK-TM4C1294XL). I downloaded the drivers from TI website, installed them. Then installed Keilv5, create a project, select…
DMPV88897
  • 11
  • 2
1
vote
0 answers

MSP432 Lauchpad return error 614 while debug

Yesterday it is very normal when I run debug in MSP432 Lauchpad. But today, I don't know why and how when I run debug, the Code Composer Studio (CCS) return an error code -614 like this following image: CS_DAP_0: Error connecting to the target:…
Anh Tu
  • 75
  • 7
1
vote
0 answers

Texas Instruments CC2541 - How to receive data in Proprietary RF Mode?

Could anyone share a complete project example how to setup registers and receive data in proprietary RF mode? Texas Instruments published only one example - PER Test which is very difficult to understand and modify. Ideally I'd like to disable as…
1
vote
0 answers

MSP432 : Error connecting to the target: (Error -615 @ 0x0)

I am trying to debug code on MSP432P401R design board using XDS110 emulator with CCSV 7.0.0.. When I debug code it is showing following error: CS_DAP_0: Error connecting to the target: (Error -615 @ 0x0) The target failed to see a correctly…
SAU
  • 21
  • 4
1
vote
0 answers

Detect presence of USB stick in bootloader of F28M36x microcontroller

We have developed a bootloader for a F28M36x Concerto microcontroller (Texas Instruments), which loads the software from a USB stick. We have integrated the USBlib in the bootloader (see API guide here). The boot from USB stick works; however it…
A. Amori
  • 73
  • 8
1
vote
1 answer

how can i convert byte array from LPSTK-CC1352R temperature to decimal

i try to setup the LPSTK-CC1352R Launchpad with Node RED and a bluetooth connection. the inbuild sensor is a hdc2080 sensor. I'm not a electronic engineer so the datasheets are a bit confusing to me. I made it to the point, where i have a connection…
1
vote
2 answers

Generating C code from a Matlab-Simulink model for DSP C6748

I'm trying to generate C code from a Matlab-Simulink simple model (eg.: sine wave generator with a DAC at the output). This code must be executed with Code Composer Studio for TMS320C6748 DSP (Texas Instrument C6748). Specifically, for the…
Juanma
  • 21
  • 1
  • 5
1
vote
1 answer

TI-Basic Outputs "ERR: ARGUMENT"

:Menu("FUNCTION","DIA TO RAD",1,"RAD TO DIA",2,"RAD TO AREA",3,"DIA TO AREA",6,"RAD TO CIRCUM",4,"DIA TO CIRCUM",5,"CIRCUM TO AREA",7,"CIRCUM TO RAD",8) I'm getting an 'ERR: ARGUMENT' output and when 'Goto' is selected it sends me to the closed…
Zieo
  • 33
  • 4
1
vote
0 answers

Trouble assigning ports for tivia TM4C launchpad that ill be connected to components on a breadboard

I am working with a TM4C lunchpad and need to assign Ports E and B as inputs and outputs to be able to control a simple traffic light built on a breadboard. There are three LEDs on the board as well as two buttons: when btn1 is pressed, the LEDs on…
Fabian
  • 61
  • 5
1
vote
1 answer

How can I setup a shared library between a bootloader and an application?

I am in the process of implementing over-the-air updates on a CC2652 microcontroller using the OpenThread stack. As far as I know a bootloader has to be able to operate independently from the application and be as small as possible. But for the…
1
vote
1 answer

Syntax highlight colors in Code Composer Studio

I've trying to change color of the syntax highlight in Code Composer Studio. It is not like native Eclipse under Preference >> >> Editor". Where do I find the option to setup the syntax colors?
Dinera
  • 85
  • 2
  • 11
1
vote
1 answer

Parenthesis do in C/Embedded C #define statements

I saw the following in a .h-file for the cc2640 mcu: #define ADC_STATUS_SUCCESS (0) From my C knowledge, the compiler is told to put the value of ADC_STATUS_SUCCESS everywhere it occurs, that is (0). But what is the difference in putting…
jkbs1337
  • 53
  • 6
1
vote
0 answers

CC1352P launchpad SPI Interface is not working for my appliation

Working on Simplelink MCU CC1352P/ any CC13xx Launchpad interfacing E-paper display via SPI TI-RTOS. The code has no error and no warnings in CCS IDE. but SPI TX is not happening. SPI mode Master. Here is my code please have a look on my code let me…
Selva.I
  • 11
  • 2
1
vote
1 answer

TI cl2000 cmake CXX compiler identification is unknown

I am trying to cross-compile using the cl2000.exe compiler/linker from TI, but am having issues with CMake compiling/linking its simple test program. The toolchain file I'm using is (copied from this gist): set(TI_TOOLCHAIN_DIR…
E-rich
  • 9,243
  • 11
  • 48
  • 79
1
vote
0 answers

BluePy AttributeError: 'module' object has no attribute 'btle'

I'm trying to run python source code to connect and get data from TI Sensortag CC2650. sudo python sensortagcollector.py Traceback (most recent call last): File "sensortagcollector.py", line 223, in class…
inp.kez
  • 31
  • 2