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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 465 - 494 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
465 asifqaiyum Offline Send Email Sep 2, 2003
4:15 pm
Hi, I am using 586 engine in my university project. But i donot understand the addressing scheme i.e. how the peripherals should be accessed? Secondly, the...
466 TERN (Chon)
tern_inc Offline Send Email
Sep 3, 2003
1:10 am
Mark, We always appreciate information on possible corruption of the filesystem. We're still updating it regularly. I think it's absolutely possible that a...
467 TERN (Chon)
tern_inc Offline Send Email
Sep 3, 2003
1:36 am
Asif, ... There's a pretty detailed discussion of this in the 586-Engine manual, which should be on your CD. Check out chapter 3 specifically. Are you...
468 Mark Harms
lockermark Offline Send Email
Sep 8, 2003
4:10 pm
Chon, Thanks for the reply and the good information. I apologize for taking so long to respond. I was travelling most of last week. Regarding the follow-up...
469 Becky Burrell
bkupcinskas Offline Send Email
Sep 8, 2003
7:20 pm
I've tried looking both at the documenation for signal(), and at your reply here, but something doesn't gibe... The documentation for signal indicates that the...
470 TERN Headquarters
tern_inc Offline Send Email
Sep 10, 2003
4:06 pm
Becky, If you take a look at the help files (as well as the header files), you can see that the second parameter for signal() is actually declared as being an...
471 asifqaiyum Offline Send Email Sep 12, 2003
4:52 pm
Hi, I am unable to understand the sample code for ADC7852: //send signal to ADC7852 to start conversion of channel j outportb(AD7852+j, 0); //P27=CS0 16-bit...
472 TERN (Chon)
tern_inc Offline Send Email
Sep 13, 2003
12:26 am
Mark, ... appears to always to write > over the last custer of data. File remains intact with no apparent FAT errors. Ok, so that at least means the problem...
473 TERN (Chon)
tern_inc Offline Send Email
Sep 20, 2003
12:31 am
Asif, ... Be sure to refer to the comments in the sample as a reference. The basic idea is that you initiate a conversion on the 8 ch. 12-bit ADC by writing to...
474 TERN (Chon)
tern_inc Offline Send Email
Sep 22, 2003
6:25 pm
I just wanted to give a quick update to those working with our CF-cards, and our filesystem libraries... as well as anyone that is considering it. First,...
475 TERN (Chon)
tern_inc Offline Send Email
Sep 23, 2003
1:24 am
TARGET PLATFORM All 188-family boards with 8-bit Flash ROMs; ie, any controller where you used 'lo_ee512.hex' in order to burn code into the onboard Flash. ...
476 dranne27 Offline Send Email Sep 23, 2003
4:01 pm
Hi The IO space of 5E is 64K, and the on-board components have been mapped at fixed IO addresses. J1 pin 19 (/PPI) will be activated for IO address range...
477 asifqaiyum Offline Send Email Sep 23, 2003
4:01 pm
Hi, I have a serious problem while using the serial communication on tern's 586 engine. The data that i receive on my PC is not correct. Sometimes the data is ...
478 TERN (Chon)
tern_inc Offline Send Email
Sep 23, 2003
6:05 pm
You are correct that I/O accesses to that range should be pulling /PPI low. Without seeing your code, though, there's no way to figure out why it isn't...
479 TERN (Chon)
tern_inc Offline Send Email
Sep 23, 2003
6:05 pm
Asif, The explanation for "ser1.h" is in chapter 4 of the 586-Engine technical manual, on your CD. You should first look in your manual, and then use the...
480 anthonylevandowski
anthonylevan... Offline Send Email
Sep 23, 2003
10:58 pm
Hi, I am trying to get the FN_CF.C to work. I created a new project, pasted the code from the FN_CF.C file into my new program. I then placed the header files...
481 TERN (Chon)
tern_inc Offline Send Email
Sep 23, 2003
11:33 pm
Anthony, 'dos.h' is actually in the paradigm\include directory. You'll want to check the Project options in your newly created project... the default settings...
482 dranne27 Offline Send Email Sep 25, 2003
4:13 pm
Hello, FC-0 is used for interfacing Compact Flash to 5E. Please assist me in knowing whether FC-0 is IO mapped or Memory mapped. I have some doubts and need...
483 asifqaiyum Offline Send Email Sep 25, 2003
4:17 pm
Hi, Thanks for your suggestions or recommendations. my serial port is now fully functional. But My ADC7852 is still bothering me. The ADC responds to only 0V...
484 TERN (Chon)
tern_inc Offline Send Email
Sep 25, 2003
5:31 pm
Dranne, The FC-0 on the 586-Engine is mapped into I/O space, at offset: 0x10e0. I believe it is the same mapping used for the Memcard....
485 TERN (Chon)
tern_inc Offline Send Email
Sep 25, 2003
5:34 pm
Asif, There are a couple of possibilities... The first question (which actually happens more often than you think): are you sure you ordered the ADC option?...
486 anthonylevandowski
anthonylevan... Offline Send Email
Sep 25, 2003
8:22 pm
Hi, I have the tern FN. I am trying to do the following: -send a specific byte to rs232 ports -read the responses -store the responses in a file on the CF card...
487 TERN (Chon)
tern_inc Offline Send Email
Sep 25, 2003
8:57 pm
Anthony, The answers depend somewhat on when you received your kit... we've been doing some house-cleaning and moving a few projects/sample files around on...
488 dranne27 Offline Send Email Sep 26, 2003
5:03 pm
Hello, Thank you Chon. I have some confusions and I would be thankful if you can help. The default operating mode of Compact Flash is Memory Mode. Does it have...
489 TERN (Chon)
tern_inc Offline Send Email
Sep 26, 2003
7:09 pm
Dranne, I'm not sure what is confusing you on this point... The FC-0 is mapped into I/O space for all of our Engine controllers. And from the CompactFlash...
490 qwai_zang Offline Send Email Sep 29, 2003
4:31 pm
Hi everyone, I'm completely new to the whole scene of micros, so go easy. I wanted to ask you guys about the math functions and processing speeds of some of...
491 s_omnitech Offline Send Email Sep 30, 2003
3:57 pm
Hello, Occasionally I get the following error (or something similar) when I am trying to download a program to my FlashCore from Paradigm in debug mode: Can't...
492 TERN (Chon)
tern_inc Offline Send Email
Sep 30, 2003
4:34 pm
That's usually an indication that you're trying to download code into a portion of memory that won't support it. I've often found the segment address isn't...
493 s_omnitech Offline Send Email Sep 30, 2003
9:45 pm
Hello, We have a large data file that we are logging to (could potentially be many MB) and we want to protect the data as much as possible in the event of a...
494 xman_di Offline Send Email Oct 1, 2003
4:30 pm
I do something similar with the Flashcore-B, and if I interrupt the power during a write, the file seems to be automatically closed. Of course some of the data...
Messages 465 - 494 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