Free Subscriptions! As a valued member of the community, we would like to extend the opportunity to subscribe to industry leading publications. There are...
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() { ...
... 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...
Mike McCarty
Mike.McCarty@...
Apr 4, 2006 9:00 pm
7967
I have two hc11 boards which are connected with RS232. Now it is necessary to connect them using Ethernet. Any idea ?...
... 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...
Mike McCarty
Mike.McCarty@...
Apr 5, 2006 6:46 pm
7970
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...
Actually, I dont think your comments addressed the problem. The address isnt changing. The data in the eeprom is changing. justin ... eeprom ... pointer...
... 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...
Mike McCarty
Mike.McCarty@...
Apr 6, 2006 3:56 am
7973
... 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...
Mike McCarty
Mike.McCarty@...
Apr 6, 2006 4:04 am
7974
... 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...
Hi, i have a problem with the generated code of the interrupt vector table. ... void Cpu_Interrupt(void) __attribute__((interrupt)); extern void _start (void)...
... OTOH, what you were originally asking for, a (relatively) simple RS-232 to Ethernet module, is available from several different manufacturers, with varying...
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 ...
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...
... 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...