Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Discussion Groups

There are 5 messages in this thread.

You are currently looking at messages 0 to 5.

HC12 - ramsin - 13:37 26-07-05



Hi,

Does anybody know where I can find necessary parts to start working on
HC12? I'm looking for HC12 itself, its programmer and anything which is
necessary to implement a project using M68HC12.

Thanks,


Re: HC12 - Richard - 16:37 26-07-05

"ramsin" <r...@gmail.com> wrote in message
news:1...@g14g2000cwa.googlegroups.com...
>
> Hi,
>
> Does anybody know where I can find necessary parts to start working on
> HC12? I'm looking for HC12 itself, its programmer and anything which is
> necessary to implement a project using M68HC12.
>
> Thanks,
>

Try:

www.google.com
www.freescale.com

Failing that
http://www.softecmicro.com/




Re: HC12 - Eric - 23:10 26-07-05

You can get a nice development board from:

http://www.evbplus.com
or
http://www.technologicalarts.com
or
http://www.axman.com/

I recommend starting with a board that uses the 9s12DP256 CPU, which
also has a d-bug12 monitor in flash to help you test programs that run
in RAM. These connect to a PC using a serial port.

If you need to use flash memory, I'd get a board based on the 9s12C32,
which can easily program your flash memory over a serial port.

There's a nice gcc C compiler for both Windows and Linux:
http://m68hc11.serveftp.org/m68hc11_port.php

I make free Windows IDEs for both assembler and gcc.
http://www.ericengler.com/AsmIDE.aspx
http://www.ericengler.com/EmbeddedGNU.aspx

Eric


Re: HC12 - ramsin - 01:16 27-07-05

Thanks Eric,

It was a huge help I found what I need and where I have to buy it from.

Regards,
Ramsin


Re: HC12 - ramsin - 01:17 27-07-05


Thanks.