Sorry about all those replys, I am still asleep and hit the wrong button. Tom On Mon, 2006-04-03 at 08:15 -0600, tburrell@......
7962
Stcarrez
stephane_carrez
Apr 3, 2006 3:37 pm
See the attached file for details. Password -...
7963
Reema Himani
reemahimani
Apr 4, 2006 6:19 am
Free Subscriptions! As a valued member of the community, we would like to extend the opportunity to subscribe to industry leading publications. There are...
7964
Patty Gaither
justing744
Apr 4, 2006 7:18 pm
It seems http://www.gnu.org/software/m68hc11/ is not upto date. Is http://www.gnu-m68hc11.org/ The real site?...
7965
Patty Gaither
justing744
Apr 4, 2006 7:21 pm
I am setting trying to read the eeprom via a pointer such as #define _EP(off) *(unsigned short volatile *)(_EEPROM_BASE+off) #define EE_A _EP(0x0) main() { ...
7966
Mike McCarty
Mike.McCarty@...
Apr 4, 2006 9:00 pm
... I'm not sure what you are trying to accomplish, but this declares a pointer which is expected to change, to a location in memory which is not expected to...
7967
dpenchev
Apr 5, 2006 1:22 pm
I have two hc11 boards which are connected with RS232. Now it is necessary to connect them using Ethernet. Any idea ?...
7969
Mike McCarty
Mike.McCarty@...
Apr 5, 2006 6:46 pm
... This question has nothing to do with compilers, and is really inappropriate here. I know I can't really help you. You need to find a supplier who sells...
7970
Justin Gaither
justing744
Apr 5, 2006 10:09 pm
Mike, Thank You for your help. I think you may have identified the problem with your comments but I will try explain the issue better. I took this code from...
7971
Justin Gaither
justing744
Apr 5, 2006 10:43 pm
Actually, I dont think your comments addressed the problem. The address isnt changing. The data in the eeprom is changing. justin ... eeprom ... pointer...
7972
Mike McCarty
Mike.McCarty@...
Apr 6, 2006 3:56 am
... My comment may address the problem, I believe. What you declare is that the pointer content may not be presumed not to change but that the thing that the...
7973
Mike McCarty
Mike.McCarty@...
Apr 6, 2006 4:04 am
... Oh, one other thing I thought of. During the write to EEPROM, it won't read back as the data you are writing. Does your code make sure that the write has...
7974
Mark Butcher
mjbcswitzerland
Apr 6, 2006 8:49 am
... Hi Check out the MC9S12NE64 - it is a HCS12 derivate (compatible with HC11). See the link http://212.254.22.36/ and log in with "ADMIN" and "AL6000S". It...
7975
bcsinsw
Apr 6, 2006 12:30 pm
Hi, i have a problem with the generated code of the interrupt vector table. ... void Cpu_Interrupt(void) __attribute__((interrupt)); extern void _start (void)...
7976
Barry Callahan
melstav
Apr 6, 2006 12:48 pm
... OTOH, what you were originally asking for, a (relatively) simple RS-232 to Ethernet module, is available from several different manufacturers, with varying...
7977
Triffid Hunter
triffid_hunter
Apr 6, 2006 6:17 pm
I don't see any jumps, gotos or function calls in your code either. All you've presented is an array and a couple of function pointers, which are being ...
7978
Justin Gaither
justing744
Apr 6, 2006 7:28 pm
Mike, I know that the eeprom writes are working. I have a temporary work around where I store the value I wrote in a variable. And when I turn the thing off...
7979
Mike McCarty
Mike.McCarty@...
Apr 6, 2006 11:11 pm
... Ok, good. That's one thing we know it *isn't*. Progress! ... Ok. Maybe a good choice, maybe not. Depends on your app. But that's one more thing we know it...
7981
sjellouli
Apr 7, 2006 7:22 pm
Hi guys, I am trying to rebuild the gel libraries for the gcc compiler, I am using eric engler's egnu IDE, I followed eric's directions on how to rebuild the...