I_OSC raised unexpectedly during Wake Up mode
I've been implementing Wake Up mode with inductive wakeup on the ST25R3916 with custom firmware. It's all functioning as expected, except for the oscillator interrupt.
As seen in the logs below, when I switch to Wake Up mode, I mask every IRQ except I_WAM and I_WPH. Just to be safe, I added a readout. The Wake Up timer is configured to take a measurement every 100ms. But every 100ms, it sends an I_OSC interrupt when it switches to Ready to take amplitude and phase measurements. Why would this occur? Is there something beyond just M_OSC being set that I need to do?

