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...
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....
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...
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...
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...
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...
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...
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 ...
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...
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...
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 ...
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...
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...
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...
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...
hi I'm getting data through string containing multiple integer and floating point values separated by commas. Should I separate individual value strings and...
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...
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...
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...
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...
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 ...
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...
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 ...
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...
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 ...
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...
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...
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...
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 ...
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...