Skip to content

jsl/bundles/debug

Package name: jsl/bundles/debug

Summary

SWDPins

Functions

Function Description
swd Serial Wire Debug Bundle Generator

General Definitions

Function Description
jtag JTAG Serial Interface Bundle

Definitions

SWDPins

public defenum SWDPins <: Equalable & Hashable & JITXValue

Functions

swd

Serial Wire Debug Bundle Generator

public defn swd (pins:SWDPins ...)

  • swdio - Synchronous Bidir Data Line

  • swdclk - Synchronous Clock Line

  • swo - Optional Trace Data Line

General Definitions

jtag

JTAG Serial Interface Bundle

public pcb-bundle jtag

  • tck - Synchronous Clock Line

  • tdi - Data Input Line

  • tdo - Data Output Line

  • tms - State Select Line

Typically used for debugging/testing integrated circuits.

This bundle does not include TRSTN or Target Reset. Use a separate reset bundle to provide that interface on a connector or microcontroller.

Related Packages

Forwarded by package: jsl/bundles