User Activity

Hy everyone,is possible to configure different values for MLC_ODR, FSM_ODR, XL_ODR and GYRO_ODR, or they must be set equals each others?Thanks and best regards,Leonardo M.
Hi everyone,is possible to determinate which module is mounted between LSM6DSO or LSM6DSOX reading some registers?Thanks and Best Regards,Leonardo M.
Hi everyone,I'm trying to use the Low Power Modes of STM32 L4.For this scope I'm using NUCLEO-L476RG and CubeMX for generating HAL.The problem is that the value of consumption that I measure are different from what I can read from datasheet (I have w...
Hello, I found a problem trying to read the Data Register of SPI over STM32L4:If I read the register after wait that RXNE is went to 0, like the follow code:// Wait until RXNE flag is reset while (!UTILITY_READ_REGISTER_BIT(SPI1->SR,SPI_SR_RXNE)); //...