Recent Changes - Search:

Introduction to Microcontroller Programming

About PICmicro Chips

Clocking Your PICmicro Devices

E-Blocks

Flowcode Step By Step

PICmicro Projects

Labs

<^< A/D Conversion | Course Index | Introduction >^>

Largely simplified block schematic to demonstrate the bus structure of the PIC 16F1937 Architecture:

Busses:

  • A PICmicro is a typical Harvard-type Microcontroller.
  • This means that there is a separate bus for Instructions and one for Data.
  • The data bus is 8-bit wide and connects every block and port together.
  • The instruction bus is 14 bit wide and transports 14 bit long instructions from the program memory to the ALU.

<^< A/D Conversion | Course index | Introduction >^>

Print - Search - Login

Page last modified on September 20, 2011, at 10:43 AM