Replies: 3 comments 6 replies
-
|
The answers are in the MicroPython documentation |
Beta Was this translation helpful? Give feedback.
-
|
I2C devices have an 7 or I guess if the mem_addrsize is 0, you could not access directly an address. I've never used it. Maybe it's easier to understand with a real example: https://ww1.microchip.com/downloads/aemDocuments/documents/MPD/ProductDocuments/DataSheets/24AA08-24LC08B-24FC08-8K-I2C-Serial-EEPROM-DS20001710.pdf This EEPROM has an addrsize=7 and mem_addrsize=16 |
Beta Was this translation helpful? Give feedback.
-
Well, I2C standard only defines 7 and 10 bits. the eighth one is the data direction. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What mean
addrsizeandmem_addrsize? please post example to explain, thanks.Beta Was this translation helpful? Give feedback.
All reactions