M68HC1x Group

Syndicate content
GNU 68HC11/HC12
Updated: 17 years 10 weeks ago

Re: need help with programming main loop into EEPROM

Mon, 2006-12-11 20:20
... Wow! That certainly fits the definition of an "electrically hostile environment". I'm sure that you have thought of this, but perhaps it would be easier
Categories: Software

Re: need help with programming main loop into EEPROM

Mon, 2006-12-11 19:28
J, Sounds like you would be better served with an HC12 or one of the 711E series (where everything could be placed on the MCU), but if you are stuck with the
Categories: Software

Re: need help with programming main loop into EEPROM

Mon, 2006-12-11 17:11
... the ... Hello John. Thanks for your reply. It's been helpful, and also Mike's comments, too. I apologize if some members think this question is irrelevant
Categories: Software

Re: need help with programming main loop into EEPROM

Mon, 2006-12-11 03:47
... First, this question has nothing to do with GCC, and should be posted on m68HC11@yahoogroups.com ... What else can one do with any kind of memory? ... Your
Categories: Software

Re: need help with programming main loop into EEPROM

Sun, 2006-12-10 17:48
This question is most likely being posted to the wrong list, however, as I have a VERY close setup with our boards at work, I will try to pass along some
Categories: Software

need help with programming main loop into EEPROM

Sat, 2006-12-09 21:39
Hello. I have one year of experience with HC11F1, but I have not worked with its EEPROM, apart from writing/erasing/reading bytes in it. The board I'm using is
Categories: Software

Re: Compiler Error

Wed, 2006-12-06 12:36
... compiles perfectly on my linux-based toolthain.. I did have to fill in some of the declares and whatnot with dummy values though, so maybe that has
Categories: Software

Compiler Error

Wed, 2006-12-06 10:30
Hello, i get a compiler error, which i can not find in the Messages here and neither in the GCC Bugzilla for this architecture: Env: m6811-elf-gcc.exe (GCC)
Categories: Software

Re: Urgent !! Need Help!! Interface 68HC11A8 with LCD display

Mon, 2006-12-04 08:11
Thanks a lot ..Louis and Kumar.... I just try my circuit 1st ....
Categories: Software

Re: Urgent !! Need Help!! Interface 68HC11A8 with LCD display

Mon, 2006-12-04 07:30
Hi Louis, The three pin which pointed here is control pin to LCD module. R/W is convential read and active low write signal. Simply connect them to R/W signal
Categories: Software

Re: Urgent !! Need Help!! Interface 68HC11A8 with LCD display

Mon, 2006-12-04 04:38
Hi, I have an example of how to use the LCD on the Dragon12 board by Wytec. If it's the same controller interface, you can map to the same bit numbers using
Categories: Software

Urgent !! Need Help!! Interface 68HC11A8 with LCD display

Mon, 2006-12-04 03:11
I am undergraduate student and now doing my final year project . I already build up my circuit which the pin of PE0/ANO is the detect of input signal , PB0-PB7
Categories: Software

Re: GEL printf/puts newline optimization

Wed, 2006-11-29 05:59
... [snip] ... At the time I was doing punch-boards and 1401 machine language was about 1968, and CP/M was maybe 10 years away, yes. ... I suppose you mean
Categories: Software

Re: GEL printf/puts newline optimization

Wed, 2006-11-29 04:19
Great nostalgia stuff, as well as how we got to today. ... AIR (As I Remember!), the ASR33 could complete the return in one char, but the Model 15 (old 5 level
Categories: Software

Re: GEL printf/puts newline optimization

Wed, 2006-11-29 02:01
... Yes. ... Also correct. The NUL character for ASCII was also designed for this use. It's a time-eater which is not supposed to change the meaning of any
Categories: Software

Re: GEL printf/puts newline optimization

Tue, 2006-11-28 23:32
... The history is all about mechanical teleprinters, which were the main terminals when C was originally written. The mechanical teleprinters, for example the
Categories: Software

Re: GEL printf/puts newline optimization

Tue, 2006-11-28 22:53
... [snip] Technically, you are correct in that. In C '\n' refers to the character in the execution character set which represents end of line. Not all
Categories: Software

Re: GEL printf/puts newline optimization

Tue, 2006-11-28 22:05
... [...] ... I think it's an example of how incomplete the implementation for GEL. It is just thrown together from some larger libc system, and most of us are
Categories: Software

Re: GEL printf/puts newline optimization

Tue, 2006-11-28 21:59
... Huh, something I probably knew years ago but forgot (that '\n' is not appended with fputs() ). BTW I call it "newline" or maybe NL, not LF. Since that only
Categories: Software

Re: GEL printf/puts newline optimization

Mon, 2006-11-27 21:05
... Yes, I meant to say LF (\n) instead of CR. ... I can live with whatever rules, as long as there's some consistency. So, has anyone ever encountered this
Categories: Software