-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
MPU driver doesn't recognize device id #12855
Comments
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Still relevant. |
It was early IP shared with PX4. It is there to tell us there is a new version of the IC has arrived - it is a only a warning. |
I also tried to get the information about the register from TDK with no luck... |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
@davids5 , its look like dead end. |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
dead end |
Describe the bug
Looking at the nsh of pixhawk4 boot I can see the next line:
Looking at the code, there is check of valid known product ID. but it seems that its isn't valid.
https://github.com/PX4/Firmware/blob/78ef8aab2df33cd00e2c969bbff37ffd82bcf385/src/drivers/imu/mpu6000/MPU6000.cpp#L246-L278
Looking at the ICM20689, the MPU6000 datasheets I don't even see the register (MPUREG_PRODUCT_ID, 0x0c) documented. Who knows where the ID list came from?
Except for this warning I don't see any strange behavior, but if some of the pixhawk 4 has new device, that might behave different, its better to know, and remove the warning.
To Reproduce
Enable nsh (it can be done to one of the telemetry ports).
and look at the output
The text was updated successfully, but these errors were encountered: