Replies: 2 comments
-
|
Hmm, no idea, sorry... You probably tried this already: change write_reg(0x001E, 0xff, 1); in: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for responding, yeah I saw that. Can you confirm whether the threshold interrupt is tested? I didn't quite understand how the driver is used/called from an interrupt perspective. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm developing some custom software on top of the madflight fc3v2 flight controller.
I've had serious issues enabling the threshold watermark interrupt of the ICM45686 IMU. Nothing I do after a few days of poking around seems to enable it. Other interrupts are working, interrupt generation on INT1 is working in general, the FIFO is filling with samples... but the threshold interrupt isn't working for me.
I'm wondering if you've succeeded in getting it working or if this is currently untested? One other possibility is maybe I've got a broken part...
Beta Was this translation helpful? Give feedback.
All reactions