Skip to main content

All Questions

Tagged with
0 votes
0 answers
94 views

EEPROM chip always toggling bit when reading

I have a parallel EEPROM, the AT29C020 (doc: http://pdf.datasheetcatalog.com/datasheet/atmel/DOC0291.PDF) In order to read it I'm using an ATMega8535 as it has enough pins. At first I thought reading ...
PeterHerb's user avatar
1 vote
1 answer
325 views

Help understanding table in SAM E54 Datasheet

I apologize if this isn't the right place to ask this question, but I'm having trouble interpreting a table in the SAM E54 datasheet. I am trying to configure the size of the SmartEEPROM on an ...
Peter Kapteyn's user avatar
5 votes
6 answers
2k views

Can an EEPROM be one-time-programmable?

I'm confused, and I hope you can help me figuring out, what I misunderstood. I am not an electronics engineer, so bear with me :) I have a chip, from the engine control unit of a Toyota Yaris Verso ...
Mads Skjern's user avatar
2 votes
2 answers
2k views

ATMEL 24C02 EEPROM - Trouble understanding how the addressing works

I am currently writing a library for ATMEL's 24C series EEPROMs (not a programming question). The library works fine with a single EEPROM at the moment and I am trying to support multiple EEPROMs now, ...
user avatar
0 votes
1 answer
567 views

Atmel SPI Serial EEPROM Writing Error - Page Write?

I'm using this EEPROM: Atmel AT25640B SPI EEPROM DATASHEET It seems pretty straight forward to operate and I've followed the datasheet closely when coding my driver. I seemed to have some success ...
GisMofx's user avatar
  • 357
1 vote
3 answers
3k views

Breaking a 16-bit long int to write into eeprom?

I am writing data to eeprom AT24C16 using PIC microcontroller pic18f4520. Every address of this eeprom can hold 8-bits while I am using long int's to store data that are 16-bit in size. How to break ...
prog_SAHIL's user avatar
7 votes
5 answers
2k views

EEPROM endurance in energy meter?

I am designing an energy meter for electricity billing purposes by converting an analogue energy meter and counting the number of pulses given by the analogue meter's LED. Since power may be cut off ...
Debidutta Pattanaik's user avatar
0 votes
1 answer
109 views

Can I replace an AT28c17 with a CAT28c65B without changing my software?

The AT28c17 is a 16k e2prom while the CAT28c65B is 64K bit e2prom and both are in a 32 pin PLLC package. They have 10 adresss lines with the only difference being the AT28c17 has A0-A10 adress lines ...
user33572's user avatar
0 votes
1 answer
273 views

Ardupilot, atmega1280 and barometer

I'm working on a project and I need to know where the information taken by the barometer sensor are stored. I think in the eeprom, but exactly where? Is there a specific address or register memory? ...
DarkCoffee's user avatar