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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 70 - 99 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
70 riesemberg Offline Send Email Mar 1, 2002
11:09 pm
Iīve changed my eprom content, and conected the serial 0 of my board to COM 1, and I set the baud rate to 57600 bps, sience my board has a 20MHz crystal. But...
71 TERN (Chon)
tern_inc Offline Send Email
Mar 6, 2002
5:19 am
Mr. Riesemberg, Based on some of your other emails, I'm guessing you have the connection problem fixed... what was the problem? Perhaps you could post an...
72 ggheil Offline Send Email Mar 6, 2002
8:11 pm
Group: I'm trying to use the PIO-P3 pin in a project but found some very strange behavior. I set this pin up as a PIO-INPUT but when I look at the pin with a...
73 ggheil Offline Send Email Mar 6, 2002
8:39 pm
On the A-Core86 we are currently using, I am attempting to use PIO-P3 (J2-15) port. This pin is also used as /PCS5/A1 by the processor. I can set this pin...
74 riesemberg Offline Send Email Mar 7, 2002
9:16 pm
Actually, I think the problem was with my system. My rs232 connection wasnīt ok. Iīve changed the eprom, and itīs worked perfectly. My problem now is to...
75 sainttim1 Offline Send Email Mar 11, 2002
6:26 pm
Hi, I'm looking at the Tern FlashCore system. I have a hard coded pic chip that is running a/d and some other things.. It is streaming data out of an rs-232...
76 dunk425 Offline Send Email Mar 11, 2002
8:59 pm
I just purchased the FC40 EV-P kit and this is my first work with embedded system design. Can you suggest what would be a good thing to start with? Are there...
77 TERN (Chon)
tern_inc Offline Send Email
Mar 11, 2002
10:22 pm
Tim, Well you might want to consider getting rid of the PIC entirely... the FlashCore itself supports 11 ch. of 12-bit ADC (10 KHz sample rate), and is C/C++...
78 fdelgado@...
homo_tern Offline Send Email
Mar 11, 2002
11:59 pm
Brian. I think the best way to start is see the samples on CD 186 directory, later you must be make a new proyect using the steps on CD readme. Many of the...
79 TERN (Chon)
tern_inc Offline Send Email
Mar 12, 2002
6:13 pm
Brian, I think Mr. Delgado has already given you a few good starter hints. You should start with the FlashCore technical manual, available on your CD at...
80 dunk425 Offline Send Email Mar 13, 2002
5:51 pm
I was running through the test program fs_ser1.c to test my compact flash card as well as the PCMCIA Adapter. Both of these work great, but I'm having trouble...
81 TERN (Chon)
tern_inc Offline Send Email
Mar 14, 2002
6:27 pm
Brian, ... I'm not sure which C commands you're talking about directly... if it's particular to some of the functions in fs_ser1.c, you probably want to look...
82 dunk425 Offline Send Email Mar 18, 2002
4:46 pm
I have a FC40 device and I'm trying to write a floating point number to a file on my 8 MB compact Flash card. I'm using fs_fputc ("floating point...
83 rmcooke Offline Send Email Mar 28, 2002
10:39 pm
I've completely confused myself concerning the memory usage on the AE-P board with 128K SRAM installed. Looking at the LOC file after a hex build I see that...
84 TERN (Chon)
tern_inc Offline Send Email
Mar 29, 2002
12:21 am
Richard, For the 128 KB SRAM, the valid address range is from: 0x00000 - 0x20000 If you are in DEBUG mode (STEP1/STEP2), your code is downloaded into this...
85 d1tb Offline Send Email Apr 2, 2002
4:36 pm
Hi All - Does anybody happen to have an electronic version of the old Tern software development manuals? My company purchased (several years ago) the...
86 ggheil Offline Send Email Apr 4, 2002
7:45 pm
I'm using the ACore86 and looking at the step 2 instructions for downloading my firmware but I don't seem to have to L29_F400.HEX file you reference. Do you...
87 riesemberg Offline Send Email Apr 10, 2002
4:42 pm
Does anyone has done some code using the libraries provided by cogwheel? I need to receive, treat and send data using the udp protocol, but I donīt know how...
88 lcollier1223 Offline Send Email Apr 11, 2002
5:41 pm
I purchased a 586 Engine Eval Kit recently for the sole purpose of running some complicated code involving transcendental functions on the math coprocessor. My...
89 TERN (Chon)
tern_inc Offline Send Email
Apr 11, 2002
7:34 pm
Gustavo, I've just quickly finished up a new sample project, intended to make using the UDP libraries from Cogwheel a little easier. It basically acts as a...
90 TERN (Chon)
tern_inc Offline Send Email
Apr 11, 2002
7:34 pm
I'd suggest you start with one of the test projects. I believe it's located in either \tern\586\test.ide, or perhaps \tern\586\fptest.ide. Run the sample...
91 Lance Collier
lcollier1223 Offline Send Email
Apr 12, 2002
3:31 pm
I have already tried the fptest.c code, and substituted it for led.c in the led.ide project. It would compile, but fail to link. I then added the bcppfp.lib to...
92 TERN (Chon)
tern_inc Offline Send Email
Apr 12, 2002
6:39 pm
Lance, I misspoke originally. You *should* most definitely have the project: \tern\586\test.ide Inside this project, there is a target for 'fptest.axe'. You ...
93 fraz_ahmad Offline Send Email Apr 15, 2002
6:17 pm
I need a baud rate of 1Mbps for an application. RS-485 can support this data rate in theory, but does 586 Engine or any other controller support this rate? ...
94 TERN (Chon)
tern_inc Offline Send Email
Apr 15, 2002
8:36 pm
Mr. Amhad, SER1 on the 586-Engine can support a baud rate of up to 1,152,000 bps, at TTL level. The A-Engine-86-D is an option you might be interested in....
95 Lance Collier
lcollier1223 Offline Send Email
Apr 15, 2002
8:50 pm
Using fptest.axe as a model, I was able to compile, link, download and run my code! Thanks, Lance ... From: TERN (Chon) [mailto:chon@...] Sent: Friday,...
96 douglasbolton Offline Send Email Apr 24, 2002
3:26 pm
I'm having a couple of problems with the flashcore boards 1. The routine fs_initPCFlash doesn't appear to return when called without a compact flashcard...
97 fdelgado@...
homo_tern Offline Send Email
Apr 24, 2002
8:52 pm
Douglas. I hava a some trouble like this, may be you can check the mma directory for the Memcard board using the mm functions like status() and ready()...
98 douglasbolton Offline Send Email Apr 29, 2002
6:20 pm
Still having problems with the FlashCore reseting on insertion of a flashcard. Powering the card from 12V bench supply it draws 220mA @ 12V. After insertion it...
99 fdelgado@...
homo_tern Offline Send Email
Apr 30, 2002
12:32 am
Douglas. I have made some test with the Flashcore at 9V at 500mA and works fine, later on 12V at 1000 mA is the same, but some times my program hang during 12V...
Messages 70 - 99 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