Welcome to the VirtuQ Forums.
Results 1 to 5 of 5

Thread: Reset interrupt

  1. #1

    Reset interrupt

    Hi sir,

    What is the code written in ISR for RESET at 0x0000H? Why we have next interrupt that is external interrupt 0 at 0x0003H?

    Thank you.
    Last edited by anon10128; 21-09-2013 at 01:42 PM.

  2. #2
    VirtuQ Moderator
    Join Date
    Jun 2011
    Location
    Bangalore, India
    Posts
    310
    Blog Entries
    4
    Anon10128,

    What is the context? Which microcontroller programming are you referring to?

    -- Basant

  3. #3
    Sorry sir, I forgot to mention the microcontroller. It is 8051.

    Thank you.

  4. #4
    Unregistered
    Guest
    Anon10128,

    Quote Originally Posted by anon10128 View Post
    Hi sir,

    What is the code written in ISR for RESET at 0x0000H? Why we have next interrupt that is external interrupt 0 at 0x0003H?

    Thank you.
    Typical code at reset location is just 'LJMP MAIN'.

    Next location being reserved for external interrupt is a design choice which architects have made. I am not sure about the exact reason.

    -- Basant

  5. #5


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •