We try to get audio samples form analog or digital MEMS microphone to nrf54840 RAM memory with low power consumpion at 32kHz rate. We consider to use internal SAADC, PDM or external ADC connected to uC SPI. Our gol is to sample with minimal current consumption. With nrf54840 with only both external crystal connected we observe few uA current consumpion when uC sleep. When we samples via PDM curent consumtion is about 1mA. With SPIM3 enabled we observe 1mA consumpion, samples are get at RTC tick. Now we start to test to samples by internal SAADC and we suppose current consumpion will be more than 1mA. All SPIM, ADC and SAADC use easayDMA to transever sample result to RAM. On forum I have found threat were sombody wrote that easyDMA consums 1-2mA but there is no information about it in Product Specyfication. Sombody put link to Electrical Specification but this link is not working. So my conslusion is that all peripferall using easyDMA will consume more than 1mA current. Is is true?