STM32F405 connected with asm330lhh not able to receive gyroscope data
Hi,
I am working on interfacing an STM32F405 with the ASM330lhh and have been able to utilize both I2C and SPI communication to the chip. I am able to turn on and read the accelerometer and temperature as well as the status bit become 0x05 but trying to turn on the gyroscope with and without the accelerometer already activated I get no status bit and no data is outputted via the gyro's registers.
I am writing 0x11,0x60 to turn on the gyro and reading the registers starting at 0x22. one thing to note is that when turning on the gyroscope while using I2C the entire line breaks after modifying the register, on SPI this doesn't happen but there is no change in the gyro data.
