I don't see sample code posted to this group. I think it would be very helpful to have some additional code samples beyond what is supplied with the CDROM from...
Doug, Thanks for the sample program. With your suggestion in mind, I've just uploaded a couple new files from my own drawers for the parallel ADS7852 on the...
I was interested in using one of tern's controllers to prototype my application for a specific type of process monitor. Specifically in the application, I...
Thanks for your interest. It sounds like there are a number of TERN controllers that would fit your needs. You mentioned you need data logging and persistent...
Does anyone have experience with running multiple Tern boards in parallel and the ability of the internal clocks to stay sync'ed?...
52
Jim
jvpoll@...
Feb 20, 2002 6:43 pm
I have seen some 'drift' or changes - several seconds every week or so - when using the clock/calendar chip. Since *each* unit has it's own crystal - each one ...
I purchased the ethernet memcard. DO you have any suggestions on how I can get a little http server up and running? Can you point me in the direction for the...
Mike, At this point, the only completed/released libraries for the CS8900 on the Memcard comes from a third-party consultant. The good news is that, as far as...
I need to open a file on a compact flash card, write data to the file then write data to the first 8 byte locations of the file before closing. I need...
Douglas, At this point, the write functions within filesys.lib only allow you to either create new files, or append to the current one. Hopefully you could do...
I'm developing a measurement system using two A-Core 86 boards connected via serial port 1. I've allocated a 4kB receive buffer on both ends and have the baud...
Sir, We do, on rare occasions, get reports that are hard to duplicate of various serial port communication problems. Your problem doesn't really ring a bell...
All: I decreased the latency in my isr's and made a couple routines non-re- entrent and seem to have liberated enough cycles for the communication layer to...
The following text is written in the tern site: "Now, the TERN filesystem can also be directly accessed through the serial port without requiring the rest of...
Hi, I have an A-core86 board and I can´t make it work with Paradigm C++ tern edition for windows. I was using Borland C++ for DOS, and it worked perfeclty. I...
62
Jim
jvpoll@...
Feb 26, 2002 5:23 pm
I've been using the TD-40 and MD-88 product (80188 AMD processor) and they required a new EPROM to work with Paradigm - I had been using the DOS...
Sir, That's right, the new Paradigm C++ requires a DEBUG ROM different from the older DOS-based Borland kit. You should've received one within your upgrade...
The A-Core uses a socketed ROM. You should have received a AC_0_115 DEBUG ROM with your new Paradigm C++ kit upgrade. If you didn't, please contact our...
Gustavo, The FlashCore was intended to be just another one of our standard programmable controllers. We provided the filesystem library so that customers can...
Garrett, ... You can use the function: HLPRsetvect(0x0d, (void far *) int1_isr) ; (a special modified version of the generic setvect() function)... for the...
Garrett, ... That's right, it is. But unlike the older A-Engines, the EEPROM on the AC86 is a surface mount component. If you have the ability there to do...
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...
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...
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...
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...
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...
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...
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...