8051 Microcontroller के Pin Description पूरी जानकारी हिंदी में


8051 Microcontroller के Pin Description पूरी जानकारी हिंदी में

8051 एक 40-पिन वाला IC होता है जिसमें अलग-अलग functionalities के लिए dedicated pins होते हैं। इस पोस्ट में हम सभी पिन्स को categories के साथ आसान भाषा में समझेंगे।

📷 8051 Pin Diagram

8051 Pin Diagram

🔌 Power Supply Pins

  • Pin 40 - Vcc: +5V supply के लिए
  • Pin 20 - GND: Ground connection

🔁 Oscillator & Reset Pins

  • Pin 18 & 19 - XTAL1 & XTAL2: External crystal oscillator के लिए
  • Pin 9 - RST: Reset pin; high pulse से microcontroller reset होता है

🖧 I/O Ports

  • Port 0 (Pins 32-39): Multiplexed address/data bus
  • Port 1 (Pins 1-8): General-purpose I/O
  • Port 2 (Pins 21-28): Higher order address bus
  • Port 3 (Pins 10-17): I/O with alternate functions (RxD, TxD, INT0, INT1, etc.)

🕹 Control Pins

  • Pin 29 - PSEN (Program Store Enable): External ROM से data fetch
  • Pin 30 - ALE (Address Latch Enable): Address और data अलग करने के लिए
  • Pin 31 - EA (External Access): Internal/External memory selection

📤 Serial Communication

  • Pin 10 - RxD: Serial receive
  • Pin 11 - TxD: Serial transmit

❓ FAQs

Q. क्या सभी पिन्स programmable होते हैं?
👉 कुछ पिन्स dedicated होते हैं जैसे PSEN, ALE, EA आदि। लेकिन अधिकांश I/O pins को आप code से define कर सकते हैं।

Q. Reset कैसे काम करता है?
👉 जब Pin 9 (RST) को कुछ समय के लिए high किया जाता है, तो 8051 default state में लौटता है।

🔚 निष्कर्ष

8051 के हर pin की अपनी specific role होती है। इन पिन्स को सही तरीके से समझना embedded system design के लिए बहुत जरूरी है।

Related Post

Comments

Comments