Skip to search.
tern · TERN Community

Group Information

  • Members: 473
  • Category: Computers
  • Founded: Nov 2, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 2232 - 2261 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2232 Chon Tang
tern_inc Offline Send Email
Jun 16, 2011
10:24 pm
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...
2233 s_morua Offline Send Email Jun 21, 2011
4:33 pm
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...
2234 bramvanleeuwen@...
bramvanleeuw... Offline Send Email
Jul 5, 2011
4:21 pm
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...
2235 phd.bonn Offline Send Email Jul 5, 2011
8:30 pm
Dear Ladies and Gentlemen, the University of Bonn has bought 2 Ethernet-LCD (EL) devices with: RTC, CF-Interface, Ethernet, ADC2448, DAC2600, LCD, Switching...
2236 Chon Tang
tern_inc Offline Send Email
Jul 5, 2011
11:16 pm
Bram, Almost always, this warning message is telling you there's something *else* going wrong. Wrong configuration file? Segment overlap because your heap is...
2237 Chon Tang
tern_inc Offline Send Email
Jul 6, 2011
12:23 am
Hi there, I would suspect the ADC is damaged. The easiest way to confirm this, is to run the standard samples we provide. You can look at ...
2238 Chon Tang
tern_inc Offline Send Email
Jul 6, 2011
9:45 pm
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 ...
2239 Fritz
sonnichs Offline Send Email
Jul 6, 2011
10:42 pm
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...
2240 bramvanleeuwen@...
bramvanleeuw... Offline Send Email
Jul 8, 2011
6:12 pm
Here is my .loc file Input file: datalogger.rom Configuration file: D:\Documents and Settings\Bram\Mijn documenten\Paradigm C++ Professional TERN Edition\My...
2241 Troy
tmroyce Offline Send Email
Jul 12, 2011
6:10 pm
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...
2242 cheniffer Offline Send Email Jul 15, 2011
11:13 pm
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...
2243 Chon Tang
tern_inc Offline Send Email
Jul 18, 2011
4:22 pm
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...
2244 krishnaapribadi Offline Send Email Jul 21, 2011
10:36 pm
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...
2245 brianzuelke Offline Send Email Jul 25, 2011
11:18 pm
Folks, I've been working on a dual stepper-motor driver application which must process Ethernet communications while maintaining good pulse-timing. The timing...
2246 bogophan Offline Send Email Aug 25, 2011
9:24 pm
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...
2247 volodymyr_ztz Offline Send Email Sep 16, 2011
9:21 pm
Hi, Does anynobody have any experience with attaching SPI Flash memory to the R-engines based on x186 processor? Regards, Vladimir...
2248 bogophan Offline Send Email Sep 16, 2011
9:21 pm
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...
2249 Bill Finger
creare_coder Offline Send Email
Sep 20, 2011
12:07 am
Vlad, I haven't. You may want to consider an I2C Flash instead though; it would be easier to bit-bang than SPI. Regards, Bill ... x86-based...
2250 bogophan Offline Send Email Sep 20, 2011
12:07 am
Something important I forgot to mention: I'm writing the new firmware via ethernet....
2251 lorenamelang Offline Send Email Sep 20, 2011
9:44 pm
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...
2252 bogophan Offline Send Email Sep 21, 2011
3:35 pm
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,...
2253 bogophan Offline Send Email Sep 21, 2011
10:15 pm
I am also using the ethernet board for user comunication by sending single characters and everything checks out fine. I`m using UDP....
2254 Chon Tang
tern_inc Offline Send Email
Sep 21, 2011
10:21 pm
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 ...
2255 Chon Tang
tern_inc Offline Send Email
Sep 21, 2011
10:21 pm
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)... ...
2256 barrylongth Offline Send Email Sep 26, 2011
5:05 pm
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...
2257 Greg
gregory_v_tan Offline Send Email
Jan 9, 2012
5:46 pm
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...
2258 Chon Tang
tern_inc Offline Send Email
Feb 13, 2012
5:33 pm
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...
2259 Jack
jwleroi Offline Send Email
Apr 2, 2012
8:48 pm
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...
2260 Chon Tang
tern_inc Offline Send Email
Apr 2, 2012
10:30 pm
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...
2261 mad_gans Offline Send Email May 18, 2012
5:18 pm
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);...
Messages 2232 - 2261 of 2261   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help