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...
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,...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
... 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...
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....
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...
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...
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....
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...
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...
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...
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...
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...
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...
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...