Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

tern · TERN Community

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 724
  • Category: Computers
  • Founded: Nov 2, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1132 - 1161 of 2294   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1132 Charmaine Jia
charmaine_jia Send Email
Dec 2, 2005
4:42 pm
Dear Chon, I am 586E user. I wrote an email about ‘array definition’ to you before. The board is working very well at that time. But unfortunately the...
1133 TERN (Chon)
tern_inc Send Email
Dec 2, 2005
9:32 pm
Charmaine, It mostly suggests a memory problem, but impossible to diagnose without a much closer look at the code itself. Going to large memory model in and of...
1134 tooclean1 Send Email Dec 5, 2005
7:24 pm
Anyone have a problem downloading programs to a controller while using a USB-Serial adaptor? I think that is the problem. When I try to download a HEX file to...
1135 TERN (Chon)
tern_inc Send Email
Dec 5, 2005
10:30 pm
Hi there, We've had no problems with USB->Serial adapters. The requirements of the actual .hex download are very straightforward; it's just a 19200 baud...
1136 msigvth Send Email Dec 6, 2005
5:42 pm
Hello, everyone. As a previous Java programmer, not used to think in bits and bytes and memory addresses, I'am having a hard time undertanding how to use all ...
1137 Bill Finger
creare_coder Send Email
Dec 6, 2005
6:36 pm
Morten, Ah, from Java to 16-bit embedded C. A difficult transition indeed. I'm a bit frightened by your use of MK_FP. What memory does this pointer then...
1138 tbrenke@...
trbrenke Send Email
Dec 6, 2005
7:29 pm
EYE-C Has anyone tried one of these yet? If so, what is your impression and experience with it? on paper this product looks very good....
1139 TERN (Chon)
tern_inc Send Email
Dec 6, 2005
8:06 pm
Tony, The C-Eye is just being rolled out and we have .. I believe.. 6 OEM customers working with the board now. I think Wes might be the only one who stays...
1140 wes
serengetiky Send Email
Dec 7, 2005
12:37 am
tony - we have the board for a few weeks, but i'm only just now getting around to fully testing. our use is a bit unique in that we are evaluating this for a...
1141 tbrenke@...
trbrenke Send Email
Dec 7, 2005
6:18 pm
Chon Tang, thanks for the update. I have one of your smartlcd (LC) boards and have demoed it in a few products now. including the replacement of the dash on my...
1142 msigvth Send Email Dec 7, 2005
6:22 pm
Bill Thank you for your suggestions Bill, I have tried them out now, but ran into some other problems. First of all, what memory model should I use. I changed...
1143 TERN (Chon)
tern_inc Send Email
Dec 7, 2005
9:06 pm
Tony, Right, I've heard and read a little about the CMUCAM, but don't pretend to be very informed about its details. From what I've seen though, for image...
1144 Bill Finger
creare_coder Send Email
Dec 7, 2005
9:26 pm
Morten, ... What memory model you choose is based on your code size and memory needs. If you don't use much memory beyond this huge array which I've ...
1145 suryadi@...
kalong_id Send Email
Dec 8, 2005
4:08 pm
Dear TERN, I need information about controller board that can: * access USB storage from the controller board * communicate with PC or other devices via...
1146 Morten Sigvathsen
msigvth Send Email
Dec 9, 2005
4:18 pm
Hello. I have made a program that reads data from the ADC8344 unit and writes the data to the flash cards as an wav file. I've put in a signal to the ADC and...
1147 Morten Sigvathsen
msigvth Send Email
Dec 9, 2005
4:26 pm
I found the solution for my own problem. It helps to not test this in debug mode and rater test in stand alone mode The graph is fine now. Note: forwarded...
1148 Greg Bashe
tooclean1 Send Email
Dec 12, 2005
5:40 pm
The problem is definitely with HyperTerminal. I saw the older posting regarding slow programming after I posted and tried to update HyperTerminal to the latest...
1149 Morten Sigvathsen
msigvth Send Email
Dec 13, 2005
4:54 pm
Hello. I thought at first this problem was solved, but it seems that its not, afterall. It seems that a glitch in the data happens approximatly every second. I...
1150 TERN (Chon)
tern_inc Send Email
Dec 13, 2005
6:49 pm
Morten, I think it might be a good idea for you to fire your code off to me. I'd be happy to take a look. You're no longer running out of the debugger,...
1151 myersge Send Email Dec 15, 2005
5:01 pm
I'm able to use put_text(), drawLine(), and drawRect() to draw successfully to the TFT display. However, when I initialize the RTC with rtc_init(), the...
1152 TERN (Chon)
tern_inc Send Email
Dec 15, 2005
6:35 pm
Hi there, You should definitely be using the 'rtc16_...' functions as defined in the sample: samples\slc\slc_rtc.c. The original 'rtc_' functions (defined in...
1153 t30_sm Send Email Dec 21, 2005
12:39 am
In reading the a104 manual and associated schematic, I am left assuming the 7731 clock in generated from the processor timer1out. Is this correct? Also, is...
1154 tbrenke@...
trbrenke Send Email
Dec 21, 2005
12:39 am
the fill bar in the lib is nice but the horizontal fill bar was missing. I needed one so this is what I wrote. feel free to include this into the SLB_FILL.C it...
1155 sutcliffe_scott Send Email Dec 21, 2005
1:22 am
I Have just purchased a R Engine A and am trying to run some of the sample programmes, when i try to compile these i get some errors and warnings. Im...
1156 Agung Krishnamurti
agungk01 Send Email
Dec 22, 2005
4:42 am
Hi guys, Has any body experienced flash memory corruptions or accidental erasures? I have some some FBs that had been used as PLC data loggers on motorized...
1157 Bill Finger
creare_coder Send Email
Dec 22, 2005
4:43 am
Scott, You need to add the Paradigm include directory to your project settings, in the 'Directories&#39; tab. If you installed it to 'C:\Paradigm&#39;, you need to...
1158 TERN (Chon)
tern_inc Send Email
Dec 22, 2005
5:10 am
Scott, Bill already gave some good advice. Let me clarify a few points: - first, always try to start with the default samples. By that, I mean not just the...
1159 TERN (Chon)
tern_inc Send Email
Dec 22, 2005
5:11 am
Hi there, Yep, you're correct. Take a look at the sample: samples\a104\ad77.c Timer1 is used to drive the clock. At these higher frequencies, we use instead...
1160 TERN (Chon)
tern_inc Send Email
Dec 22, 2005
5:22 am
Agung, The ACTF Flash memory is probably one of the least likely to be damaged on the controller. The exact scenario you're describing (a non-responsive...
1161 Stan Hsu
stanley_hsu Send Email
Dec 22, 2005
9:18 am
Hi Chon. Got a question. We originally bought the R-Drive and now am looking at the RL. We did not end up using it originally because we could not get TCPIP...
Messages 1132 - 1161 of 2294   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help