Chapter 2.1 Clock generator - oscillator2.1 Clock generator - oscillator Oscillator circuit is used for providing a microcontroller with a clock. Clock is needed so that microcontroller could execute a program or program instructions.Types of oscillatorsPIC16F84 ca…Read More
2.4 Ports of a PIC microcontroller 2.4 Ports of a PIC microcontroller Term "port" refers to a group of pins on a microcontroller which can be accessed simultaneously, or on which we can set the desired combination of zeros and ones, or read from them an e…Read More
Chapter 2.2 ResetChapter 2.2 Reset Reset is used for putting the microcontroller into a 'known' condition. That practically means that microcontroller can behave rather inaccurately under certain undesirable conditions. In order to continue i…Read More
CHAPTER 1 Introduction to MicrocontrollersIntroduction to Microcontrollers IntroductionHistoryMicrocontrollers versus microprocessors1.1 Memory unit1.2 Central processing unit1.3 Buses1.4 Input-output unit1.5 Serial communication1.6 Timer unit1.7 Watchdog1.8 Analog t…Read More
2.3 Central Processing Unit of a PIC microcontroller2.3 Central Processing Unit of a PIC microcontroller Central processing unit (CPU) is the brain of a microcontroller. That part is responsible for finding and fetching the right instruction which needs to be executed, for dec…Read More