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
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
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
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
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
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
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
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
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...
100
TERN (Chon)
tern_inc
Apr 30, 2002 3:59 pm
Douglas, The board's resetting not because of the extra current kick. The CompactFlash card's data-bus goes directly onto the board-wide bus, and will always...
101
dunk425
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
May 3, 2002 6:53 pm
Brian, The 'DGROUP39; 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
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
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
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
May 7, 2002 4:24 pm
I think I fixed the memory error and all the code compiles. However, in the ":Transferring to C:\Paradigm92;bin\plink.exe @C:\Tern92;186 \DYNAMI~1.R$P" stage, I...
107
TERN (Chon)
tern_inc
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
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
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
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
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
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
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
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
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
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
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
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
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
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....