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.15.2.58-py3-none-any.whl (59.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyedbglib-2.15.2.58-py3-none-any.whl
  • Upload date:
  • Size: 59.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.6

File hashes

Hashes for pyedbglib-2.15.2.58-py3-none-any.whl
Algorithm Hash digest
SHA256 42d3694e2ffa09b0d1d2d1a8bd5ef12614ab65c71aff3ff3a027e408b46ce873
MD5 0e9323e9bd67b8372ece5d77fdacf1a6
BLAKE2b-256 eb6f3a5d2fe373014c685bb59e027c3a6ff59c2c0d42373c3203d725c316a3ec

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