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 101 - 130 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
101 dunk425 Offline Send Email May 2, 2002
4:06 pm
I'm using the FC-40 board as a data logger and process monitor. Right now I'm developing the monitor portion of the code. When doing so I use large 2000 point...
102 TERN (Chon)
tern_inc Offline Send Email
May 3, 2002
6:53 pm
Brian, The 'DGROUP' is the default memory segment (max 64 KB) which the compiler tosses global/static variables. If you have more than 64 KB of global data,...
103 suba19us Offline Send Email May 6, 2002
8:50 pm
I am using the Tern A-Engine-P with Paradigm. Is it possible to use the large memory model in the debug mode? Can you please let me know the memory map of...
104 TERN (Chon)
tern_inc Offline Send Email
May 6, 2002
11:36 pm
Suba, Yes, working with the large memory model under DEBUG works as normal. To run under large memory model, all you need to do is change the libraries to...
105 gregory_v_tan Offline Send Email May 7, 2002
3:30 pm
Hi All, Just a question, has anyone used the sprinf function? Someone must have ... is there something I'm doing wrong? It seem to cause the board to hang when...
106 dunk425 Offline Send Email May 7, 2002
4:24 pm
I think I fixed the memory error and all the code compiles. However, in the ":Transferring to C:\Paradigm\bin\plink.exe @C:\Tern\186 \DYNAMI~1.R$P" stage, I...
107 TERN (Chon)
tern_inc Offline Send Email
May 7, 2002
4:25 pm
Greg, Glad you included the list of libraries you compiled with, because I'm guessing that's the cause of your problem. Check the config file: ...
108 TERN (Chon)
tern_inc Offline Send Email
May 7, 2002
6:29 pm
Brian, You're right, these 'undefined symbols' are definitely due to ae.lib and filesys.lib not being linked into the code correctly. At the beginning of the...
109 gregory_v_tan Offline Send Email May 8, 2002
3:36 pm
Thanks for the prompt reply. I've tried it with the new emu.lib, but the sprintf didn't work, so I've removed the floating point operations. I've checked...
110 vkyip Offline Send Email May 8, 2002
3:36 pm
Hi all, I have been poring over tern's website and documentaion for over a week but still have some questions left. a) I need a controller which has a minimum...
111 fraz ahmad
fraz_ahmad Offline Send Email
May 8, 2002
3:52 pm
Hi, I am not clear about the maximum size of the Compact Flash that could be used in Flash Core (FC). In one document it says, Compact Flash (CF) upto 100 MB...
112 TERN (Chon)
tern_inc Offline Send Email
May 8, 2002
5:50 pm
Greg, Ah, I should've clarified first. Which DEBUG ROM are you using? (... which determines whether the 8-bit or 16-bit SRAM is being used as the destination...
113 TERN (Chon)
tern_inc Offline Send Email
May 8, 2002
5:53 pm
Thomas, Thanks for your interest. ... If the inputs/outputs (6/12) that you mentioned are just straight TTL-level, low-current channels, then essentially any...
114 TERN (Chon)
tern_inc Offline Send Email
May 8, 2002
5:53 pm
Fraz, There's no real fundamental "design" limit within our boards for maximum capacity in these cards. The truth is these numbers change as we get new samples...
115 dunk425 Offline Send Email May 8, 2002
8:12 pm
I'm attempting to use the Flashcore to read from a file on the compact flash card. I have no problem doing this when the file is small, but when the file is...
116 TERN (Chon)
tern_inc Offline Send Email
May 8, 2002
8:12 pm
All, We've determined that there is a bug in the .HEX file l_29f400.hex for the 586-Engine controller. This file is a SRAM-based loader used to erase the ...
117 TERN (Chon)
tern_inc Offline Send Email
May 8, 2002
9:28 pm
Brian, No, the 8 KB buffer (specific size depends on your card) is just used to hold a single cluster from your file. You can open files up to the maximum...
118 vkyip Offline Send Email May 10, 2002
3:45 pm
Thanks for the answers, it helps. In my application I would probably need to store some bitmaps onto the Flash. This would be about 240kB in size. Also I would...
119 gregory_v_tan Offline Send Email May 10, 2002
3:46 pm
... Does this mean that the EV-P kit now comes with a utility that creates a downloadable image for the flash? As well as ACTF flash loader? Or do I still have...
120 gregory_v_tan Offline Send Email May 10, 2002
3:48 pm
Hi again, I'm using IE8_0_115, BOARD = 0. sprintf is still failing inconsistanly and i tried commenting out stuff and am still trying to locate the problem....
121 TERN (Chon)
tern_inc Offline Send Email
May 10, 2002
6:14 pm
Thomas, Yes, that's right, static data is placed in ROMDATA, and would reside in the ROM memory space when you generate a .HEX file with the DV-P kit. (While...
122 TERN (Chon)
tern_inc Offline Send Email
May 10, 2002
6:35 pm
Greg, ... The EV-P includes the loader utility (a .HEX file)... what we used to call the ACTF Kit. ... but the EV-P doesn't allow you to create the actual .HEX...
123 TERN (Chon)
tern_inc Offline Send Email
May 10, 2002
6:35 pm
Yes, a stack overflow could be the problem... ... the stack is, by default, 1KB. You can change this by adding the file: stklen.asm ... to your project....
124 michaels91011 Offline Send Email May 13, 2002
3:29 pm
I currently am using the Borland C DOS version with the TD40 boards. I will soon be using various other boards from TERN, with the Paradigm sfwr. I have...
125 vkyip Offline Send Email May 13, 2002
3:29 pm
However, if I want to treat all these bitmaps as a file, I would have to use the FlashCore with a compact flash card plugged in, so that I would read and write...
126 TERN (Chon)
tern_inc Offline Send Email
May 15, 2002
11:37 pm
Thomas, Yes, if you want to access these bitmaps as files on a FAT16 filesystem, you'd have to use a formatted CompactFlash card. If you're working with only...
127 TERN (Chon)
tern_inc Offline Send Email
May 15, 2002
11:37 pm
Michael, The TERN lite edition is indeed compatible with Windows XP. We don't have any experiences with a USB port replicator, so you'll have to look elsewhere...
128 janwandernl Offline Send Email May 16, 2002
3:34 pm
I'm thinking about using FlashCore's for a project. My question is: Is there any kind of database or hashing / B-tree like software / library available for...
129 TERN (Chon)
tern_inc Offline Send Email
May 16, 2002
5:50 pm
Jan, I'd imagine any kind of hash/B-tree/database type library would be mostly hardware independent. To answer your question though, we don't have any such...
130 TERN (Chon)
tern_inc Offline Send Email
May 16, 2002
6:17 pm
Douglas, This is a problem in the filesys library we've since fixed. I'm going to email you directly a copy of the updated library for you to work with. The...
Messages 101 - 130 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