Your "One-Stop-Shop" for your next Embedded Project

Stacks Image 7993

SEGGER emUSB Device:

Ready-to-use USB Device Stack


emUSB is a high speed USB device stack specifically designed for embedded Systems. The software is written in ANSI "C" and can run on any platform.

emUSB can be used with embOS or any other supported RTOS. A variety of target drivers are available to make emUSB a truly ready-to-use solution. Support for new platforms can usually be added for no extra charge.

Features

    emUSB Device
  • High speed
  • Optimized to be used with embOS but works with any other supported RTOS.
  • Easy to use
  • Easy to port
  • No custom USB host driver necessary
  • Start / test application supplied
  • Highly efficient, portable, and commented ANSI C source code
  • Hardware abstraction layer allows rapid addition of support for new devices.

emUSB components


emUSB consists of three layers: A driver for hardware access, the emUSB core and at least an USB class driver or the bulk communication component.

The different available hardware drivers, the USB class drivers and the bulk communication component are additional packages, which can be combined and ordered as it fits to the requirements of the project. Normally, emUSB consists of a driver that fits to the used hardware, the emUSB core and at least one of the USB class drivers MSD, CDC, HID or the unclassified bulk component.

emUSB

Components Description
USB Protocol Layer
Bulk emUSB bulk component
MSD emUSB Mass Storage Device class comp.
CDC emUSB Communication Device class comp.
HID emUSB Human Interface Device Class comp.
MTP emUSB Human Interface Device Class comp.
Printer emUSB Human Interface Device Class comp.
RNDIS emUSB Human Interface Device Class comp.
Core Layer
emUSB Core emUSB core is the intrinsic USB stack
Hardware Layer
Driver USB Controller Driver

emUSB Bulk


The emUSB-Bulk stack consists of an embedded side, which is shipped in source code form, and a driver for the PC, which is typically shipped as executable (.sys). (The source of the PC driver can also be ordered.)

Purpose of emUSB-Bulk

emUSB-Bulk allows developers to quickly and painlessly develop software for an embedded device that communicates with a PC via USB. The communication is like a single, high speed, reliable channel (very similar to a TCP connection). It basically allows the PC to send data to the embedded target, the embedded target to receive these bytes and reply with any number of bytes. The PC is the USB host, the target is the USB client. The USB standard defines 4 types of communication: Control, isochronous, interrupt and bulk. Experience shows, that for most embedded devices bulk mode is the communication mode of choice. It allows usage of the full bandwidth of the USB bus.

More information about emUSB Device

Download a demo version of emUSB Device