Hello,
I am trying to develop a low-power application based on the direct test mode example. I saw in this blogpost: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf53-designs
that one of the main ways to reduce current draw is to enable the CONFIG_PM option in prj.conf.
However, when enabling this function, the application won't build.
Is this a limitation of the netcore DTM application? Is there another way to get sub-1mA current draw from this application?