Difference between revisions of "emUSB-Device"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "emUSB-Device is SEGGER's USB Device Stack. == FAQ == === I want to use MSD and I want to write new files from the firmware so that they appear on the PC / I want to be notif...")
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
emUSB-Device is SEGGER's USB Device Stack.
+
emUSB-Device is SEGGER's USB Device Stack, specifically developed for Embedded Systems.
   
  +
This wiki page explains and links to other articles providing additional information about emUSB-Device and related technologies.
   
  +
Product page: [https://www.segger.com/emusb-device https://www.segger.com/emusb-device]
== FAQ ==
 
  +
=== I want to use MSD and I want to write new files from the firmware so that they appear on the PC / I want to be notified when the PC copied news files onto the MSD volume and read them, how to do this? ===
 
  +
__TOC__
This is not possible.
 
  +
  +
== USB classes ==
  +
* [[USB_Audio | Audio class]]
  +
* [[CDC | Communication Device Class - Abstract Control Model (CDC-ACM)]]
  +
* [[DFU | Device Firmware Upgrade (DFU)]]
  +
* [[HID | Human interface device (HID)]]
  +
* [[MSD | Mass Storage Device (MSD)]]
  +
* [[MTP | Media Transfer Protocol (MTP)]]
  +
* [[USB_Printer | Printer class]]
  +
* [[UVC | USB video class (UVC)]]
  +
  +
== Related technologies ==
  +
* [[WebUSB]]
  +
* [[MS OS Descriptors]]
  +
* [[emUSB-Device FAQ]]

Revision as of 08:41, 20 August 2019

emUSB-Device is SEGGER's USB Device Stack, specifically developed for Embedded Systems.

This wiki page explains and links to other articles providing additional information about emUSB-Device and related technologies.

Product page: https://www.segger.com/emusb-device

USB classes

Related technologies