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

Low speed SPI not necessary on ICM-42688P #18

Open
geosmall opened this issue Jul 7, 2024 · 0 comments
Open

Low speed SPI not necessary on ICM-42688P #18

geosmall opened this issue Jul 7, 2024 · 0 comments

Comments

@geosmall
Copy link

geosmall commented Jul 7, 2024

The ICM-42688P (datasheet here https://invensense.tdk.com/wp-content/uploads/2020/04/ds-000347_icm-42688-p-datasheet.pdf) does not need to have SPI speed reduced to 1MHz of less like the MPU-6000 needed (datasheet here https://invensense.tdk.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf) when configuring the device with register reads and writes.

ICM-42688P
Maximum SPI Clock Speed: The ICM-42688P supports an SPI clock frequency up to 24 MHz for reading and writing to registers.
Timing Characteristics: The datasheet (Table 5) specifies the timing requirements for SPI communication, including setup and hold times, which should be adhered to ensure reliable communication.

MPU-6000
Maximum SPI Clock Speed: The MPU-6000 supports an SPI clock frequency up to 20 MHz.
Configuration Mode: For the MPU-6000, there is a note that during initial configuration (register reads and writes), the SPI speed should be reduced to 1MHz or less to ensure proper device initialization and avoid issues.

Comparison and Conclusion
SPI Speed: The ICM-42688P supports higher SPI speeds (up to 24 MHz) compared to the MPU-6000 (up to 20 MHz). There is no specific mention in the ICM-42688P datasheet that requires reducing the SPI speed to 1MHz during initial configuration.
Configuration: The requirement to reduce SPI speed during configuration is explicitly mentioned for the MPU-6000 but not for the ICM-42688P.

Based on the datasheet information, the ICM-42688P does not need to have the SPI speed reduced to 1MHz during register reads and writes for configuration.

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