Posted: Sat Oct 26, 2024 7:12 pm Post subject: fm24c64_256.lib for "normal" i2c-eeprom?
HI,
I want to use external eeprom at XMEGA32. I found, fm24c64_256.lib is available to simple use same variables and commands as for internal eeprom.
example:
Code:
DIM a asbyte DIMeaserambyte
a=e
...
sounds simple, I like bascom avr
But the bascom avr help description just shows information for ramtron eeproms in combination with the fm24c64_256.lib. These eeproms use i2c - same as "normal" i2c-eeproms.
In the help description I found this notice (FM24C64_256-XMEGA):
Code:
ee(adres)= adres
waitms20' ONLY FOR NORMAL EEPROM , REMOVE FOR RAMTRON next
Does that mean that using additionally "waitms XY" after a r/w access to a "normal" i2c-eeprom will cover the typically longer w/r time of normel i2c-eeproms and ... using the fm24c64_256.lib will function for these eeproms, too?
(BASCOM-AVR version : 2.0.8.6 ) _________________ CU
Manfred
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum