nRF5 SDK  v12.2.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
USB Device Example
This information applies to the nRF52840 SoC only.

This is a simple example based on USB Device raw IP HAL and driver. The example emulates a HID mouse.

Setup

You can find the source code and the project file of the example in the following folder: <InstallFolder>\examples\peripheral\usbd

LED assignments:

  • LED 1 shows the USB connection status. The state changes on every USB start of frame event (SOF).

Button assignments:

  • Button 1 moves the HID mouse cursor.

Testing

Test the USB Device Example application by performing the following steps:

  1. Compile and program the application.
  2. Connect the development kit to the host computer.
  3. Press Button 1 and observe that the mouse cursor moves.