Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Power Optimization in nRF52805

Hi All,

My application uses as provided below,

MCU  : nRF52805
SDK   : nRF5 SDK 17.1.0
SoftDevice :S112 v7.2.0 
IDE    : Segger Embedded Studio.

and GPIO(BSP),Advertising Modules, Timers, Queue Modules, Random number Generator, libUARTE, Power Management and some common Library. Till now, I commented "nrf_pwr_mgmt_run();" function in idle_state_handle() function, so my code running fine as expected. 

But, Now i need to implement power management, so i unblocked the nrf_pwr_mgmt_run(); in idle_state_handle() function, after some time nrf52805 gets stucked at "p_libuarte->ctrl_blk->evt_handler(p_libuarte->ctrl_blk->context, &evt);"  or at void libuarte_0_handler() as shown in attached pic. Please suggest where I'm doing wrong.


Parents Reply Children
No Data
Related