M68HC1x Group

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

Re: Problem linking to ELF

Thu, 2007-01-04 02:00
On Thu, 04 Jan 2007 08:45:04 +1000, x_daveerickson_x ... Did you check your elf for unresolved symbols? Functions often call other functions. If you specify
Categories: Software

Problem linking to ELF

Wed, 2007-01-03 22:55
Maybe one of the gurus like Jefferson can explain to me why my linking files into a ELF does not run on this M68HC11E2811 on a miniboard? I have the memory.x
Categories: Software

Re: HC12 availability and suppliers

Wed, 2007-01-03 22:40
Joaquin, I may be a skeptic, but I generally don't trust marketing plans or Roadmaps. They are generally useful to get an idea of where a company is directing
Categories: Software

Re: HC12 availability and suppliers

Wed, 2007-01-03 21:05
... Why do you say that... did somebody accuse you of being John? Happy new year, anywy :)
Categories: Software

Re: HC12 availability and suppliers

Wed, 2007-01-03 20:18
i am not john....happy new year.... ... From: Joaquin Garcia To: gnu-m68hc11@yahoogroups.com Sent: Wednesday, January 3, 2007 7:47:06 PM
Categories: Software

Re: HC12 availability and suppliers

Wed, 2007-01-03 18:00
Hi John, I recommend seeing at the product roadmap: http://www.freescale.com/files/automotive/doc/roadmap/S12-S12XAUTOROADMAP.pdf I think that could give you
Categories: Software

HC12 availability and suppliers

Tue, 2007-01-02 14:47
Hi all, I am looking to poll some of the groups knowledge regarding availability of HC12 parts. I work for a small(er) VAR type of company. Currently, we use
Categories: Software

Re: GEL Libraries!

Sat, 2006-12-30 00:18
... wrote: (http://tech.groups.yahoo.com/group/gnu-m68hc11/message/8150 ) ... Hope this helps if anyone is still trying to get this to
Categories: Software

Re: DBUG12 - GCC - How to use and compile C codes

Sat, 2006-12-16 17:36
... [...] ... Good, it makes sense. Thank you for posting the solution. It may help me in the near future also.
Categories: Software

Re: DBUG12 - GCC - How to use and compile C codes

Sat, 2006-12-16 09:03
Hi, I finally find the answer: /**************************/ //main.c: Prints "Test... 123" into serial port #include "dbug12.h" int main(void) {
Categories: Software

Re: FreeRTOS warning

Fri, 2006-12-15 14:59
... Howdy, good to see someone using my FreeRTOS port besides me :) I think I have seen your warning before. It's safer to see the source or disassembly that
Categories: Software

FreeRTOS warning

Thu, 2006-12-14 16:02
Hi, I am testing the FreeRTOS HCS12/GCC port (tanks for Jefferson L Smith ... main.c:212: banked address [0:c000] (c000) is not in the same bank as current
Categories: Software

Re: S12x timer example

Thu, 2006-12-14 15:25
... It shows :) ... I am curious how you were referred to this yahoogroup. It seems suspicious that it looks like a handful of students are rushing here at the
Categories: Software

S12x timer example

Thu, 2006-12-14 12:18
Hello, i am new here. I have a problem with my s12x controler board, the pit doesn´t work. My first try doesn´t work: #include /* common
Categories: Software

Re: Help!!! Urgent !! Display ADC input to 16*2 lcd display

Tue, 2006-12-12 02:42
... What has this got to do with GCC? Are you trying to use the A/D present on the chip? If so, I suggest that you read the manual to learn how to use it, try
Categories: Software

Help!!! Urgent !! Display ADC input to 16*2 lcd display

Tue, 2006-12-12 02:18
Display ADC input to 16*2 lcd display.... Hi all , I am now doing the final year project . My project is take the voltage of light which detected by the
Categories: Software

Re: need help with programming main loop into EEPROM

Tue, 2006-12-12 00:42
... If you want some more information.. http://en.wikipedia.org/wiki/Latchup -- Daniel O'Connor software and network engineer for Genesis Software -
Categories: Software

Re: need help with programming main loop into EEPROM

Mon, 2006-12-11 23:49
... I've seen this in analogue circuits, with old op-amps. Causes weird stuff to happen. It can even cause some op-amps (the '709 comes to mind) to invert
Categories: Software

Re: need help with programming main loop into EEPROM

Mon, 2006-12-11 23:13
On Tue, 12 Dec 2006 03:05:48 +1000, zoro.osvetnik ... It's called latchup. It occurs in response to power supply dips or spikes, as well as slow signal
Categories: Software

Re: need help with programming main loop into EEPROM

Mon, 2006-12-11 21:01
... [snip] ... You need to decouple your power supplies, not move code. ... You are betting your life on a sinking ship. If you chose to rely on that EPROM
Categories: Software