I use STM32 to control MAX30112, and the INTB pin is connected with a pull-up resistor. I can write to the register of MAX30112 normally, and I can also read the size of the register. But I set INTB as a rising edge interrupt, or set it as GPIO input mode, only one interrupt can be detected or only one time INTB can be detected as low level, and the register cannot be read during the interrupt, I guess it may be me The register configuration is wrong, the following is my register configuration:
Is there anything wrong with my configuration like this?
