Briefly write about all pins of LCD for connecting with the PIC microcontroller Briefly write about all pins of LCD for connecting with the PIC microcontroller. In this article, you’ll learn to interface associate liquid crystal display with a pic Read More …
Category: PIC16f4550 Microcontroller
Interrupt priority of PIC18 microcontroller
Interrupt priority of PIC18 microcontroller Interrupt priority of PIC18 microcontroller. An interrupt is a signal sent to a processor that interrupts the current process. It can be created by hardware or software. For example, if a program expects the variable Read More …
What are negative edge triggered interrupts?
What are negative edge triggered interrupts? How to sample them? What are negative edge triggered interrupts? How to sample them? What is INTERRUPT? In pic18 interrupt, whenever any device need service of microcontroller the device notifies microcontroller by sending an Read More …
What are the external hardware interrupts?
What are the external hardware interrupts? What are the external hardware interrupts? There are two types of external hardware interrupts: INTO INT1 ACTIVATION OF EXTERNAL INTERRUPTS The 8051 has 2 external hardware interrupts. Pin (P3.2) and pin thirteen (P3.3) Read More …
Registers that are used for serial communication in PIC
Brief Introduction to registers that are used for serial communication in PIC PIC MICROCONTROLLER : Registers that are used for serial communication in PIC. PIC is a family of microcontrollers developed by Microchip Technology, available at PIC1650. was first developed Read More …
What is data communication classification?
What is data communication classification? What is data communication classification? Data communication is the process of using computing and communication technologies to transfer data from one place to another. Data communication plays a vital role in the world of technology. Read More …
what is the difference b/w synchronous & asynchronous communication?
what is the difference b/w synchronous & asynchronous communication? what is the difference b/w synchronous & asynchronous communication? Transmission is the act of transferring or transferring something from one position or person to another. Basically, it is a method of Read More …
What is macro and how is it used?
What is macro and how is it used? Definition: What is macro and how is it used? “Macro (abbreviated as “macroinstruction”), in computer science law or pattern that specifies how a specific input should be mapped to a replacement output.” Macros help Read More …
Application of DIV instruction in PIC microcontroller
Application of DIV instruction in PIC microcontroller Application of DIV instruction in PIC microcontroller. Why do we learn division in assembly? Assembler use division to convert decimal into binary, that’s why it is so important to learn. Other than this Read More …
How to perform subtraction of unsigned numbers in PIC microcontroller?
How to perform subtraction of unsigned numbers in PIC microcontroller? How to perform subtraction of unsigned numbers in PIC microcontroller? Unsigned numbers can be defined as those numbers in which all the bits in binary format can be used to Read More …