This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF24LU1 wakeup interrupt

Hi, Nordic I see two interrupts:

#define USB_WU_ISR()    void usb_wu_isr(void)   interrupt INTERRUPT_USB_WU  // USB wakeup interrupt (0x5b)
#define WU_ISR()        void wu_isr(void)       interrupt INTERRUPT_WU      // Internal wakeup interrupt (0x6b)

maybe WU_ISR() is one function USB Dongle auto resume itselft, now I need if USB Dongle enter suspend state, USB Dongle can resume itselft, can I use it? If yes, plz tell me how to do.

Thanks.

Related