Microcontroller Introduction Shaharyar Mahmood
Microcontroller Introduction Shaharyar Mahmood
Microcontroller Introduction
Shaharyar Mahmood
So what exactly is a Microcontroller
Usually all registers associated with a given subsystem are grouped together.
Microprocessor and Interfacing 9
Register Set
The register set is the interface between you the user
and the different subsystems aboard the microcontroller.
Each register consists of a collection of flip-flops.
to set a register called SCI BaudRate to the binary value
1010 1110:
SCI BaudRate = 0xAE;
Header files contain the “personality data” for a given
microcontroller.
Specifically, they provide a link between the name of a
specific register used within a program and its location
within the microcontroller.