descriptionSerial Wire Debug Open Library
homepage URLhttp://sourceforge.net/apps/trac/libswd
repository URLgit://libswd.git.sourceforge.net/gitroot/libswd/libswd
ownerehunter@broadcom.com
last changeMon, 13 Apr 2015 11:09:25 +0000 (13 13:09 +0200)
last refreshTue, 14 May 2024 05:32:31 +0000 (14 07:32 +0200)
content tags
add:
README.md

Serial Wire Debug Open Library

Welcome to https://GitHub.com/CeDeROM/LibSWD :-)

Table of Contents

About

This is an official website of the LibSWD Project - Free and Open solution for accessing the SW-DP (Serial Wire Debug Port) on ARM-Cortex CPU based embedded systems. Source code is released under "new" 3 clause BSD License. Please note that on April 2015 project has been moved from SourceForce to GitHub.

LibSWD was started in 2010 by Tomasz Bolesław CEDRO in order to create Generic, Free, Open, Hardware and Platform Independent implementation of Serial Wire Debug access to ARM-Cortex CPU cores. SWD is an alternative to JTAG method for accessing the On-Chip Debug Access Port that allows low-level access to system resources such as system bus, memory, IO, even single stepping the code execution - a must-have for an Embedded Systems Developer and/or Analyst.

SWD works on both simple and advanced devices that belong to the ARM Cortex family. By default Cortex CPU or FPGA'a IP Core is both JTAG and SWD capable, so the common name for this transport method is SWJ (Serial Wire and JTAG). It is the application requirement and designer choice if a final product supports JTAG, SWD, or both (SWJ). Here you can read short and interesting paper on how SWD overcomes JTAG limitations.

LibSWD can be considered generic and fully featured solution that contains simple standalone commandline application, but it also can be easily integrated in a form of dynamic library into third party software with minimal impact on existing program structure. LibSWD implements all utilities necessary to generate bit stream and queue bus operations on both high (operation) and low (bit) abstraction level. High level functions can be called from external application to generate queue that represent bus operations or simply produce a bitstream that can be later flushed into real hardware with simple set of functions (these functions can utilise existing cable drivers already implemented in external software).

Initial research and practical tests were performed back in 2010 on STM32 family ARM Cortex-M3 based devices using UrJTAG and OpenOCD utilities with FT2232 based hardware interfaces. At this moment I am using KT-LINK interface for communication with various Targets, trying to integrate LibSWD into my iCeDeROM project that would replace simple commandline application with fully featured extensible GUI environment for low-level development and analysis of embedded electronics and computer systems.

Various parts of this research project were thankfully conducted and supported by:

Releases

2013-10-20: libswd-0.6.tar.gz / libswd-0.6.pdf

2012-12-06: libswd-0.5.tar.gz / libswd-0.5.pdf

2012-10-14: libswd-0.4.tar.gz / libswd-0.4.pdf

2011-11-11: libswd-0.3.tar.gz / libswd-0.3.pdf

2011-10-31: libswd-0.2.tar.gz / libswd-0.2.pdf

2011-04-02: libswd-0.1.tar.gz / libswd-0.1.pdf

Source Code Repository

At first LibSWD was small piece of experimental software stored on my hard drive. Then I decided to share it with SVN. As GIT showed up and turned out to be a very very nice tool for remote source code management, I have moved to GIT. Then GitHub showed up with incredibly efficient and intuitive features for collaborative development, so I have moved everything to GitHub.

In order to clone Upstream repository, run:

git clone https://github.com/cederom/LibSWD.git

If you want to send a patch to Upstream, create a your own fork at GitHub, commit your changes to the fork, then create a Pull Request to the Upstream. As simple as that! :-)

Documentation

LibSWD is documented using Doxygen. Documentation body is included within the source code and then generated with doxygen utility to obtain html/pdf output files (run make doxygen-doc command), therefore documentation sources and its result is integral part of the source code repository. All necessary documents are frozen upon release and delivered within the package to match code version (see Releases section).

References

Resources

Software

Papers

History

2015-04-10:

2013-10-20:

012-12-06:

2012-10-14:

2011-11-11

2011-11-1

2011-10-31

2011-04-02

2011-03-23

2011-02-09

2010-12-29

2010-11-23

2010-10-21

Support

Please use GitHub goodies for support:

Well tested patches are highly welcome and appreciated! :-)

Developer's Handbook

How to build and install

Building from a GIT repository

To stay in sync with development use GIT. This is also good if you want to test new features that are not yet in a release:

 git clone https://github.com/cederom/LibSWD.git
 cd LibSWD
 ./autogen.sh
 ./configure <optional parameters>
 make

If new commits show up, just pull the repo (git pull) and rebuild the new code.

If you intend to add new features, fix bugs, etc - go to GitHub, create your own fork of LibSWD, make changes, create commits, then create a Pull Request.

Building a Release

To obtain the latest release visit project website at https://github.com/cederom/LibSWD. LibSWD use Autotools, so the build and install procedure is pretty straightforward:

 tar xzvf libswd-<version>.tar.gz
 cd libswd-<version>
 ./configure <optional parameters>
 make

Run and Debug without installing

For development purposes it is very convenient to simply fetch the source code, build, and debug without installing. Remember to enable debug in configure before compilation.

libtool --mode=execute gdb src/libswd

Configure parameters

To know more build options that can be set before compilation:

./configure --help

Important configure parameters:

Build Dependencies

In order to build the Library and the Application you need: gcc, autogen, automake, autoconf, libtool, libftdi, libreadline development packages installed on your system.

Doxygen Documentation

It is possible to build the code documentation in html and pdf format. Note that you need to have Doxygen installed for this to work. Additionally you need to have LaTeX installed to build the PDF output. In order to build the complete documentation, run:

make doxygen-doc

Install, Deinstall, Package

To create and verify package file for distribution:

make distcheck

To clean the build, but keep configure and makefiles: make clean

To clean the build and revert to clean package state: make distclean

To install and uninstall the library:

make install

make uninstall

To specify alternative install location:

./configure --prefix=<your path>

Include LibSWD Source Code into your own application

You can include LibSWD source code into your own application using GIT SUBMODULE feature that allows you to fetch directly from the upstream repository as a part of build process. See OpenOCD+LibSWD integration as an example.

LibSWD API

This section is taken from the Doxygen documentation of the LibSWD source code. Please review source code documentation file if you need more information..

Introduction

LibSWD is an Open-Source framework to deal with with Serial Wire Debug Port in accordance to ADI (Arm Debug Interface, version 5.0 at the moment) specification. It is released under 3-clause BSD license. For more information please visit project website at https://github.com/cederom/LibSWD

Overview

Serial Wire Debug is an alternative to JTAG (IEEE1149.1) transport layer for accessing the Debug Access Port in ARM-Cortex based devices. LibSWD provides methods for bitstream generation on the wire using simple but flexible API that can reuse capabilities of existing applications for easier integration.

Every bus operation such as control, request, turnaround, acknowledge, data and parity packet is named a "command" represented by a libswd_cmd_t data type that builds up the queue that later can be flushed into real hardware using standard set of (application-specific) driver functions.

This way LibSWD is almost standalone and can be easily integrated into existing utilities for low-level access and only requires in return to define driver bridge that controls the physical interface interconnecting host and target.

Drivers and other application-specific functions are extern and located in external file crafted for that application and its hardware. LibSWD is therefore best way to make your application SWD aware.

How it works

SWD Context

The most important data type in LibSWD is libswd_ctx_t structure, a context that represents logical entity of the swd bus (transport layer between host and target) with all its parameters, configuration and command queue. Context is being created with libswd_init() function that returns pointer to allocated virgin structure, and it can be destroyed with libswd_deinit() function taking the pointer as argument. Context can be set only for one interface-target pair, but there might be many different contexts in use if necessary, so amount of devices in use is not limited.

Functions

