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

AT89c51 interfacing problem

hello all,
I m using AT89c51 controller.my application icludes reading & writting a 16 bit data into 93c46 eeprom memory using this controller. i've written the code in C. but i m unable to write the data into memory.
I've tried all the options but still it is not working
Are there any hardware modifications i've to do?
Plz reply,thanx

Parents
  • Are there any hardware modifications i've to do?
    Plz reply,thanx

    I appreciate the offer to pay in Polish Zloty (PLZ), but I'll answer for free. No, no hardware modifications are required. My guess is that you are trying to write more than 8 bits to the eeprom, no can do, you must split the data.

    Erik

Reply
  • Are there any hardware modifications i've to do?
    Plz reply,thanx

    I appreciate the offer to pay in Polish Zloty (PLZ), but I'll answer for free. No, no hardware modifications are required. My guess is that you are trying to write more than 8 bits to the eeprom, no can do, you must split the data.

    Erik

Children