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

Include ti-lib.h in Contiki-ng

How do i include ti-lib.h in Contiki-ng, I am working with a CC1312 from Texas Instruments. I use Code Composer Studio. And I can not use: #include "ti-lib.h" or #include "path/ti-lib.h" I need some macros that has not been implemented in…
Michel Sommer
  • 13
  • 1
  • 5
0
votes
1 answer

can I use other distro than Arago for building an image with meta-ti for yocto linux?

I am trying to build EWAOL image for TDA4VM using distro as EWAOL, but it is giving me override errors like, "Overrides could not be expanded into a stable state after 5 iterations, overrides must be being referenced by other overridden variables in…
0
votes
0 answers

How I can get application source code examples of BT 1120 using DM8168 Davinci module

I need the step-by-step procedure to develop the “1080p60 Decode and Display on HDMI” for BT 1120 using DM8168 source code I am expecting
0
votes
1 answer

write data to 2 different fat volumes within the same SDcard using TivaC mcu tm4c129xnczad microcontroller

I had a tm4c129xnczad microcontroller with SDcard connected to it via SPI3 and the SDcard with 1 Gb size had 2 volumes with about 500 Mb each I want to write data to files to each volume I can access the first one but the second volume is not…
0
votes
2 answers

How to increment or decrement a 7-segment display 00-99 using button

i'm using code composer studio and data signals(D0-7) are obtained from tms320f28335 i have incremented and decremented specific led on 7-segment using switch statement. but that is kind if manual incrementing( where i already provide values as…
0
votes
0 answers

Reading a value from ADC buffer and creating graph on that with ePWM

I am new to CCS and C general. I have a problem to ask hope you can help me; enter image description here I want to add another ePWM (the third one) to the above project. The first ePWM already generates a 2kHz 25% duty cycle symmetric PWM waveform…
ugursoran
  • 1
  • 1
0
votes
0 answers

MSP430: Error initializing emulator: No USB FET was found MacOs

I have mabook air m1 with macOS Ventura, so i connect eZ430-F2013 to my laptop using special usb hub, and my laptop finds it, but when i try to dump code into the Ez430-F2013 using Code Composer Studio it returns me "MSP430: Error initializing…
0
votes
0 answers

Printing the value of variables(floating or Uint) from the code on SND3360

I am using Tms320f28335(from TI) for vector control of PMSM. now i have to set the PWM on/off using the switch buttons that are connected with SND3360. I also have to display the data of the variable on SND3360. i can display fixed number on SND3360…
0
votes
0 answers

CC13xx define interrupt handler

I am working with a CC13xx (ARM M3 core) from TI using Code Composer. I started with their no RTOS UART example, which works fine. I would like to add a systick interrupt handler. Unfortunately, there is no start-up file (which is where I would…
0
votes
0 answers

Yocto - using TPM as TRNG

I want to use my TPM as hardware random generator. I am building a system using Yocto for the AM6642-SK platform from Texas Instruments. meta-ti by default uses something called OPTEE to generate random numbers. I would like to give up this…
grandzello
  • 43
  • 4
0
votes
0 answers

How to integrate pvs-studio in a TI CCS project

I'm trying to use pvs-studio to analyze a TI Code Composer Studio project. As mentionned in the documentation I ran strace to get the trace files out of my build process. Here the command I used : pvs-studio-analyzer trace --…
0
votes
0 answers

Reading ADC121C021 by FreeRTOS

I'm trying to read ADC count by I2C based ADC121C021 (here) module with help of this code but Im only getting ESP_FAIL static esp_err_t read_ADS(i2c_port_t i2c_num, uint8_t *data_h, uint8_t *data_l){ int ret; i2c_cmd_handle_t cmd =…
0
votes
1 answer

Different section header offsets in otherwise identical object files

So I have two different ELF files, one that came precompiled and the other I compiled from source. The output from readelf is: Precompiled File (File1): ELF Header: Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 Class: …
The Dude
  • 661
  • 2
  • 11
  • 20
0
votes
1 answer

Comparing Object Files with ObjDump

So I am trying to compare two ELF files original/gen_twiddle_fft16x16_imre.oe674 and new/gen_twiddle_fft16x16_imre.oe674 to see if they are the same thing. I have a hunch that they are, but, I can't tell exactly. I can't just compare the code size…
The Dude
  • 661
  • 2
  • 11
  • 20
0
votes
1 answer

Understanding TI's ProjectSpec Files -- What do do and where are the environ variables defined?

Here is an interesting snippet of TI's .projectspec file for the MMWave SDK Out-of-Box (OOO) demo: compilerBuildOptions=" -I${PROJECT_ROOT} -I${CG_TOOL_ROOT}/include -I${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages …
The Dude
  • 661
  • 2
  • 11
  • 20