06-09-2023 03:29 PM
Hi, BOSCH
We would like to force the interrupt pin to Low.
Currently, the H/W connection is as shown below.
The current BMI323 INT1 pin is always high and the product will not be powered off.
Can I set it to Low by force?
Or if there is a way to set it to Low, please guide me.
I tried to set Reg below, but it didn't go down to Low.
Solved! Go to Solution.
06-12-2023 07:35 AM
Hi mgchoi,
If you expect to use interrupt mode with rising edge trigger detection, you can set register 0x38 bits like this:
IO_INT_CTRL.int1_lvl: 1, activity high
IO_INT_CTRL.int1_od: 0, push pull
Then default INT1 level will be low level, it will change to high level when interrupt occurs.
06-12-2023 08:02 AM
Thank you for your answer.
I'll check what you told me
07-05-2023 11:50 AM
Hi mgchoi,
Welcome.
Did it work well?
07-06-2023 02:25 AM
Oh, yes. I replied late
Thanks to you, it was solved well.
Thank you.