User Activity

Hallo,I am wondering how can I reset the LIS2DH12 accelerometer. I am using the official ST driver which preserves register contents on nearly all actions (read-modify-write), and the MCU in hardware may perform a soft reset when it tries to re-initi...
Hi Everybody,I have a weird problem initializing LIS2DH12 in FIFO stream mode with the official ST driver. This is my initialization code:bool lis2dh12wInit(lis2dh12w_cfg_t *cfg) { uint8_t whoamI; lis2dh12_ctrl_reg3_t ctrl_reg3;   /* set read a...