Skip to search.
tern · TERN Community

Group Information

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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 1990 - 2019 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1990 spamka
tamkastar Offline Send Email
Feb 5, 2009
12:20 am
Hello everyone, After playing around with the system a bit, we seem to have solved the problem. Early in the program, our system attempts to initialize the CF...
1991 Chon Tang
tern_inc Offline Send Email
Feb 5, 2009
12:39 am
Hi again, Yep, that's exactly the problem. I wish I had mentioned that first! As part of the standard "exit" procedure for a C application, I believe the ...
1992 spamka
tamkastar Offline Send Email
Feb 5, 2009
12:42 am
Hello, In my project using the RA-80 TERN board, I run 8 A/D convertors, and write their values to the CF card. The code for both the A/D conversion and for...
1993 Chon Tang
tern_inc Offline Send Email
Feb 6, 2009
6:32 pm
Franklin, Just to follow up again, we've repeated tests with LCD, serial port, and Ethernet all in operation on the EL... doing so definitely increased the ...
1994 Chon Tang
tern_inc Offline Send Email
Feb 6, 2009
8:41 pm
Hi there, There are actually a number of tricks available for increasing sample rate. You'll find that ultimately CompactFlash remains the bottleneck when...
1995 Shankaranarayanan
srishankaran... Offline Send Email
Feb 10, 2009
6:23 pm
Hello,       I was wondering whether are there any pre-built GUI buttons available for the UD controller. I am trying to develop a touch screen based...
1996 dave.lyneham Offline Send Email Feb 11, 2009
4:19 pm
Hi everyone, I have been successfully using Paradigm C++ under Vista for around a month, running as an administrator. Today, something new. Although other...
1997 Chon Tang
tern_inc Offline Send Email
Feb 11, 2009
7:14 pm
Dave, I'm baffled, I've never seen that message before. Must be something system-specific, since you mentioned it used to work correctly. Have you verified...
1998 jaredtritz Offline Send Email Feb 11, 2009
7:52 pm
... available for the UD controller. I am trying to develop a touch screen based application. Or do I need to create my own. If so then would I be able to add...
1999 dave.lyneham Offline Send Email Feb 11, 2009
10:21 pm
Hi Chon, Thank you for your quick reply! To answer your questions, I have tested the port with other programs. Hyperterminal isn't included with Vista as far...
2000 Chon Tang
tern_inc Offline Send Email
Feb 11, 2009
10:34 pm
Dave, I did some googling around after your previous email, and also found other people with similar.. confused.. complaints. All I know is that it's not a ...
2001 dave.lyneham Offline Send Email Feb 11, 2009
11:00 pm
Hi Chon, My USB RS232 device is just a bit old and sluggish, I'm sure a newer one would be faster and be able to cope with 115200 baud. Incidentally, I sent a...
2002 callus1813 Offline Send Email Feb 12, 2009
5:50 pm
Hi all, I am working with the EL with the Ethernet option installed. When I connect to the network using static IP, gateway and netmask. I have no problems...
2003 spamka
tamkastar Offline Send Email
Feb 17, 2009
5:55 pm
Hi everyone, The RA-80 engine I am using has a CF card interface that accepts a CF card with a maximum of 1Gb. None of the stores in my area carry anything...
2004 Chon Tang
tern_inc Offline Send Email
Feb 17, 2009
7:42 pm
Hi Franklin, From the point of view of any IP end-point... all it knows about are the settings you mentioned (IP/netmask/gateway). Those are the only settings...
2005 Chon Tang
tern_inc Offline Send Email
Feb 17, 2009
7:50 pm
Hi there, One quick clarification: your RA-80 absolutely will accept a 2 GB card. In fact, all of our cards are able to accept CF cards up to any size, if you ...
2006 dave.lyneham Offline Send Email Feb 17, 2009
10:26 pm
Hi Ka Lun TAM, I use the EL module with CF cards. My experience is the same, it is hard to get CF cards for my purpose. Also, I have to copy files on the file...
2007 Doug Abbott
Doug_Abbott Offline Send Email
Feb 17, 2009
11:25 pm
I have a laughably small 8 MB CF card I'd be willing to sell for, oh say $5. It was actually used on a Tern project a few years back. I'll even throw in...
2008 Chon Tang
tern_inc Offline Send Email
Feb 17, 2009
11:30 pm
Doug, Well as it happens, for anyone looking for very small cards on that size... TERN does have hundreds (and perhaps even thousands) of new/unused cards in ...
2009 Mário
v0ynich Online Now Send Email
Feb 23, 2009
6:10 pm
Hi! There is anyway of change the port of step 2 (for example instead of use P4, use P5) ? (even if that involves any hardware intervention). Many thanks! ...
2010 wong.earth@...
wong.earth... Offline Send Email
Feb 23, 2009
6:15 pm
Hi, I need to build an application in realtime which also involves floating point arithmetic. I am using 586-P board. I have a task that need to be run in...
2011 Doug Abbott
Doug_Abbott Offline Send Email
Feb 23, 2009
7:04 pm
Hi T.W. One very good reason for not accessing hardware floating point from an ISR is that the ISR doesn't usually save the FPP registers. If you're willing...
2012 Bill Finger
creare_coder Offline Send Email
Feb 23, 2009
7:04 pm
T.W., The advice in the FAQ is true in general. You CAN use floating point in interrupt routines only if you DON'T use them outside interrupt routines (and...
2013 wong.earth@...
wong.earth... Offline Send Email
Feb 24, 2009
6:27 pm
Bill, Thanks for your suggestion. I will try it. Although I need to use function like sin, atan, sqrt in the calculation so I think fixed point will be quite...
2014 wong.earth@...
wong.earth... Offline Send Email
Feb 24, 2009
6:30 pm
Thanks Doug for your suggestion. Can you give me further suggestion on a multi-tasking operating system? Will it be easy with Tern's 586-P board? T.W...
2015 Chon Tang
tern_inc Offline Send Email
Feb 24, 2009
6:52 pm
T.W., There are a few multi-tasking OS's that have been ported over onto the 586-based systems. You can do a search in the Yahoo group for details, there were...
2016 Doug Abbott
Doug_Abbott Offline Send Email
Feb 24, 2009
6:55 pm
Hi T.W. Well, my favorite OS for projects of this size is MicroC/OS, also known as uC/OS, from Micrium (micrium.com). It's free to use for educational and...
2017 Chon Tang
tern_inc Offline Send Email
Feb 24, 2009
7:08 pm
Mario, Step 2 is hard-coded in the firmware that's burnt into ROM... for a large quantity OEM build, we can talk about a custom version of the firmware. But of...
2018 dave.lyneham Offline Send Email Feb 24, 2009
10:22 pm
TW, For sin() etc you could use a lookup table- only need to digitize a quarter cycle- then interporlate between data points. A fixed point sqrt() is also not...
2019 wong.earth@...
wong.earth... Offline Send Email
Feb 25, 2009
5:33 am
Many thanks to all. ... 586-P board? ... from an ... you're ... system where ... point ... 1ms. I ... handlers..." ... is not ... 2/24/2009 1:35 PM...
Messages 1990 - 2019 of 2261   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