All functions in general operates on pointer type and returns number of processed elements on success or negative value with libswd_error_code_t on failure. Functions are grouped by functionality that is denoted by function name prefix (ie. libswd_bin* are for binary operations, libswd_cmdq* deals with command queue, libswd_cmd_enqueue* deals with creating commands and attaching them to queue, libswd_bus* performs operation on the swd transport system, libswd_drv* are the interface drivers, etc). Because programs using libswd for transport can queue multiple operations and don't handle errors of each transaction apropriately, libswd_drv_transmit() function verifies the ACK and PARITY operation results directly after execution (read from target) and return error code if necessary. When error is detected and there were some pending perations enqueued for execution, they are discarded and removed from the queue (they would not be accepted by the target anyway), the queue is then again ready to accept new transactions (i.e. error handling operations).

Standard end-users are encouraged to only use high level functions (libswd_bus*, libswd_dap*, libswd_dp*) to perform operations on the SWD transport layer and the target's DAP (Debug Access Port) and its components such as DP (Debug Port) and the AP (Access Port). More advanced users however may use low level functions (libswd_cmd*, libswd_cmdq*) to group them into new high-level functions that automates some tasks (such as high-level functions do). Functions of type extern are the ones to implement in external file by developers that want to incorporate LibSWD into their application. Context structure also has void pointer in the libswd_driver_t structure that can hold address of the external driver structure to be passed into internal swd drivers (extern libswd_drv* functions) that wouldn't be accessible otherwise.

Commands

Bus operations are split into commands represented by libswd_cmd_t data type. They form a bidirectional command queue that is part of libswd_ctx_t structure. Command type, and so its payload, can be one of: control (user defined 8-bit payload), request (according to the standard), ack, data, parity (data and parity are separate commands!), trn, bitbang and idle (equals to control with zero data). Command type is defined by libswd_cmdtype_t and its code can be negative (for MOSI / Master Output Slave Input operations) or positive (for MISO / Master Input Slave Output operations) - this way bus direction can be easily calculated by multiplying two operation codes (when the result is negative bus will have to change direction), so the libswd "knows" when to put additional TRN command of proper type between enqueued commands.

Payload is stored within union type and its data can be accessed according to payload name, or simply with data8 (char) and data32 (int) fields. Payload for write (MOSI) operations is stored on command creation, but payload for read (MISO) operations becomes available only after command is executed by the interface driver. There are 3 methods of accessing read data - flushing the queue into driver then reading queue directly, single stepping queue execution (flush one-by-one) then reading context log of last executed command results (there are separate fields of type libswd_transaction_t in libswd_ctx_t log structure for read and write operations that are updated by libswd_drv_transmit() function before write and after read), or providing a double pointer on command creation to have constant access to its data after execution.

After all commands are enqueued with libswd_cmd_enqueue* function set, it is time to send them into physical device with libswd_cmdq_flush(). According to the libswd_operation_t parameter commands can be flushed one-by-one, all of them, only to the selected command or only after selected command. For low level functions all of these options are available, but for high-level functions only two of them can be used - LIBSWD_OPERATION_ENQUEUE (but not send to the driver) and LIBSWD_OPERATION_EXECUTE (all unexecuted commands on the queue are executed by the driver sequentially) - that makes it possible to perform bus operations one after another having their result just at function return, or compose more advanced sequences leading to preferred result at execution time. Because high-level functions provide simple and elegant manner to get the operation result, it is advised to use them instead dealing with low-level functions (implementing memory management, data allocation and queue operation) that exist only to make high-level functions possible.

Drivers

Calling the libswd_cmdq_flush() function leads to execution of not yet executed commands from the queue (in a manner specified by the operation parameter) on the SWD bus (transport layer between interface and target, not the bus of the target itself) by libswd_drv_transmit() function that use application specific extern functions defined in external file (ie. liblibswd_drv_urjtag.c) to operate on a real hardware using drivers from existing application. LibSWD use only libswd_drv_{mosi,miso}_{8,32} (separate for 8-bit char and 32-bit int data cast type) and libswd_drv_{mosi,miso}_trn functions to interact with drivers, so it is possible to easily reuse low-level and high-level devices for communications, as they have all information necessary to perform exact actions - number of bits, payload, command type, shift direction and bus direction. It is even possible to send raw bytes on the bus (control command) or bitbang the bus (bitbang command) if necessary. MOSI (Master Output Slave Input) and MISO (Master Input Slave Output) was used to clearly distinguish transfer direction (from master-interface to target-slave), as opposed to ambiguous read/write statements, so after libswd_drv_mosi_trn() master should have its buffers set to output and target inputs active. Drivers, as most of the LibSWD functions, works on data pointers instead data copy and returns number of elements processed (bits in this case) or negative error code on failure.

