Sorry, but there are no more tags available to filter with.
  • usbd clock management

    nrf_drv_usbd_init() calls nrf_drv_clock_hfclk_request(NULL) however nrf_drv_usbd_uninit() calls nrf_drv_clock_lfclk_release(); Is this correct?? If so why?