I have built the Matter temperature sensor sample for the nRF5340 running on an nRF7002DK (no WiFi enabled). The power consumption measured with a PPK2 is coming in higher than that predicted by the online estimator tool. The reason is that in between the expected periods of Matter Thread activity, the processor is clearly being activated every 10ms for about 3ms. There is nothing I can see that should cause anything in the example application to require servicing every 10ms. I have not had much success in debugging this, in part because the Matter code is heavily templated, and it often seems to be impossible to place breakpoints where I'd like them. It is also unclear if the Matter code is being built with full debug info since build\temperature_sensor\modules\connectedhomeip\args.gn contains is_debug = false despite debug info for Matter being enable in Kconfig.
Is there some strategy I can use to figure out what is causing the system to wake up every 10ms?