Pin Diagram of 8085 Microprocessor (𝜇P) - Part 1

Поділитися
Вставка
  • Опубліковано 27 вер 2024
  • Microprocessor & Microcontrollers: Pin Diagram of 8085 Microprocessor (𝜇P) - Part 1
    Topics discussed:
    The Pin Diagram of 8085 microprocessor (𝜇P):
    1. Pins 1, and 2: X1 and X2.
    2. Pins 3, and 36: RESET OUT and RESET IN'.
    3. Pins 4, and 5: SID and SOD.
    4. Pins 6, 7, 8, 9, 10, and 11: TRAP, RST 7.5, RST 6.5, RST 5.5, INTR, and INTA'.
    μP and μC Playlist: • Microprocessors & Micr...
    Follow Neso Academy on Instagram: @nesoacademy (bit.ly/2XP63OE)
    Contribute: www.nesoacadem...
    Memberships: bit.ly/2U7YSPI
    Books: www.nesoacadem...
    Website ► www.nesoacadem...
    App ► play.google.co...
    Facebook ► goo.gl/Nt0PmB
    Twitter (X) ► / nesoacademy
    Music:
    Axol x Alex Skrindo - You [NCS Release]
    #MicroprocessorByNeso #Microprocessors #8085MicroprocessorPins

КОМЕНТАРІ • 8

  • @surya.6907
    @surya.6907 4 місяці тому +2

    you said rst 6.5,7.5,5.5 are generated by software instruction but in google it says they are hardware interrupt.

  • @Xyzengineer
    @Xyzengineer 3 місяці тому

    Hello sir, i have few doubts. what does the clock frequency signify here and what is natural frequency and why is getting reduced to half of it when voltage is applied at X1?

  • @shooksyt6306
    @shooksyt6306 5 місяців тому +2

    First

  • @tabindashafi4983
    @tabindashafi4983 24 дні тому

    Thanks a lot sir ...

  • @cck0728
    @cck0728 2 місяці тому

    Thanks...Can anyone tell the difference between "maskable" and "non maskable" interrupt?
    Thanks.

    • @kephamtran1252
      @kephamtran1252 Місяць тому +1

      i guess it is just "intended" and "unintended" interrupt with levels?
      "unintended" interrupt tells you to immediately stop the action taking now to do the new given instructions right away unwillingly.
      "intended" interrupts are done by programmers to do the new execution after finishing the current task.

    • @kephamtran1252
      @kephamtran1252 Місяць тому +2

      "Maskable interrupt is a hardware Interrupt that can be disabled or ignored by the instructions of CPU. A non-maskable interrupt is a hardware interrupt that cannot be disabled or ignored by the instructions of CPU. When maskable interrupt occur, it can be handled after executing the current instruction."
      another source says

    • @cck0728
      @cck0728 Місяць тому +1

      @@kephamtran1252 Thanks for your kind explanation...