STUSB4500L How to clear interrupts
I am currently writing a driver for the STUSB4500L which has the ALERT pin (active low) connected to the MCU. An interrupt is triggered on a falling edge, and I then read the ALERT_STATUS_1 register. But somehow, the interrupt is not cleared. I then ...