Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

APB clock and AHB clock

Status
Not open for further replies.

onion2014

Member level 1
Joined
Mar 25, 2013
Messages
35
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
NY
Activity points
1,574
hello all,

can anyone explain the relationship between the clock of AHB and APB. Hope someone can reply....
 

Hello there,

Advanced High-performance Bus (AHB)

AHB is a bus protocol introduced in Advanced Microcontroller Bus Architecture version 2 published by ARM Ltd company.

it has the following features:

1.single edge clock protocol
2.split transactions
3.several bus masters
4.burst transfers
5.pipelined operations
6.single-cycle bus master handover
7.non-tristate implementation
8.large bus-widths (64/128 bit).

example: DMA,USB,ETHERNET,etc

Advanced Peripheral Bus (APB)

APB is designed for low bandwidth control accesses, for example register interfaces on system peripherals. This bus has an address and data phase similar to AHB, but a much reduced, low complexity signal list (for example no bursts). It has to support 32bit and 66 MHz signals.

Example : SPI, I2C,Timer,UART,ADC,etc
 

Attachments

  • ARM_AMBA3_APB.pdf
    326.5 KB · Views: 544
  • ARM_IHI0033A_AMBA_AHB-Lite_SPEC.pdf
    538.1 KB · Views: 152
  • DDI0269.pdf
    3.3 MB · Views: 138
AMBA(Advance Microcontroller Bus Architecture) is a communication standard for designing high performance embedded microcontrollers.
3 distinct buses are defined within AMBA specification

1. Advanced High Performance Bus(AHB)
2. Advanced System Bus(ASB)
3. Advanced Peripheral Bus(APB)

AHB is for high performance high clock frequency modules.AHB supports the efficient connection of processors,on-chip memories and off-chip external memory interfaces with low-power peripheral macrocell functions.

APB is for low-power peripherals(UART,TIMER etc).APB is optimized for minimal power consumption and reduced interface complexity to support peripheral functions.



A TYPICAL AMBA SYSTEM typical AMBA system.JPG
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top