Giter VIP home page Giter VIP logo

cmsis-dap's Introduction

CMSIS-DAP user manual

Overview

CMSIS-DAP provides a standardized way to access the Coresight Debug Access Port (DAP) of an ARM Cortex M0 M0+ M3 M4 MCU via USB. It provides direct USB connection from a development board to a debugger running on a host computer on one side, and over JTAG or SWD to the target device to access the Coresight DAP on the other. Click CMSIS-DAP to get more information.

This project is an ARM CMSIS-DAP debugger firmware porting on STM32 device. I purchased a minimal system board from taobao.com, cost me about 17 CNY(less than 3$). With this firmware and board, I can debug Cortex M series MCUs from other verdors such as GigaDevice NXP etc. For STM32, maybe ST-Link is a better choice.

For simplicity, I removed rarely used JTAG-Debug, Mass storage, Virtual COM features, kept only the SWD-Debug feature. This leads to smaller code size and gets rid of the trouble of install drivers on Windows.

The SYSCLK of STM32F103C8 is 48M and the code size about 12kB, so the minimal requirement is STM32F102C4.

CMSIS-DAP-AND-TARGET

Usage

First of all, Flash your STM32F103C8 development board with CMSIS-DAP firmware, then your development board becomes a CMSIS-DAP Debugger.

Connect SWCLK, SWDIO, nRESET, GND to your target board, VCC(5V/3.3V) is optional. You can power your target board with CMSIS-DAP.

Port Function Note
PB9 SWCLK
PB8 SWDIO
PB7 nRESET to MCU NRST PIN

STM32F103C8T6-Board

Press Alt+F7, click the Debug Tab, select CMSIS-DAP Debugger, and click Settings button.

Select-CMDIS-DAP

Check CMSIS-DAP parameters.

CMSIS-DAP-Setup

Now you can Erase Download Debug your target board.

cmsis-dap's People

Contributors

xjtuecho avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.