https://devzone.nordicsemi.com/f/nordic-q-a/82644/nrf52832-freertos-ble_app_hrs_freertos-lowpower
I mentioned the above problem before. After your support, I found that the abnormal power consumption is the hardware problem of my own product. I used a minimum system board to verify the original SDK. The test results are UA level as tested by FAE.
But I have a new problem, I verify my own program (two threads are added based on ble_app_hrs_freertos, and three timers are created using app_timer_create) on this smallest system board (without connecting any peripherals) . If I only start two timers, the power consumption is UA level, but when I start the third timer, the power consumption reaches about 2mA. It's strange. Can you help me see the reason?
The following is a snippet of my program
If I don't start soft timer3,the power consumption is uA level,if I start soft timer3,the power consumption is about 2mA。