hello,i m trying to generate an interrupt event based on a defined threshold to wakeup the mcu from stop modehere is my function to enable this feature void LPS25_interrupt_Config(){
Conf_reg1 |= (LPS25HB_CTRL_REG1_PD | LPS25HB_CTRL_REG1_ODR...
hello @Eleon BORLINI ,i've set the threshold pressure to 1hPa my probleme is that the sensor isn't generating any interrupt ,is there any order in which i have to set the registers so this could work properly ?or am I missing something when initiali...
Hello @Eleon BORLINI thank you again for replying I inserted the sensor in a balloonand I press the ball to increase the pressurei m using The STEVAL-IDI003V2 evaluation platformRegards.
hello @Eleon BORLINI thank you for replying I've set the pressure threshold to 2 ( THS_P_L=0x02 and THS_P_H=0 )and the LIR bit to 1 ( INTERRUPT_CFG= 0x07 )i tried to follow the Autozero mode example in the application note but i get nothing in the in...