All, In the span of two days we've identified two different real-time clock bugs! Very few of you have been affected by this bug, most likely, but it's still...
herber. It is very usefull use the full version of Paradigm C/C++ because the BIN code is build very easy, in the other hand you need a Locator utility to make...
Right, just to follow up on Mr. Delgado's email... ... the only method we support for generating ROMs on TERN controllers is using the full DV-P version of the...
I m using A104 Engine. I made a simple program that sends out character A to the PC from serial port 1 of the A104 engine. This program runs correctly in STEP...
Do you have any code examples that use different memory models other than small? Is the emu.lib available for different memory models? I tried switching our...
I don't believe we have any specific code examples intended to show different memory models... but generally speaking the Paradigm Help menus should be enough...
I'm not sure I understand your situation exactly. You mentioned that you don't have PC Lite++ installed... what debugging environment are you using to download...
Alex, We don't have any code that supports PPP over the RS232 interface. I'd suggest you take a look at incorporating something like UCOS-II, a small RTOS...
Hi, I am using tern A104S microcontroller which i have programmed to get data from serial posrts..6 for input and one for out put... The programs works fine...
Ikram, Sounds a little mysterious, and we can't really guess at a specific answer. Do you have more information on specifically what happens when the program...
Hi Every One, I am using 586 Engine. I made a RED LED (power led on board) blinking program.This program runs correctly in STEP 1 debugging mode. But as I...
Hello, I'm using the AE-86D board with the DAC and ADC chips installed and am having a bit of a problem with the A/D readings. I'm using the sample program...
Mr. Raza, Under step 2 debugging, you should not be trying to communicate through the debugger. (Therefore, you shouldn't be seeing the "unable to locate" ...
Hi, I'm using your AE-86D board with the dual DACs and the A/D chips installed. When I try and use the sample program ae86d_ad.c program I'm not getting very...
I have recieve my t40 recently, and the manual says that a PC-v25 serial cable is needed for connecting to my PC. I was not recieve the cable I from the...
Dear Raza Reset your system ,then download by pressing F7 key then Run from debug menu. ... __________________________________________________ Do you Yahoo!? ...
Richard: I am not a Tern employee, but I am pretty sure that the A/D converter is ratio metric, meaning that the conversion results are a percentage of the ...
Richard, I'm not sure if I'm qualified to answer your question, but here's what I experienced using the same board for the last few months. When taking A/D...
Shannon, The pin-outs for all the pin-headers on the TD40 are available in the manual. It's described in chapter 3 (Hardware), and also shown in the schematic...
Richard, There've been a couple very insightful comments from others already. I just wanted to add that a couple bits of noise is pretty typical for the...
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 ...