Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 744 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 744 Bytes

IMUModule_G473RC

Firmware of IMUModule_STM32_PCB

Development environment

  • STM32CubeIde 1.14.0

Communication

  • SPI (Clock polarity: Low, Clock phase: 1edge)

After reading 12 bytes, convert according to the following

byte index 0 1 2 3 4 5
description gyro.x (low) gyro.x (high) gyro.y (low) gyro.y (high) gyro.z (low) gyro.z (high)
byte index 6 7 8 9 10 11
description acc.x (low) acc.x (high) acc.y (low) acc.y (high) acc.z (low) acc.z (high)

Linear acceleration sensitivity: 0.061mg/LSB
Angular rate sensitivity: 35mdps/LSB