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
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
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
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
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
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...
Jul 8, 2011 6:12 pm
Here is my .loc file Input file: datalogger.rom Configuration file: D:\Documents and Settings\Bram\Mijn documenten92;Paradigm C++ Professional TERN Edition\My...
2241
Troy
tmroyce
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
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
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
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
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
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
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
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
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
Sep 20, 2011 12:07 am
Something important I forgot to mention: I'm writing the new firmware via ethernet....
2251
lorenamelang
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
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
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
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
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
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
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
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
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
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
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);...
2262
johngano1
Jun 4, 2012 10:32 pm
Hi TERN, I've been able to successfully develop load our application on the to E-Engine-L 186 microcontroller. I was also able to successfully reload the debug...
2263
mad_gans
Jun 5, 2012 10:28 pm
... Just note: I found source of this problem - it was ae.lib linked. With re.lib led() works as it should. Please, consider topic as closed....