Question about IIS3DWB INTERNAL_FREQ_FINE register
Hello, I’m using the IIS3DWB with an Arduino Portenta, using a procedure similar to Kris Winer’s github (i.e. using the FIFO buffer in continuous mode, 256 watermark, stop on watermark, data ready interrupt on watermark, running various cycles until having all the required samples for FFT).
Reading FREQ_FINE from the INTERNAL_FREQ_FINE register doesn’t seems to work. It gives 0 when I read those bits (I tried reading from the register in different parts of the code).
Can you give me an advice on how to make it work? I made sure to have 1 in the variable that receives the value from FREQ_FINE[7:0] bits, in order to see if the 0 was really the read from INTERNAL_FREQ_FINE register.
I wanted to check the sampling frequency since in my experiments it seems to be slightly different to 26667 Hz. And I came to the problem of not being able to have information from INTERNAL_FREQ_FINE register
Many thanks in advance!