Error and Retry handling

LibSWD is equipped with optional automatic error handling in order to make error and retry handling easier for external applications that were meant for JTAG applications (such as OpenOCD) which first enqueue lots of operations and then flushes them into hardware loosing information on where the target reported problem with ACK!=OK. The default behavior of LibSWD for ACK!=OK response from Target is to truncate the queue right after the bad ACK (eventually executing the necessary data phase before doing that) to preserve synchronization between command queue (libswd_ctx_t->cmdq) and the Target state. This can be changed by clearing out the libswd_ctx_t.config.autofixerrors field that disables queue truncate on error, then applying the libswd_dap_retry() in the application flush mechanism for both DP and AP operations. libswd_dap_retry() will try to find the ACK!=OK on the queue that caused an error then perform operation retry to fix the situation, or fail permanently (Protocol Error Sequence, Retry Count, etc). Note that retry will be handled in a different way than it was performed on the original command queue and it will use separate command queue attached to a bad ACK command element on the queue. This approach gives ability to handle different situations accordingly, does not interfere with the original queue and does not loose information what additional operations had been performed, in perfect situation it should end up in having the original queue executed as there was no error/retry.

Example

  #include <libswd.h>
  int main(){
   libswd_ctx_t *libswdctx;
   int res, *idcode;
   libswdctx=libswd_init();
   if (libswdctx==NULL) return -1;
   //we might need to pass external driver structure to libswd_drv* functions
   //libswdctx->driver->device=...
   res=libswd_dap_detect(libswdctx, LIBSWD_OPERATION_EXECUTE, &idcode);
   if (res<0){
    printf("ERROR: %s\n", libswd_error_string(res));
    return res;
   } else printf("IDCODE: 0x%X (%s)\n", *idcode, libswd_bin32_string(idcode));
   libswd_deinit(libswdctx);
   return 0;
  }

LibSWD (C) 2010-2015 Tomasz Bolesław CEDRO

shortlog
2015-04-13 Tomasz CEDROREADME(.md) update and reformat to fit GitHub.master
2014-09-27 Tomek CEDROVarious type related fixes.
2013-11-15 Tomek CEDROBUILD: Configure will try to find and use LibFTDI1...
2013-10-30 Tomek CEDROAPP: Interface driver context is now (void*) type.
2013-10-26 Tomek CEDROBUILD: Fixes and updates in configure.ac.
2013-10-25 Tomek CEDROAPP: Application build is not OPTIONAL!
2013-10-25 Tomek CEDROAPP: Updates in interface driver infrastructure.
2013-10-24 Tomek CEDROAPP: Major changes in an interface driver code.
2013-10-24 Tomek CEDROAPP: Minor help updates - usage includes banner.
2013-10-23 Tomek CEDROAPP: Added CLI history + (re)store from file.
2013-10-20 Tomek CEDROINFO: Updated information files (README, TODO, COPYING).
2013-10-20 Tomek CEDROAPP: Fixed version string formatting on linux.
2013-10-20 Tomek CEDROBUILD: Updated version to short GIT HEAD number.
2013-10-19 Tomek CEDROAPP: Use libswd_log for log and messages handling.
2013-10-19 Tomek CEDROCLI: Implemented multiple commands parsing.
2013-10-19 Tomek CEDROMEMAP: Added speed measurement to log/info message.
...
tags
10 years ago v0.6 LibSWD 0.6 release...
11 years ago v0.4 Tags v0.4 release on master timeline.
11 years ago v0.5 Tag marking v0.5 release on a maste...
12 years ago v0.3
12 years ago v0.2
heads
9 years ago master
10 years ago v0.6
11 years ago spitest
11 years ago v0.5
11 years ago v0.4
12 years ago v0.3
12 years ago miso-singlepointers-test
12 years ago v0.2
12 years ago v0.1