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?
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?
Hi,
Thanks for letting us know. I can confirm that this is a bug, and that it have been reported internally.
Both should use HFCLK.
Hi,
Thanks for letting us know. I can confirm that this is a bug, and that it have been reported internally.
Both should use HFCLK.