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
0
votes
0 answers

Docker socket issue: "OSError: [Errno 99] Cannot assign requested address"

I am running code from this git which is designed to communicate with a radar and evaluation board from Texas Instruments using ROS1 noetic. I am running the repository on a windows device inside a Docker container which is from the ROS:noetic…
brad
  • 11
  • 1
0
votes
0 answers

Tiva C UART not receiving data

I am trying to interface Tiva C (TM4C123GH6PM) with FTDI connected to PC using UART. I am able to transmit data from Tiva C, but unable to receive data from PC through FTDI. I tried loopback with the same Tiva C UART peripheral and it worked. I also…
0
votes
0 answers

How do i emulate a virtual MSP430 microcontroller without connecting the physical board to my pc in ti CCS?

I am trying to run codes in my ccs on microcontroller and other electronic components but i do not actually have the board and i am thinking there is a way it can be simulated. After building and running my project, i get the error that USB FET is…
0
votes
1 answer

identifier "va_list" is undefined in Code Composer Project

I am use TI 8.3.11 (Code Composer Studio) Device Family C6000, SYS/Bios 6.67.3.01 I have a problem with variadic function, which accepts a variable number of arguments. My class: #include "stdint.h" #include "stdarg.h" #include…
user21959052
0
votes
0 answers

How does the TI CCS GEL function GEL_Restart() work?

I am using Ti CCS version 8.3.1.00004 - inside a gel script, I call the function GEL_Restart(). This resets the DSP (F28335) and the debugger goes to start of main(). Then I set a breakpoint & run to this breakpoint using GEL_Run(). It doesn't run…
0
votes
0 answers

How do I use the "with" symbol (|) in my own personal functions?

I am a year 12 Maths student and recently I tried making a program that produces the function maximums and miniumums of any function. This is for my TI-nspire CX II. However, I am unaware of how to properly use the with '|' statement for my…
0
votes
1 answer

CMakeTools for VS Code not using my launch configuration

I am trying to create a project to program a Tiva C Series board using VS Code and CMake. So far, I've managed to make it kinda work, since it builds, flashes and even lets me debug it. However, it was based on sketchy launch.json and tasks.json…
0
votes
1 answer

Code Composer Studio: Imported driverlib project won't build lib

I'm trying to test a C2000 card by importing the "systick_ex1_interrupt" example from C2000Ware but when I tried to build it I got the following error: "gmake: *** No rule to make target '/driverlib/f2838x/driverlib_cm/ccs/Debug/driverlib_cm.lib',…
0
votes
0 answers

I am using UART0 with interrupts and when I write any character in the UART window, it didn't jump to the handler

here is the UART0_Init() function `void UART_Init(void){ uint8_t ss; // as part of Lab 11, modify this program to use UART0 instead of UART1 // switching from PC5,PC4 to PA1,PA0 …
0
votes
0 answers

TM4C129EXL and BOOSTXL-EDUMKII having some LCD issues

I am trying to control the LCD screen (a ST7735, unknown tab color, assuming green) on my Educational Boosterpack MKII with my TM4C129EXL on booster pack 1. I have been coding this for a while and cannot get anywhere. The closest I got was the…
0
votes
0 answers

Sitara AM335x (Beaglebone Green) - programming the cortex m3

currently im working on a baremetal application on a beaglebone green, which has the AM3358, containing an A8 processor, two PRUs and a cortex M3. Because im using a Segger J-Link EDU as a programmer, i cant connect to the two PRUs. So im not able…
Mirko
  • 1
  • 2
0
votes
1 answer

SNR calculation by python (verified code by TI ADS7042 EVM)

I have obtained 12-bit ADC output data from the TI ADS7042 EVM kit. I am trying to calculate the SNR, THDm, SINAD (in dB), and other parameters. The output code ranges from 0 to 4095. ADC-output2.txt I use the below code to check the SNR and…
0
votes
0 answers

Communication between DLP2000 Projector Kit and Raspberry Pi 4

I have a problem with the connection and communication between DLP2000 Projector Kit and Raspberry Pi 4. I hope someone else other than me would benefit from this post in the future as well. Here is the detailed definition of my problem. I…
0
votes
0 answers

Interrupts in Contiki-ng for a CC1312

I have issues initializing interrupts on a pin, i am using newest edition of contiki-ng 4.8, can anyone give a hint on what i am doing wrong. The target is a CC1312r1 from Texas Instruments. #include "contiki.h" #include "dev/gpio-hal.h" #include…
Michel Sommer
  • 13
  • 1
  • 5
0
votes
0 answers

Composite USB device not identified, tivaware library

In the C language, the mechanism of operation of a composite USB device is set using the tivaware library. If you specify programmatically that the device is one, the code works completely and communication takes place. But if, for example, you set…
Job To
  • 1