This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Diff. between RET & RETI


What is difference between RETI and

RET?

regards,
peter.

Parents
  • Hello,
    (while in ISR, interrupts of same or lower priority level will be disabled temporarily)
    1) Is the EA bit and IE bits affected in any way, while in ISR?
    2) If you exit an interrupt using RET, what happens? How do you reenable those interrupts that was disabled temporarily?
    Regards,
    KC

Reply
  • Hello,
    (while in ISR, interrupts of same or lower priority level will be disabled temporarily)
    1) Is the EA bit and IE bits affected in any way, while in ISR?
    2) If you exit an interrupt using RET, what happens? How do you reenable those interrupts that was disabled temporarily?
    Regards,
    KC

Children