Skip to content

SAMD device cannot clear external i2c eeprom #1066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tbowmo opened this issue Feb 18, 2018 · 4 comments
Open

SAMD device cannot clear external i2c eeprom #1066

tbowmo opened this issue Feb 18, 2018 · 4 comments

Comments

@tbowmo
Copy link
Contributor

tbowmo commented Feb 18, 2018

Reported on the forum:
https://forum.mysensors.org/topic/8814/cleareprom-does-not-work-for-sensebender-gw

When clearing eeprom, operation is halted.

@tbowmo
Copy link
Contributor Author

tbowmo commented Feb 18, 2018

Writes is halted in SERCOM module under arduino, when writing single bytes to the eeprom.

@tbowmo
Copy link
Contributor Author

tbowmo commented Feb 18, 2018

We are not initializing HW propperly, when using MY_CORE_ONLY, so I2C bus is not working

@GregerLindblom
Copy link

GregerLindblom commented Mar 4, 2018

Seems to still be an issue when running SensebenderGatewaySerial sketch from development branch. Execution halts when Wire.endTransmission(); is hit in extEEPROM.cpp.

I2C hardware probably still not initialized correctly.

Btw shouldn't MY_EXT_EEPROM_SIZE be 32 kbits?

@tekka007 tekka007 reopened this Mar 5, 2018
@pbolduc
Copy link

pbolduc commented Jul 24, 2019

Moved to #1322

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants