1 <!-- HTML header for doxygen 1.9.6-->
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
5 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6 <meta http-equiv="X-UA-Compatible" content="IE=11"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1"/>
8 <title>CMSIS-DAP: CMSIS-DAP</title>
9 <link href="doxygen.css" rel="stylesheet" type="text/css" />
10 <script type="text/javascript" src="jquery.js"></script>
11 <script type="text/javascript" src="dynsections.js"></script>
12 <script type="text/javascript" src="tabs.js"></script>
13 <script type="text/javascript" src="footer.js"></script>
14 <script type="text/javascript" src="navtree.js"></script>
15 <link href="navtree.css" rel="stylesheet" type="text/css"/>
16 <script type="text/javascript" src="resize.js"></script>
17 <script type="text/javascript" src="navtreedata.js"></script>
18 <script type="text/javascript" src="navtree.js"></script>
19 <link href="search/search.css" rel="stylesheet" type="text/css"/>
20 <script type="text/javascript" src="search/searchdata.js"></script>
21 <script type="text/javascript" src="search/search.js"></script>
22 <script type="text/javascript">
23 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
24 $(document).ready(function() { init_search(); });
27 <script type="text/javascript" src="darkmode_toggle.js"></script>
28 <link href="extra_stylesheet.css" rel="stylesheet" type="text/css"/>
29 <link href="extra_navtree.css" rel="stylesheet" type="text/css"/>
30 <link href="extra_search.css" rel="stylesheet" type="text/css"/>
31 <link href="extra_tabs.css" rel="stylesheet" type="text/css"/>
32 <link href="version.css" rel="stylesheet" type="text/css"/>
33 <script type="text/javascript" src="../../version.js"></script>
36 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
38 <table cellspacing="0" cellpadding="0">
40 <tr style="height: 55px;">
41 <td id="projectlogo" style="padding: 1.5em;"><img alt="Logo" src="cmsis_logo_white_small.png"/></td>
42 <td style="padding-left: 1em; padding-bottom: 1em;padding-top: 1em;">
43 <div id="projectname">CMSIS-DAP
45 <div id="projectbrief">Interface Firmware for CoreSight Debug Access Port</div>
47 <td> <div id="MSearchBox" class="MSearchBoxInactive">
49 <span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
50 <input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
51 onfocus="searchBox.OnSearchFieldFocus(true)"
52 onblur="searchBox.OnSearchFieldFocus(false)"
53 onkeyup="searchBox.OnSearchFieldChange(event)"/>
54 </span><span class="right">
55 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
59 <!--END !PROJECT_NAME-->
64 <!-- end header part -->
65 <div id="CMSISnav" class="tabs1">
67 <script type="text/javascript">
68 writeComponentTabs.call(this);
72 <script type="text/javascript">
73 writeSubComponentTabs.call(this);
75 <!-- Generated by Doxygen 1.9.6 -->
76 <script type="text/javascript">
77 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
78 var searchBox = new SearchBox("searchBox", "search/",'.html');
82 <div id="side-nav" class="ui-resizable side-nav-resizable">
84 <div id="nav-tree-contents">
85 <div id="nav-sync" class="sync"></div>
88 <div id="splitbar" style="-moz-user-select:none;"
89 class="ui-resizable-handle">
92 <script type="text/javascript">
93 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
94 $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
97 <div id="doc-content">
98 <!-- window showing the filter options -->
99 <div id="MSearchSelectWindow"
100 onmouseover="return searchBox.OnSearchSelectShow()"
101 onmouseout="return searchBox.OnSearchSelectHide()"
102 onkeydown="return searchBox.OnSearchSelectKey(event)">
105 <!-- iframe showing the search results (closed by default) -->
106 <div id="MSearchResultsWindow">
107 <div id="MSearchResults">
110 <div id="SRResults"></div>
111 <div class="SRStatus" id="Loading">Loading...</div>
112 <div class="SRStatus" id="Searching">Searching...</div>
113 <div class="SRStatus" id="NoMatches">No Matches</div>
119 <div><div class="header">
120 <div class="headertitle"><div class="title">CMSIS-DAP </div></div>
122 <div class="contents">
123 <div class="textblock"><p><a class="anchor" id="mainpage"></a> <b>CMSIS-DAP</b> is a protocol specification and an open-source firmware implementation that provides standardized access to the CoreSight Debug Access Port (<a href="https://developer.arm.com/documentation/102585/0000/what-is-a-debug-access-port">DAP</a>) available on many Arm Cortex processors as part of the <a href="https://developer.arm.com/ip-products/system-ip/coresight-debug-and-trace">CoreSight Debug and Trace</a> functionality.</p>
125 <img src="cmsis_dap_interface.png" alt=""/>
126 <div class="caption">
127 Overview of CMSIS-DAP</div></div>
128 <p>CMSIS-DAP supports target devices that contain one or more Cortex processors.</p>
129 <p>A processor device exposes Debug Access Port (DAP) typically either with a 5-pin JTAG or with a 2-pin Serial Wired Debug (SWD) interface that is used as a physical communication with a debug unit.</p>
130 <p>CMSIS-DAP provides the interface firmware for a debug unit that implements the communication between the debug port of the device and USB port. With it, a software debug tool that runs on a host computer can connect via USB and the debug unit to the device where the application firwmare gets executed.</p>
131 <h1><a class="anchor" id="autotoc_md0"></a>
132 Access to CMSIS-DAP</h1>
134 <li><a href="https://github.com/ARM-software/CMSIS-DAP"><b>CMSIS-DAP GitHub Repo</b></a> provides the full source code.</li>
135 <li><a href="https://arm-software.github.io/CMSIS-DAP/latest/"><b>CMSIS-DAP Documentation</b></a> describes the implemented functions in details.</li>
137 <h1><a class="anchor" id="autotoc_md1"></a>
138 Key Features and Benefits</h1>
140 <li>Provides a standardized interface for debuggers. Interfaces to many standard debuggers is available.</li>
141 <li>Access to CoreSight registers of all Cortex processor architectures (Cortex-A/R/M).</li>
142 <li>Connects via 5-pin JTAG or 2-pin Serial Wire Debug (SWD).</li>
143 <li>Supports multi-core debugging.</li>
144 <li>Supports Serial Wire Output (SWO) of Cortex-M devices.</li>
145 <li>Easy to deploy to debug units based on Cortex-M microcontrollers.</li>
146 <li>Debug unit may be integrated on an evaluation board.</li>
147 <li>Using USB bulk transfers avoids driver installation on host PC.</li>
148 <li>Supports time-critical JTAG or SWD command execution.</li>
149 <li>Supports Test Domain Timer for time measurement using the debug unit.</li>
150 <li>Supports UART communication port, which can be routed to USB COM Port (optional) or native CMSIS-DAP commands. </li>
152 </div></div><!-- PageDoc -->
153 </div><!-- contents -->
154 </div><!-- doc-content -->
155 <!-- start footer part -->
156 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
159 <script type="text/javascript">
161 writeFooter.call(this);