Jin, I actually stumbled upon the answer - I need to ground any unused inputs to the A/D. Once I did that the readings look a whole lot closer to what they...
224
hamin_t
Dec 2, 2002 11:08 pm
Using the TERN SL-C controller the void background(unsigned char color) call displays white and black bars no matter what color I put in the color variable....
225
Greg Carter
gcarter1
Dec 2, 2002 11:08 pm
Hi, I have posted my code for serial comm and lcd control under UCOS-II here: http://www.carter-engineering.com/embeddeddevelopment.htm it is based on code...
226
TERN (Chon)
tern_inc
Dec 3, 2002 6:49 pm
Hamin, We've modified the standard sl_bird.c sample program to add ee_rd()/ee_wr(). We didn't see the behavior you described; it worked perfectly. If you have...
227
iesweiss
Dec 3, 2002 6:49 pm
Is there an easy way to change the font size on the SLC? Right now I am using the put_text() function to display text, but I would like to display the text in...
228
Ricardo Brandão
saiterbr
Dec 3, 2002 6:51 pm
Hello, I acquired a TD-40, Keypad and LCD with Evalutation kit. I'd like to run some examples, that came with CD. Must I create a new project for each C source...
229
TERN (Chon)
tern_inc
Dec 3, 2002 10:35 pm
At this time, all we have is a fixed font bitmap for the SLC that the function put_font() uses, and then calls put_pixel(), to display on the screen at the...
230
TERN (Chon)
tern_inc
Dec 4, 2002 12:44 am
For customers working with UDP over the Ethernet adapter on TERN controllers (ie, Memcard-B, P50, or SmartLCD-C)... Some have asked how to dump UDP data into ...
231
similarid <similar...
similarid
Dec 9, 2002 8:33 pm
Hi All, First I would like to thank you "TERN Community" for allowing me to become member of this. I have a lot interest in this group b'cos I want to learn...
232
Doug Abbott
Doug_Abbott
Dec 9, 2002 8:33 pm
I'm seeing some kind of interaction between the real-time clock and the parallel ADC on an AE86-P board. After a call to rtc_rd(), the next conversion on the...
233
TERN (Chon)
tern_inc
Dec 9, 2002 10:40 pm
Ricardo, There are a lot of ways to start playing with the system... and Paradigm C++ has great documentation (and example projects) if you want to become ...
234
Doug Abbott
Doug_Abbott
Dec 11, 2002 5:14 pm
Well, I solved the problem. Turns out that rtc_rd() resets the AUXCON register for an 8-bit bus and just leaves it that way. The AD7852 of course requires a...
235
Ricardo Brandão
saiterbr
Dec 12, 2002 5:01 pm
Hello ALL. How do I make the program wait x seconds or x miliseconds without stop this execution? Must I use timers or is there an other way to do this? In...
236
TERN (Office)
ternoffice
Dec 12, 2002 8:19 pm
Hello Everyone, We just wanted to make sure that you are aware that TERN will be closed from December 14, 2002 - January 1, 2003 for holiday vacation. We will...
237
TERN (Chon)
tern_inc
Dec 14, 2002 12:44 am
Ricardo, If you're working on the scope of seconds, you can get by with using the real-time clock. This, unfortunately, isn't interrupt-driven on most TERN...
238
Bhuvaneshwar Reddy Pa...
bhuvan01
Dec 22, 2002 4:39 am
hi I'm getting data through string containing multiple integer and floating point values separated by commas. Should I separate individual value strings and...
239
Richard Cooke <rco...
rmcooke
Dec 22, 2002 4:40 am
Hello All, I'm using the AE86D board and I'm seeing a really weird phenomenon when I measure the output of the DAC channel 1. I know that the logic is...
240
Greg Carter
gcarter1
Dec 22, 2002 4:41 am
Hello VenuGopal, A good place to start is to download the processor programmers guide. If you are using one of Tern's 16 bit microcontrollers then the user's...
241
bobfish632 <king@....
bobfish632
Dec 22, 2002 4:41 am
I have C++ program that works correctly with with the Small memory model. I need to switch to the large model. When I do (switching the AE86.lib to the correct...
242
Dan Stone <d1tb@.....
d1tb
Dec 22, 2002 4:42 am
Hello all - I just recently upgraded my dev software and debug roms for the paradigm stuff, and I was previously using the Borland versions. I used to be able...
243
Dan Stone <d1tb@.....
d1tb
Dec 22, 2002 4:42 am
hello all - I'm hoping somebody can help me get my project straightened out. I have the following Tern product configuration: i386-Drive ID16_0_115 debug rom ...
244
Syed Muslim Shah
smsh_pk
Dec 22, 2002 4:42 am
Hello all I have an interrupt driven program.In the ISR i call some function where I only inrement a variable value . when that count reaches certain value i...
245
Doug Abbott
Doug_Abbott
Dec 22, 2002 4:43 am
Hi all, We're having some problems maintaining code in battery-backed static RAM on an AE86 and I was wondering if anyone else had experienced similar ...
246
fdelgado@...
homo_tern
Jan 2, 2003 6:29 pm
Richard. I observe severals things when you make a outputs by using differents kinds of variables, may be you can check the effect using outportb using...
247
fdelgado@...
homo_tern
Jan 2, 2003 6:29 pm
Mr. King. You can use the .LOC file and see the segments not used in SRAM space, in the .CFG file you can modify the default locations pointed to 0x0800 for ...
248
fdelgado@...
homo_tern
Jan 2, 2003 6:29 pm
Try to use one of the counters like CLK0/1 for example, some times inside the ISR routines you DON'T use a functions calls (user functions) some time the...
249
TERN Headquarters <...
tern_inc
Jan 2, 2003 6:30 pm
This is a more generic programming question... but using sscanf() is how I usually handle strings with multiple data variables. You can use the varions...
250
Bhuvaneshwar Reddy Pa...
bhuvan01
Jan 2, 2003 6:30 pm
dear abbott Yes I too observed this problem in my first trials and I felt a bit confused. But that doest work as u feel. As soon as u install the jumper, the...
251
jcmil <jcmil@...>
jcmil
Jan 2, 2003 6:30 pm
Bhuvaneshwar, As far as I know, stdio functions work fine (I'm using AE86D board). Also, there aren't any utilities for timing codes, but you can always ...
252
jcmil <jcmil@...>
jcmil
Jan 2, 2003 6:32 pm
Richard, I'm not sure if you're allowed to use those high values for DAC. As far as I know, the maximum value should be 4095 (which is suppose to translate to...