Re: CPU AND peripheral clocks



vivek wrote:

Why are peripheral clocks divided by 2 or 4 or by 8 times of the CPU
clock?

Why can't they run at CPU core clock speed?

This is just a general question and not restricted to any processor or
architecture.

They can - Which chip(s) are you talking about ?

In some chips, the peripherals can clock faster : USB and Special PWM
timers are examples.

It would be nice to clock ANY Peripherals FASTER than the core in
some cases, but life gets tricky here : Those peripherals
need to interact with the SFR flags, and it is not trivial to allow
fast HW and (now slower) core, share the same SFR flags.

So most uC that have clock prescalers, change the clock to the Core
and peripherals at the same time, because that's avoids any special flag handling.

-jg

.



Relevant Pages

  • Aurora sample design: Testing/Eye Diagrams
    ... I have the following issues while trying to test a sample Aurora core. ... Clock: BREF_CLK, Upper MGT clock on GT_X0Y1 (from ucf file, corresponds ... but the protocol fails to do that. ... the spectrum analyzer and bad eye on the scope. ...
    (comp.arch.fpga)
  • Re: Aurora sample design: Testing/Eye Diagrams
    ... I have the following issues while trying to test a sample Aurora core. ... Clock: BREF_CLK, Upper MGT clock on GT_X0Y1 (from ucf file, corresponds ... After using xilperl to compile the design files, ... but the protocol fails to do that. ...
    (comp.arch.fpga)
  • Re: OpenCores.orgs I2C: Clock Stretching Support
    ... I'm currently working with the I2C core supplied by OpenCores.org. ... all of the slave device I used may not have the clock ... core uses the included clock stretching feature correctly. ...
    (comp.arch.fpga)
  • Re: custom peripheral registers
    ... The IP core gets triggered by the register ... The core goes off and does its thing. ... high for several clock cycles. ... if' statement is added to the slave register implementation in the ...
    (comp.arch.fpga)
  • Re: Intel "speedup" IS mostly RDF
    ... increases as the square of the clock speed, ... that article is raving on about the MP dual core ... chip as well, so it is confusing. ...
    (comp.sys.mac.system)