EEPROM Size 512 bytes but only 256 bytes read/write #219
-
I have build a device with a mega4809. This controller only have 256byte eeprom, but i need 512bytes for my device, so i need a external eeprom. all work perfect, but only the eeprom work wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Thanks for reporting, yeah looks like it was introduced while harmonizing the EEPROM libraries on DxCore and megaTinyCore. If the size of the EEPROM is 256 or less, you want to represent the index with a uint8_t, especially on a part that might only have 4k of flash total. |
Beta Was this translation helpful? Give feedback.
-
Thanks for Fix the Library, but with changes it does´n run. |
Beta Was this translation helpful? Give feedback.
-
Yeah, changing the index is exactly the fix I implemented. |
Beta Was this translation helpful? Give feedback.
-
Just want to say that this is now resolved. as far as I know. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I have installed the newest version today and test on my actual project. Work fine! |
Beta Was this translation helpful? Give feedback.
Thank you, I have installed the newest version today and test on my actual project. Work fine!