- This topic has 3 replies, 3 voices, and was last updated 12 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › 27c256 interface with atmega16
how to interface 27c256 with atmega16.
For hardware connection, you can interface the EEPROM memory to I/O pins of ATMEGA 16.
Try arduino IDE, it has got sample code for eeprom interfacing for atmega controllers.
Yes, and how to program those I/O pins for read and write, it’s all there in two timing diagrams provided in the datasheet.
Please find your maximum time to learn the datasheet, especially the timing diagram so that you can have a good idea about how the I/O pins connected to the eeprom should work.