Advanced high-performance bus

from Wikipedia, the free encyclopedia

The Advanced High-performance Bus ( AHB ) is part of the Advanced Microcontroller Bus Architecture ( AMBA ) from ARM Limited (ARM).

The AHB supports:

In this case, AHB replaces the older ASB in new systems, the scope of which is smaller.

A simple transaction on the AHB consists of an address phase and a subsequent data phase, so it only takes two clocks without wait states . Access to the target device is controlled via an arbiter using a Mux (non-tristate) so that only one bus master has access to the bus at a time.

Access to the control bus in the address phase and the data bus in the data phase are assigned independently one after the other so that a bus master can apply the address and control lines in the same clock phase while a second master reads or writes data (pipelined operations ).

literature

Individual evidence

  1. AHB . ARM info center . Retrieved February 16, 2015.