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

24c00 Need to make Write protoect

Hi,

I have got 24c00 on my hardware board.Now the problem is that i want it to be read only and any data write should not happen.
I cannot edit the program or replace the hardware.Is there in hardware solution to make it write protect on the fly (may shorting pins ).

thanks
rutu

Parents
  • Not really anything to do with Keil tools, but if you CAN'T change the hardware, why are you asking for a hardware solution?

    Some serial EEPROM devices have a hardware write protect pin (or write enable), that when connected either high or low will do what you need. You'll need to read the datasheet for your particular device to see if it supports this.

    Why do people insist on not looking at the datasheets for their hardware?? Or is this an assignment?

Reply
  • Not really anything to do with Keil tools, but if you CAN'T change the hardware, why are you asking for a hardware solution?

    Some serial EEPROM devices have a hardware write protect pin (or write enable), that when connected either high or low will do what you need. You'll need to read the datasheet for your particular device to see if it supports this.

    Why do people insist on not looking at the datasheets for their hardware?? Or is this an assignment?

Children