answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many address lines in Pic16F877A microcontroller?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many Address lines and data lines of microprocessor and microcontroller?

Microprocessor has 16 address lines and microcontroller has 20 address lines


Is pic16f877a microcontroller a 16bit microcontroller?

No, pic16f877A is powered by a 8 bits pic core. the 877A is an upgrade for the 877 version. same for the sister microcontroller pic16f876A and pic16f876. I ve been fan of this microcontroller for years. It is powerful and you can do a lot of thing with it. You can you can have it from www tmartis com together with many other stuff that you can purchase together. I always do my purchases from there. Have fun


How many lines should be return ADDRESS?

a return address should have 2 lines


How many address lines and data lines there in 8051?

12


How many address lines will take to address the 16kilo bytes?

16KB, or 16384 bytes, can be addressed with 14 address lines. (214 = 16384)


How many address lines and data lines are required for a2Kx8 memory?

A 2K X 8 memory requires 11 address lines and 8 data lines


How many address lines would be required for a 2K?

In the 2k*16 , the 11 address lines are required and the 16 input-output lines are required..


How many address lines and data lines are required for a 128k x 8 memory system?

17 address lines and 8 data lines. 2^17=128k


How many address lines are there in a 16 to 1 multiplexer?

20 address line available in 16 to 1 multiplexer 16 for input lines and 4 will be selection lines.


How many pins does AT89S52 microcontroller has?

32


How many instruction in 8051 microcontroller?

how many interrupts in 8051


How many address lines are needed to access 256KB of main memory?

The number of address lines needed to access N-KB is given by log2N Then the number of address lines needed to access 256KB of main memory will be log2256000=18 address lines.