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 XRAM for AT89C51ED2

I am beginner.Can you help me with using XRAM memory in this microcontroler? Can you write mi easy and objective example how write to XRAM and read from XRAM in C language? Or existing any routine with any methods for this operate?Than you very much! Ales

Parents
  • I am study datasheet, but I am not know about well. There is not it what I whant. I would like example in C language.(I am beginner). Thanks

    giving you "example in C language" would get you going for about 2 minutes.

    till you have read "the bible" (several times) and worked through (I did not say 'read') the "getting started guide" 'helping' you will be futile.

    Erik

Reply
  • I am study datasheet, but I am not know about well. There is not it what I whant. I would like example in C language.(I am beginner). Thanks

    giving you "example in C language" would get you going for about 2 minutes.

    till you have read "the bible" (several times) and worked through (I did not say 'read') the "getting started guide" 'helping' you will be futile.

    Erik

Children
  • OK, thank you for information....I go to studing and studing and testing and testing...

  • testing and testing...

    do not maske the mistake of "testing to find out what works" that is NOT 'testing' that is bungling your way through. By that method you will never find out if something is right, only if "it works under these specific circumstances". I can't count the posts "why does this working design not work"

    The purpose of testing is to see if you have made a mistake in implementing something you, based on what you have learned, know works if implemented right.

    Erik