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

*** error 65: access violation at I:0x80 : no 'write' permission

hi i am sam and i m new user to keil using a eval version. currently i m getting error as follows
but after certain time and after some definte loop,
plz help me to solve this problem.

*** error 65: access violation at I:0x80 : no 'write' permission

Parents
  • Please remember to select a Toolset (Product)!

    "*** error 65: access violation at I:0x80 : no 'write' permission"

    Does your target actually have any writable memory at I:0x80; ie, address 0x80 in IDATA space?

    Remember: a true 8051 has only 128 bytes of internal RAM; the 8052 added the extra 128 bytes for IDATA addresses >0x7F

Reply
  • Please remember to select a Toolset (Product)!

    "*** error 65: access violation at I:0x80 : no 'write' permission"

    Does your target actually have any writable memory at I:0x80; ie, address 0x80 in IDATA space?

    Remember: a true 8051 has only 128 bytes of internal RAM; the 8052 added the extra 128 bytes for IDATA addresses >0x7F

Children