Hi,
I am trying to merage "ble_app_hrs_c" & "usbd_hid_generic" examples.
After programing, I Insert dongle into USB with SWD , BLE and USB run normaly.
But if i insert dongle into USB without SWD, BLE run normaly, usb hid unable to enumerate. From the log, “APP_USBD_EVT_POWER_DETECTED” “APP_USBD_EVT_POWER_READY” in “usbd_user_ev_handler” function not running.
My development environment is as follows:
SDK: v15.1.0_a8c0c4d @ Windows 7 x64
SD: v6.1.0
IDE: IAR + JLink
HW: custom dongle is similar to PCA10059.
I read the following links:
https://devzone.nordicsemi.com/f/nordic-q-a/34784/conflicting-types-for-_putchar/133776#133776
https://devzone.nordicsemi.com/f/nordic-q-a/34605/usb-not-enumerating-after-reset/133051#133051
The problem has not changed.