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

Sponsor

controlSUITE™ software
Comprehensive.
Intuitive.
Optimized.

Real-world software for real-time control. Details Here!

Ads

Discussion Groups

See Also

DSPFPGAElectronics

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

68HC11 clocks - Jeff Fox - 2004-04-05 16:03:00

In some literature about the 68HC11 I see a reference to an 8Mhz
crystal and a 2MHz eClock.  Instructions execute in a given number
of clock cycles, but which clock?

Best Wishes,
Jeff Fox



Re: 68HC11 clocks - James Beck - 2004-04-05 16:36:00

In article <4...@posting.google.com>, 
f...@ultratechnology.com says...
> In some literature about the 68HC11 I see a reference to an 8Mhz
> crystal and a 2MHz eClock.  Instructions execute in a given number
> of clock cycles, but which clock?
> 
> Best Wishes,
> Jeff Fox
> 
Either, it just takes 4 more OSC clock ticks more than E clock ticks ;)

But seriously.....
Most of the documentation refers to E clock cycles.  


Re: 68HC11 clocks - YB - 2004-04-06 02:44:00

Hi,
The external frequency clock (8MHz for example) is four times the internal
clock (2MHz). So, your instructions are executed with internal clock, 2MHz
(500ns / cycle).

Regards,

Yvan
http://www.ybdesign.fr




"Jeff Fox" <f...@ultratechnology.com> a écrit dans le message de news:
4...@posting.google.com...
> In some literature about the 68HC11 I see a reference to an 8Mhz
> crystal and a 2MHz eClock.  Instructions execute in a given number
> of clock cycles, but which clock?
>
> Best Wishes,
> Jeff Fox