Tag Archives: Bus

Control Bus

Well we have looked at the uses of the data and address buses, but as some of you have noticed I have not talked about the control bus. For those that were at the open days it might be worth while looking through the blog at older entries.

The control bus is different from the other two buses in being a group of discrete wires with separate functions.

  • Read – signals a memory read operation is to take place
  • Write – signals a memory write operation is to take place
  • Clock – synchronises the signals being passed in and out of the processor
  • Reset – clears all registers and buses of data
  • Interrupt – tells the processor to save current process, run interrupt process until completed, then resume its activities (can be ignored)
  • Non Maskable Interrupt (NMI) – tells the processor to save current process, run interrupt process until completed, then resume its activities (cannot be ignored)

So as you can see these functions are all separate but are controls and are therefore grouped into the control bus.

Contemporary communications

  • buses
  • wireless standards
    • Bluetooth and WiFi have came a long way since they were introduced and are much available than they were only a few years ago. The adoption of these standards has allowed a new range of connected devices and these have increased the uptake of multimedia.
  • increasing bandwidth
  • USB
    • USB has went from 1.5Mbps to 5Gbps in 12 years. This standard interface is by far the most popular wired connection type on computers. It allows the computer to be attached to large range of peripherals, some useful and some not so much.
  • Firewire
    • or ieee 1394 as it is known on non Apple devices, supports speeds up to 3.2Gbps and is mostly used to connect storage devices. Apple is phasing this out favour of Intel’s new thunderbolt standard.