I need to minimize current consumption when using FreeRTOS. I have merged freertos with the ble_app_uart example using SDK 15.3.0. I am getting the average current as 9.162 uA when FreeRTOS is configured with NRF_LOG_ENABLED set to 0. The FreeRTOS ticks I guess approx. at 1 sec. I want to reduce this 1 sec time to msec so what changes I need to do? I am testing on nrf5283 development board. I have attached two images: image uart_freertos_4.png showing time between the ticks which I want to change, and uart_freertos_3.png giving the average current consumption which I want to reduce it as close as 2-3 uA.