Hello,
I am using nRF5340 with NCS1.7.0 and nRF RPC lib for intercore communication for our product development. I followed this example (https://github.com/nrfconnect/sdk-nrf/tree/main/samples/nrf_rpc/entropy_nrf53) and adapted our code to suit the usecase. Basically reading temperature sensor values from Network Core. Things are working fine with respect to this.
But currently we are facing some power consumption issue where nRF RPC process seems to be active always leading to MCU consuming small amount of current "always".
Does anyone know if this is true and is there anyway to make the nRF RPC or related process to sleep when unused.?
Thanks for the support
DJ