MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/azure_rtos_examples/usbx_device_hid_generic
Yilin Sun 6baf4427ce
Updated to v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-03-18 23:15:10 +08:00
..
armgcc Updated to v2.15.000 2024-03-18 23:15:10 +08:00
board.c Updated to v2.15.000 2024-03-18 23:15:10 +08:00
board.h Updated to v2.15.000 2024-03-18 23:15:10 +08:00
board_setup.c Updated to v2.14.0 2023-11-30 20:55:00 +08:00
board_setup.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
clock_config.c Updated to v2.14.0 2023-11-30 20:55:00 +08:00
clock_config.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
dcd.c Updated to v2.14.0 2023-11-30 20:55:00 +08:00
dcd.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
fx_user.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
nx_user.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
pin_mux.c Updated to v2.14.0 2023-11-30 20:55:00 +08:00
pin_mux.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
readme.md Updated to v2.15.000 2024-03-18 23:15:10 +08:00
test_usbx_device_hid_generic.py Updated to v2.14.0 2023-11-30 20:55:00 +08:00
tx_user.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
usb_device_config.h Updated to v2.14.0 2023-11-30 20:55:00 +08:00
usbx_device_hid_generic.c Updated to v2.14.0 2023-11-30 20:55:00 +08:00
usbx_device_hid_generic_v3_14.xml Updated to v2.15.000 2024-03-18 23:15:10 +08:00
ux_user.h Updated to v2.15.000 2024-03-18 23:15:10 +08:00

readme.md

Overview

This example works as a USB generic HID device. A PC can communicate with it. The example has one EP IN and one EP OUT. The test script will send a message to the device, and the device will send the received message back.

SDK version

  • Version: 2.15.000

Toolchain supported

  • IAR embedded Workbench 9.40.1
  • Keil MDK 5.38.1
  • GCC ARM Embedded 12.2
  • MCUXpresso 11.8.0

Hardware requirements

  • Mini/micro USB cable
  • One target board
  • Personal Computer(PC)

Board settings

No special settings are required.

Prepare the Demo

  1. Connect a USB cable between the host PC and the OpenSDA USB port on the target board.
  2. Open a serial terminal with the following settings:
    • 115200 baud rate
    • 8 data bits
    • No parity
    • 1 stop bit
    • No flow control
  3. Compile the demo with the configuration, "flexspi_nor_debug".
  4. Write the program to the flash of the target board.
  5. Press the reset button on your board to start the demo.
  6. Connect a USB cable between the PC and the USB device port of the board.

Running the demo

Connect the device to a PC through a USB cable. On the PC, run the test script, test_usbx_device_hid_generic.py

The serial of the device will output:

USBX device HID generic example HID device activate

REV: 0x4d(M) 0x65(e) 0x73(s) 0x73(s) 0x61(a) 0x67(g) 0x65(e) 0x20( ) 0x66(f) 0x72(r) 0x6f(o) 0x6d(m) 0x20( ) 0x48(H) 0x4f(O) 0x53(S) 0x54(T)