Resolved! STATUS_REG of the ASM330LHH
How long does the TDA bit in the STATUS_REG of the ASM330LHH remain “1”?Is the TDA bit itself a latch type and remains “1” until the temperature output register (OUT_TEMP_H/L, 21h/20h) is read?
Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.
How long does the TDA bit in the STATUS_REG of the ASM330LHH remain “1”?Is the TDA bit itself a latch type and remains “1” until the temperature output register (OUT_TEMP_H/L, 21h/20h) is read?
It is recommended that CTRL9_XL DEVICE_CONF in ASM330LHH always set this bit to 1 when configuring the device, but when should it be set back to 0? Should it not be set back?
Hello, I am working on interfacing with a LIS2DW12TR sensor over I2C. I currently am able to read/write registers, and am working on processing the data coming out of the fifo. I currently have the following: int read_LIS2DW12TR_buffer(int x[32], i...
Hello, I use an AT32F403A MCU to connect LSM6DS3 IMU via SPI 4-wire, then I read the WHO_AM_I register at 0x0F. According to the datasheet, the return value should be 0x69, but the chip returned 0x44. Then I repowered the board, and the value seemed ...
Hi,I'm trying to use the least possible threshold for IIS2DLPC tap detection.Is it achieved by setting TAP_THSX[4:0] as 00000b or 00001b?I see that 1 LSB corresponds to FS/32. Does 00000b means the threshold is 0g or some fixed value?If the threshold...
I use the KIT STM32F411 DiscoveryWhen I choose:SPI CPOL: LowSPI CPHA: 1 EdgeIt works But when I choose:SPI CPOL: HighSPI CPHA: 2 EdgeIt does not work Could you explain why? Thank you!
I'm now using LSM6DSOX with I3C protocol. And I'm trying to use ibi to notify a tap event. Here are the following information to configure the sensor register: LSM6DSOX_INT1 0x0D 0x00LSM6DSOX_INT2 0x0E 0x00LSM6DSOX_CTRL1_XL 0x10 0x3CLSM6DSOX_CTRL2_G ...
I am using a ST Sensor tile.box pro with FP-SNS-DATALOG2 function pack, I have already used the Python GUI software with USB connection and ST BLE Sensor app for data logging to save into the microSD card, which works fine. Now , I would like to use ...
Hey ST Community,I'm currently trying out the CCA02M2 MEMS microphone board on a NUCLEO-L476RG, using firmware compiled from X-CUBE-MEMSMIC1.The microphones work, but the signal seems to have some heavy filtering. For example:If I record with Audacit...
After soldering process, IMU sensor and magnetometer need to do calibration after power on, such as flip axis, 8 shaped pattern, or real-time calibration.For ST sensor such as LSM6DSV and LIS2MDL, I want to know how to confirm whether sensor has been...