texas-instruments Questions
3
I am searching for a list of all assembler functions/calls, but seem to be unable to find any for the TI-84 or TI-83 (their assembler code is nearly the same).
Additionally, I could neither find a ...
Pantsuit asked 10/1, 2020 at 19:37
4
Solved
Edit: my main question is that I want to replicate the TI-84 plus RNG algorithm on my computer, so I can write it in a language like Javascript or Lua, to test it faster.
I tried using an emulator...
Perithecium asked 25/9, 2015 at 18:4
4
Solved
I'm trying to write two bytes (color values) to the VRAM of my TI-84 Plus CE-T calculator, which uses the Zilog eZ80 CPU. The VRAM starts at 0xD40000 and is 0x25800 bytes long. The calculator has a...
Desideratum asked 13/8, 2019 at 18:29
8
I am going to write some image processing programs for Texas Instruments DaVinci platform. There are tools appropriate for programming in the C language, but I wonder if it is really possible to ta...
Gyrostat asked 21/9, 2009 at 9:56
0
I'm developing a custom Android firmware for the Jacinto6 board (dra7xx). By default the board is landscape (800x480).
I need to develop a portrait version of the firmware so that:
when flashin...
Condottiere asked 2/2, 2017 at 17:2
3
I get very confused when it seems like sometimes my code treats a certain value as signed and sometimes it treats it as unsigned when comparing values. How does the code know whether a value is sig...
Okechuku asked 27/10, 2016 at 5:30
2
Solved
How does the TI-84 randInt function generate random numbers? I would like to replicate this PRNG on my computer so I can get some larger sample sizes, but I'm not sure how. Copying numbers 5 at a t...
Hypoxanthine asked 12/4, 2012 at 11:42
1
As a 3rd party is there a viable way to correctly interpret data from a Bluetooth Low Energy device for which there is not a published GATT profile specification?
The BLE device is a body scale th...
Jesher asked 17/4, 2014 at 21:41
2
I am writing a simple Pong game in TI-Basic but the editor won't let me insert a line into the code I've already written.
For example
print "Hello world"
<--Where I want to insert the code
pri...
Cohette asked 27/5, 2014 at 22:17
2
I have a Ti Sitara AM335x Starter Kit and I want to use USB 3G-Modem on it.
I am following these documents:
http://processors.wiki.ti.com/index.php/Android-USB-3G-Modem-Integration & http://pr...
Dennison asked 16/11, 2013 at 20:1
1
Our company develops a hardware unit that has Bluetooth BLE and we have a service app in a Nexus 7 (2013) that we want to send firmware files to the unit with. The files can be as large as 500kb.
...
Pru asked 22/5, 2014 at 8:57
1
I'm working with a TI SensorTag, and I want it to be able to store the data when my phone is not in range to connect via Bluetooth LE. Currently, the sensor only transmits data when the a device is...
Luciferin asked 17/2, 2014 at 18:5
2
Solved
I have a Code Composer project I received from a friend. When I try to build it I get the following error message:
This project was created using a
version of Code Generation tools that
is not...
Warms asked 25/12, 2010 at 11:59
1
Solved
I have a compiler error with GCC when trying to processor some macros from some TI code that compiles ok with the TI compiler.
The Macro's in question are some variation of
#define CHIP_FSET(Re...
Buckinghamshire asked 30/10, 2013 at 22:58
1
Solved
I am using latest poky-am335x to build simple helloworld application. With some workaround I can able to compile the application. I am doing lot of trails to install binaries but build is throwing ...
Clingfish asked 29/8, 2013 at 10:9
1
Solved
Is it possible to cross-compile D source code for MIPS?
For example, I want to compile a D "Hello, world." program that will run on TI AR7-based devices, which have MIPS32 processor and typically ...
Descry asked 4/6, 2011 at 20:5
5
Solved
I have a C code which uses doubles. I want to be able to run the code on a DSP (TMS320). But the DSP doesn't support doubles, only fixed-point numbers. What is the best way to convert the code into...
Caspar asked 6/12, 2010 at 16:10
3
Solved
I know that when working with the MSP430F2619 and TI's CCSv4, I can get more than one interrupt to use the same interrupt handler with code that looks something like this:
#pragma vector=TIMERA1_V...
Brakpan asked 13/4, 2010 at 19:58
2
Solved
Every time I assemble an application for the TI-83+ calculator (Z80 processor), it stops running at CALL. Here is an example ("Hello") — it starts running just fine, but the calculator freezes at t...
Saintly asked 27/1, 2010 at 21:24
1
© 2022 - 2025 — McMap. All rights reserved.