OK its obvious really. The 24C32 is a 32k BIT device not a 32k BYTE device!
Sorry to waste your time.
Perhaps for those not used to these devices it would help to describe it as 32k BIT not just 32k
Thanks
Andy
Search found 3 matches
- Thu Aug 22, 2013 11:29 pm
- Forum: RTC
- Topic: Tiny RTC DS1307 + 24C32 Real Time Clock Module (HCMODU0011)
- Replies: 81
- Views: 221314
- Thu Aug 22, 2013 11:19 pm
- Forum: RTC
- Topic: Tiny RTC DS1307 + 24C32 Real Time Clock Module (HCMODU0011)
- Replies: 81
- Views: 221314
Re: Tiny RTC DS1307 + 24C32 Real Time Clock Module (HCMODU00
A ha! A much simpler test that shows the problem. It seems that addresses above 4k wrap in the library somewhere! Andy /* Include the wire library */ #include "Wire.h" /* Include the Hobby Components RTC library */ #include <HCRTC.h> /* Define the I2C addresses for the RTC and EEPROM */ #define I2CD...
- Thu Aug 22, 2013 2:37 pm
- Forum: RTC
- Topic: Tiny RTC DS1307 + 24C32 Real Time Clock Module (HCMODU0011)
- Replies: 81
- Views: 221314
Re: Tiny RTC DS1307 + 24C32 Real Time Clock Module (HCMODU00
Hello, I am having trouble accessing the EEPROM. The following testcode code works fine for TESTLEN of up to 256 but does strange things in the first byte of each pair for TESTLEN 512 an up. The first byte seems to get some bits stuck at '1'. This doesn't make much sense on a serial device. I have t...