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,...
Vladimir, As Bill suggested, hopefully that won't be necessary. If you need more memory, are there other solutions you can look at? CompactFlash, for ...
Hi there, I think you really need to debug your code in order to determine what's going on! After you've written your firmware to CF (using Ethernet)... ...
All Has anyone got experience with the Sensor Core modules. My application in a nutshell is a data-logger, recording 16 channels of analog inputs at 0.5 msec...
Hi Chon, Just looking through the product line for a new application. I think the RC will be suitable for our new app, but there doesn't seem to be any manual...
Hi all, Attached is a request for potential contract for anyone familiar with a TERN product, and specifically CAN-based products. Please contact Jim directly...
Is there any way to embed assembler into a Paradigm C file? I specifically want move a value from memory (variable) to a register, rotate bits from that...
Jack, Yep, there sure is. You can use Paradigm C++'s built-in support for inline assembly. You can wrap your code in a block that looks like this: asm { } If...
I trying to test software for RL80 board with simple program. But I found that led(1) function doesn't work. In AE.H header it declared as: void led(int i);...