usb to suspend and ESB cannot accept data

Hi everyone, I use nrf52833 to make dongle. My test found that after suspend of usb, I tried to enable ESB rx mode, but I couldn't receive rf data. What is the problem?The functionality I want is to enable ESB TX when USB is in suspend mode and then receive rf data. How do I do this?

Parents Reply
  • hi,Thank you very much。 My tests found that when USB goes to suspend,if hfclk is running,when using this function (app_usbd_wakeup_req() ) to wake up the host, it was discovered that hfclk must be turned off first,Otherwise, USB cannot wake up the host.Do you have any problems? In short, hfclk must be turned off before the device wakes up the host

Children
Related