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

using xdata in ISR

i am trying to save data in external memory using movx in external memory in the serial interrupt service routine but no data gets saved though when i try storing in data it stores.can i know why and suggest a solution if possible for storing in external memory.enabling the XRAM is done using ALE.Thanks in advance

Parents
  • Using XDATA in an ISR is no different to using it anywhere else.

    Does your XDATA work elsewhere in your program?

    "enabling the XRAM is done using ALE"

    What do you mean by that?
    There's more to an external memory interface than just ALE.

    And are you sure that the software is correctly configured?

Reply
  • Using XDATA in an ISR is no different to using it anywhere else.

    Does your XDATA work elsewhere in your program?

    "enabling the XRAM is done using ALE"

    What do you mean by that?
    There's more to an external memory interface than just ALE.

    And are you sure that the software is correctly configured?

Children