2.6 Interrupts in PIC microcontrollers 2.6 Interrupts Interrupts are a mechanism of a microcontroller which enables it to respond to some events at the moment they occur, regardless of what microcontroller is doing at the time. This is a very important part, …Read More
2.5 Memory organization of a PIC microcontroller2.5 Memory organization of a PIC microcontroller PIC16F84 has two separate memory blocks, one for data and the other for program. EEPROM memory with GPR and SFR registers in RAM memory make up the data block, while FLASH memo…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
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
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