09-22-2021 07:15 PM
Hello!
I tried the watermark example that I found here on page two:
https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/Running-BMA490L-on-Arduino/td-p/19021
I run the code (as it is) on Teensy 3.2 but unfortunately the FIFO contains wrong values. This can be seen in the uploaded screenshot. The first 6 frames appear to be good, the rest seems to be rubbish. Are there any other Arduino Examples uisng FIFO and interrupt examples?
Thanks for helping.
09-24-2021 03:37 AM
Hello schlank,
fifo_watermark_header_mode.c had demonstrated BMA490L FIFO watermark interrupt example. It works, and you could refer it.
https://github.com/BoschSensortec/BMA490L-Sensor-API/blob/master/examples/generic/fifo_watermark_hea...