Hi Chon Just to verify are both PIO and PPI lines TTL-based? So I should be able to use either line as input for any TTL-driven device. Regards Randall...
Randall, That's right, both are TTL-compatible. There isn't a significant difference between them. Keep in mind that the PIO pins almost always have internal...
1833
Kent Thompson
kthompson@...
May 2, 2008 8:00 pm
Hello. We purchased 2 of the EL boards with LCD display to use as prototype control boards and display. (If these work they could be used for production as...
Hallo Kent, I wrote a program in VB to convert BDF Unicode fonts to C code to be included in an EL project. You can also define a string table so that only...
Dear Tern I am using a 586-Drive and I am sort of having problems with serial port 1. I successfully tested the functionality of the port using s1_echo.c and a...
Kostantinos, Your code looks correct to me, and your interpretation is also correct! serhit1() should absolutely be returning 1 as long as there are still...
Hello again, I managed to fix the problem, but the solution is completely non-sensical. I noticed that when stepping through the while statement in the...
Konstantinos, Hmm, it actually sounds very much like your program is simply running "too fast". Keep in mind that at the 19200 baud rate you're operating at,...
your not reading data too fast. the sending unit is not sending them fast enough to stay in the WHILE loop. this is what is happening. byte 1` is sent. the...
hi, i am tracking down a bug i created by pulling code out of my source control program. i went back a week (point A), built it, and it ran fine. advanced a...
Hi Chon I am puzzled about how to assign float or double variable despite refering to the "F1 Help". Though there are no error/warning when I compiled my...
Hi, I had just received by EL board with DV-P software and are testing it with the led sample program. The problem is i just can't get the EL to comm with my...
1843
Kent Thompson
kthompson@...
May 8, 2008 8:37 pm
Subject: [TERN] Re: EL (E-Engine-L) Board, Portrait Mode and Fonts [...] ... I try to acknowledge any random act of kindness, so I want to say Thank You very...
1844
Kent Thompson
kthompson@...
May 8, 2008 8:39 pm
We just purchased a few as well. Do you have a true RS-232 com port on your laptop? Make sure it is configured to the same com port that is setup in the...
Scott, I've seen that sort of corruption with .ide files in the past as well. I don't have an explanation or convenient fix for you, unfortunately. I usually...
Randall, A special change must be made to your project settings in order to support floating point math in any way. - if you have a 186 or 386 based board, you...
Silver, The initial connection can be a little complicated, and there are a number of different steps you have to take to make sure everything is in place. It...
Hi, I have verified all serial wire, ports and baud rate are correct.And it is connected to port 0 of the EL. But i don't see any double blink of the red LED...
Hi Kent, So glad you liked the image! You are very kind. And good to hear you had that "ahha" / "duh" moment to find a correction for horizontal alignment....
fwiw, i found a slightly easier solution last night, i changed by build type from .axe to .lib and built. i got lots of errors but the .rom and .map files were...
Silver, 1. If the board is properly configured for debugging, if you power up with the jumper installed, the LED should always blink twice. If you are not...
Hello, I am seeking help identifying a problem that has recently appeared in a code. It seems that we are getting memory corruption when two different module...
Brad, I assume the dump format is something internal to your application? It doesn't look like anything I've seen provided by Paradigm. I'm afraid there isn't...
kf6uzf, I couldn't help but notice that most of your segments are 0040, but one is FF76. Are you sure that is right? Bill ________________________________ ...
Bill, Right, I caught that as well. I believe that's the actual corruption he's referring to. Must be some sort of memory issue... heap overflow, stack ...
Hi All, I want to use 2 channels on one LTC2448 chip with SensorCore, but I have trouble doing so. Reading the manual I find that the LTC 2448 should be...
Soren, The channel to be sampled is selected using the function: void ad24_setup(unsigned char chip, unsigned int control_byte); The second parameter 'dat'...
Dear Tern We are using two 586-Drives equipped with an AD7655 (as well as with an LTC2600 and an LTC2448). On both Drives, we mounted the AD7655 by ourselves...
Has anyone used embedded Linux on the Ceye board ? My intention is to create a DIY smart camera based on the Ceye that use Open Source code to allow the Ceye...
Max, This sort of self-modification unfortunately does void your warranty, and we don't typically offer remote support for this type of work. But I can tell ...