I'm using the H3LIS331DL high-g accelerometer. Below is my setup code including register configuration: void init(void)
{
// Write to CTRL_REG3: interrupt active high, push-pull, no latching, data ready signal on INT1
write_data = 0x02;
...
Hello! Sorry, it has been quite some time since I was working on this project and I don't remember whether I was able to get this working as I wanted it to, or if I ended doing some workaround solution. Sorry I can't be of more help!