eeprom problems
Otmar
Posts: 7
Hello all,
i have a problem with the NS_eeprom_drv.010 located on the Hydra CD.
The driver does not work correctly then i write more than 2^15 bytes (32768 bytes) to the eeprom.
I dont know if the read or the write function is not working.
Is their maybe a newer version of the driver?
I am using the Hydra-Board withe the AT24C1024 eeprom.
Thanks
i have a problem with the NS_eeprom_drv.010 located on the Hydra CD.
The driver does not work correctly then i write more than 2^15 bytes (32768 bytes) to the eeprom.
I dont know if the read or the write function is not working.
Is their maybe a newer version of the driver?
I am using the Hydra-Board withe the AT24C1024 eeprom.
Thanks
Comments
Andre'
In version 1.0 of the eeprom driver is a bug.
One constant is wrong : addr_msb_mask long 1<<17 should be addr_msb_mask long 1<<16 then everything works fine.
In version 1.1 the bug is solved. I found the version 1.1 in the package of the "HAM tool".
Thanks for your help