Resolved! On lis2dw12 accelerometer, which configuration do I need to set in order to route int2 interrupt on INT1 pin?
I'm using lis2dw12 accelerometer, while using INT1 pin to route interrupts, it's working good, how ever when I route it to INT2 pin, it doesnt work, the configuration I set:in ctrl reg 5: I set INT2_DRDY to 1 in ctrl reg 7: INT2_ON_INT1 to 1, INTERRU...