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
1 answer

Ti-84 +CE If-Then-else Syntax error

EDIT: Full code has been included, because it seems possible that the error may lie in the Else or End commands that are also part of the If-Then conditional. Programming newbie here. I did see the many other if-else syntax error questions but…
1
vote
2 answers

Ethernet Web Server on Arduino with dynamic data

I don't have much knowledge about web page designing and java scripting. I have used the Ethernet Web server example to control IOs from a client pc, however I would like to know if it is possible to update the data values automatically on a web…
hs7624
  • 693
  • 2
  • 10
  • 20
1
vote
0 answers

onCharacteristicChanged() never called

I'm attempting to receive data from my Texas sensor tag, but so far I just managed to connect and write characteristics to it. this is my setCharacteristicNotification(); the part commented below does not work and I didn't managed to use it. …
Alan
  • 73
  • 2
  • 8
1
vote
1 answer

Storing values to a list stored in a string

I would like to store a column of a matrix to a list, whose name is stored in a string. How can one do this? What I am primarily attempting to do is use a loop to create various lists in which columns of a matrix can be stored. To do this, I am…
Diafotismos
  • 109
  • 1
  • 10
1
vote
0 answers

TI NFC Write Single Block with Android NfcV (ISO 15693)

I am writing and Android app to communicate with RF430FRL152H devices via ISO15693. This app attempts to duplicate an existing Qt C++ executable that uses a TRF7970A to communicate with the devices. I am consistently unable to write a single block…
BitBiter
  • 15
  • 4
1
vote
1 answer

undefined reference to lrint

I am trying to compile and build a certain set of wireless drivers using the instructions in this link, http://processors.wiki.ti.com/index.php/WL18xx_System_Build_Scripts When I install a couple of modules, this is the error I…
bobbydf
  • 183
  • 1
  • 4
  • 13
1
vote
0 answers

Interfacing parallel flash with Tiva TM4C123GH6PGE

I'm trying to write and read data from parallel flash connected to my tiva uC, the flash data sheet is here.Below is my following code, but when i read the contents i just all values to be 0. Where am i going wrong.Please help me out. #include…
1
vote
1 answer

ADS1256 and Raspberry Pi

My aim is to get my Raspberry Pi 2 connected to an adc ( which will have 8 channels and resolution should be higher than 16 bits or 16 bit ) And according to analog values from load-cells. I am going to make a weighing indicator. with 4 channels. I…
1
vote
0 answers

BeagleBone Black PRU examples do not halt

I have a Beaglebone Black Rev C. I downloaded the am335x_pru_package from https://github.com/beagleboard/am335x_pru_package and copied it over to my beaglebone. I was able to get the PRU_memAccessPRUDataRam example working, and then tried to develop…
Connor
  • 11
  • 2
1
vote
1 answer

Description of function i.e sl_Start(0, 0, 0) used for cc3200 launchpad

I want a detailed description of function i.e sl_Start(0, 0, 0) in terms of the actual parameter being passed to them, I am basically using it on cc3200 launchpad using code composer studio.
Mohit Soni
  • 51
  • 5
1
vote
0 answers

Debugger disconnects when debugging the Parse quickstart project on Texas Instruments CC3200 LaunchPad

I followed the parse quick start guide for CC3200 here. Running the Release binary on the device works well. I then tried to debug the program from CCS. However, the debugger disconnects from the board pretty quickly with the following output in the…
Alon
  • 625
  • 7
  • 13
1
vote
1 answer

Binary, produced by MSP430GCC, has strange start address for text segment

After compiling an exemplary C program with msp430-gcc (LTS 20120406 unpatched) for the MSPG2211 I got the following output using the readelf command: section header program header The address space of the MSPG2211 microcontroller is structured…
Qfelix
  • 43
  • 3
1
vote
2 answers

Disable regular advertising programmatically on CC2541 IC and advertise only by demand, is this possible?

I just want to find out if CC2541 BLE device can be in sleep mode and wake up only when it is scanned by an observer device. Meaning it does not advertise data during sleep mode, but only respond when scanned using specific UUIDs. Is this possible?…
LEMUEL ADANE
  • 8,336
  • 16
  • 58
  • 72
1
vote
3 answers

Port Autosar OS to MCU

I am doing an academy project about porting Autosar OS to a microcontroller. After reading papers and information about Autosar, Arctic Core and Arctic Studio, I have some questions: I used to port FreeRTOS to a microcontroller and it's very easy,…
JackABC
  • 27
  • 2
  • 7
1
vote
1 answer

Error when compiling in Code Composer Studio - Tiva C Series

I am trying to run Lab 3 exercise from the Getting Started with the Tiva (page 71). I am using Tiva C Series TM4C123GH6PM with Code Composer Studio 6.0.1 . My code is as folles: #include #include #include…
Metalzero2
  • 531
  • 2
  • 6
  • 17