|
Post by drolli on Dec 16, 2016 13:47:02 GMT
hi, are the eeprom and the wire library in the arduino ide supported?
bye reiner
|
|
|
Post by mjb on Dec 16, 2016 13:56:36 GMT
Hi,
The wire (I2C) has been tested. By EEPROM library do you mean the functions that access the AVR's on-chip 512 bytes of EEPROM? The TC275 has 128KB of data flash that can be used in a similar way. However we have not implement the read(),write(),update(),get(), put() & EEPROM[] functions yet. If this would be useful for you, we can look at them next.
|
|
|
Post by drolli on Dec 16, 2016 16:22:50 GMT
Hi,
yes that would be helpful. Alternatively, an example of how to use the flash would be helpful, too. Thank you!
Bye
|
|
|
Post by drolli on Jan 17, 2017 16:04:43 GMT
Hi,
can anyone say when the EEPROM library is implemented? I would now program my own flash read and write functions in my project, but if e.g. in one, two weeks EEPROM is supported, I could also wait a bit :-)
bye Reiner
|
|
|
Post by mjb on Jan 17, 2017 16:20:59 GMT
Hi,
We'll do it next. Hopefully < 2 weeks!
|
|
|
Post by drolli on Jan 17, 2017 16:27:17 GMT
Hi, Thanks for the quick news. That would be great. Then I do not have to deal with it. This would be quite a challenge for me :-)
bye Reiner
|
|
|
Post by Admin on Jan 18, 2017 18:23:23 GMT
Which EEPROM functions do you need? How much data do you need to write to EEPROM,?
TNX
|
|
|
Post by mjb on Jan 19, 2017 10:49:30 GMT
And how often do you want to write to it?
|
|
|
Post by drolli on Jan 20, 2017 8:05:45 GMT
Hello,
I only need EEROM.write and EEPROM.read. Hard to say how often is to be written. I think once a day. I know that the flash has limited write accesses. There will probably be more write accesses during development.
I think 1-2kB would have to be enough.
bye Reiner
|
|
|
Post by mjb on Jan 20, 2017 10:09:51 GMT
Hi,
The 384kbyte DFLASH will allow 125k write cycles and 750k erase cycles. However these are worst case figures for automotive use at -40 to + 125degC over 20 years use. In reality (and for development use) the DFLASH is far more durable.
How many bytes will you want to write?
|
|
|
Post by drolli on Jan 20, 2017 10:12:43 GMT
I think 1-2kB would have to be enough.
|
|
|
Post by Admin on Jan 20, 2017 17:05:58 GMT
We should be able to release this next week. There is a lot of testing to do as unreliable EEPROM is worse than none at all!
|
|
|
Post by drolli on Jan 31, 2017 20:10:31 GMT
Hi, thank you for the eeprom lib. It works perfectly 😄
Bye Reiner
|
|