Hi
I want to use the TMA5273 in our new product, but I got stuck by the implementation of the Wake&Sleep mode.
As far as I understand the mode the device will wake up on his own every x seconds, starts a measurement, compare the result and can trigger an interrupt through the INT pin if a treshold will be crossed. After this process the device switches back to sleep and continue.
Hoever I have initialized the device in my firmware, set the sleep time and put the device to wake&sleep mode. But the device will note woken up by an magnetic field. The interrupt function only works when I measure continiously. I need help to find the correct register settings to put the device in Wake&Sleep mode to measure every 20 seconds and trigger and external interrupt through INT to wake my host MCU by crossing a given threshold. I need to compare the settings with my current settings to figure out the problem of my device configuration.
Thank you and best regards