I have a 12V relay attached to the EL (through the ULN2003A) with 12V feeding the relay to be sinked by the EL output (P2/H0-2 in this case). On power-up the...
Steve, There's no software mechanism for changing that, unfortunately. In input status, that pin has a weak internal pullup... and that's enough to set off ...
Hi there, You can try to debug your interrupt service routine, as long as your breakpoint comes *after* the EOI code. So, if you move your EOI code up... that...
Chon / anyone I have need of a very cheap solution for a following scenario.... which I think the A-Core86 could handle I have an external GPS board which has...
Barry, Thanks for getting in touch. Just about any of our 186-based boards would do the trick, including the AC86. The logic you're describing could easily ...
by applying breakpoint after nonspecificEOI() function, the program runs uptil the breakpoint but i havent been able to view CPU at that breakpoint. view...
Hi there, We specifically recommend 120 ns or faster. I don't think we've ever tried the 150ns... but you can certainly evaluate. Keep in mind you can also...
we have the next block of data in our workbench, at 4800 bauds, 8 data bits, 1 stop bit, no parity. 10 EV1 18 12:33:00 +1 20 40 EFC0 <cr> <lf> > It comes from...
Can anyone tell me the meaning of the meaning of the following warning: Warn : :Segment _NHEAP has two different combine types What is the workaraond or...
Dear Ladies and Gentlemen, the University of Bonn has bought 2 Ethernet-LCD (EL) devices with: RTC, CF-Interface, Ethernet, ADC2448, DAC2600, LCD, Switching...
Bram, Almost always, this warning message is telling you there's something *else* going wrong. Wrong configuration file? Segment overlap because your heap is...
Hi there, It's a little hard to understand the code below... but the most obvious thing I see is... are you just sending data too fast? Are you overflowing ...
I have always hacked my way through memory problems on the TERN platforms however I am not clear on a lot of the defintions, the interplay between heapsize.c...
Here is my .loc file Input file: datalogger.rom Configuration file: D:\Documents and Settings\Bram\Mijn documenten\Paradigm C++ Professional TERN Edition\My...
We are using the EL board mounted inside an enclosure with a clear overlay mounted outdoors. The problem we are having is that the sun is washing out the...
So the only work around for this type of error is to upgrade? For the record, I'm trying to run the adc_tcp.c sample code for the B-Engine and running into the...
Chen, This isn't an "error", exactly. If you try to compile a large memory model application, you *must* have the full kit. In your case, it looks like the...
I'm looking for someone to develop a basic data acquisition device using Term hardware. The device will capture and save data based on some triggering event...
Folks, I've been working on a dual stepper-motor driver application which must process Ethernet communications while maintaining good pulse-timing. The timing...
Hi, It seems that the WIZ810MJ board is pin compatible with the NM7010A used as ethernet interface on the EE, but it is SPI. From what I've read, the W5100 and...
Hi, Has anybody found a solution to this problem? I'm running my code from the cf card (TERN_APP.BIN). I have successfully managed to write a new firmware file...
Hi, I'm not sure this is relevant, but I remember seeing you mention a WIZnet ethernet board. I'm using their WIZ107 and WIZ120 boards (only for user...
Hi, Thanks for the reply. I`ve compared the original and the ethernet written program with a couple of binary comparators and they are 100% identical. However,...