Skip to main content

Low-level protocol library for communicating with Microchip CMSIS-DAP based debuggers

Project description

pyedbglib

pyedbglib is a low-level protocol library for communicating with Microchip CMSIS-DAP based debuggers

Usage

pyedbglib does not provide any end-user functionality on its own. It is implemented according to the "Atmel EDBG-based Tools Protocols" document although the code and the documentation may not always be in sync. pyedbglib is intended to be used by Python applications communicating with Microchip target devices via Microchip CMSIS-DAP based debuggers.

The following Atmel/Microchip debuggers are supported:

  • JTAGICE3 (only firmware version 3.x)
  • Atmel-ICE
  • Power Debugger
  • EDBG
  • mEDBG
  • nEDBG / PKoB nano
  • MPLAB PICkit 4 ICD (only when in 'AVR mode')
  • MPLAB Snap ICD (only when in 'AVR mode')

Not all debuggers support all protocols or functions within them.

Linux systems

HIDAPI needs to build using packages: libusb-1.0.0-dev, libudev-dev

Create udev rules for the debuggers:

Example udev rules file
Store in /etc/udev/rules.d

HIDAPI/libusb:

# JTAGICE3
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2140", MODE="0666"
# Atmel-ICE
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2141", MODE="0666"
# Power Debugger
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2144", MODE="0666"
# EDBG - debugger on Xplained Pro
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2111", MODE="0666"
# mEDBG - debugger on Xplained Mini
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2145", MODE="0666"
# nEDBG (PKoB nano) - debugger on Curiosity Nano 
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2175", MODE="0666"
# MPLAB PICkit 4 In-Circuit Debugger
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2177", MODE="0666"
# MPLAB Snap In-Circuit Debugger
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2180", MODE="0666"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyedbglib-2.10.0.43-py3-none-any.whl (53.3 kB view details)

Uploaded Python 3

File details

Details for the file pyedbglib-2.10.0.43-py3-none-any.whl.

File metadata

  • Download URL: pyedbglib-2.10.0.43-py3-none-any.whl
  • Upload date:
  • Size: 53.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6

File hashes

Hashes for pyedbglib-2.10.0.43-py3-none-any.whl
Algorithm Hash digest
SHA256 f7ad6056ce63762f82c5e41a0d43970f7402f6c23306f005543c288cd2645751
MD5 4811802c424b67b93a15a390363d3cdb
BLAKE2b-256 e35d5b221d20b4745e883d365c75ee5d3b0425b9b3d7d8328a444dca9cdb27e7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page