Skip to content
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

BMM350 Initialization Fails with I3C Interface Due to Soft Reset #3

Open
micropk opened this issue Sep 25, 2024 · 0 comments
Open

BMM350 Initialization Fails with I3C Interface Due to Soft Reset #3

micropk opened this issue Sep 25, 2024 · 0 comments

Comments

@micropk
Copy link

micropk commented Sep 25, 2024

Description:
The BMM350 sensor initialization fails when using the I3C interface due to a soft reset, causing the sensor interface to default to I2C. This issue is related to the line of code at https://github.com/boschsensortec/BMM350_SensorAPI/blob/main/bmm350.c#L219. Commenting out this line resolves the issue and allows the driver to work correctly.

Steps to Reproduce:

Initialize the BMM350 sensor using the I3C interface.
Observe the initialization failure and default to the I2C interface.

Solution:
Commenting out this line resolves the issue and allows the driver to work correctly.

https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/BMM350-Initialization-Fails-with-I3C-Interface-Due-to-Soft-Reset/m-p/101160

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

No branches or pull requests

1 participant