Difference between revisions of "WISE-ED22 User Manual"

From ESS-WIKI
Jump to: navigation, search
Line 1: Line 1:
 
= Introduction =
 
= Introduction =
  
DAPLink is firmware that runs on a microcontroller that is connected according to a Hardware Interface Circuit (HIC) guideline. This provides methods to program and debug an application running on ARM processors via JTAG or SWD. The interface firmware exposes a USB composite device to the host OS with CDC, HID and MSC endpoints. These endpoints are critical when developing software for microcontrollers. Description of endpoints:<br/>MSC - drag-n-drop programming flash memory<br/>CDC - virtual com port for log, trace and terminal emulation<br/>HID - CMSIS-DAP compliant debug channel
+
DAPLink is firmware that runs on a microcontroller that is connected according to a Hardware Interface Circuit (HIC) guideline. This provides methods to program and debug an application running on ARM processors via JTAG or SWD. The interface firmware exposes a USB composite device to the host OS with CDC, HID and MSC endpoints. These endpoints are critical when developing software for microcontrollers. Description of endpoints:
 +
 
 +
#MSC - drag-n-drop programming flash memory
 +
#CDC - virtual com port for log, trace and terminal emulation
 +
#HID - CMSIS-DAP compliant debug channel

Revision as of 03:56, 8 June 2017

Introduction

DAPLink is firmware that runs on a microcontroller that is connected according to a Hardware Interface Circuit (HIC) guideline. This provides methods to program and debug an application running on ARM processors via JTAG or SWD. The interface firmware exposes a USB composite device to the host OS with CDC, HID and MSC endpoints. These endpoints are critical when developing software for microcontrollers. Description of endpoints:

  1. MSC - drag-n-drop programming flash memory
  2. CDC - virtual com port for log, trace and terminal emulation
  3. HID - CMSIS-DAP compliant debug channel