Collection of articles for working with Multitech devices in LoRaWAN networks.
The XDot development kit has a DAPLink interface firmware which enables developers with drag-and-drop programming, a serial port, and CMSIS-DAP based debugging.
Get the latest XDot DAPLink interface firmware here
Note: DAPLink release v0254 does no work with XDot.
Steps for programming the Kinetis MK20DX128 DAPLink interface chip:
Interface Version
is the new versionBy default the XDot will require a manual reset after programming. With auto-reset enabled the XDot will reset after programming automatically.
Steps for enabling auto-reset:
auto_rst.cfg
auto_rst.cfg
into the XDot driveAuto Reset: 1
For more information on DAPLink configuration options see MSD_COMMANDS.
PyOCD can be used for XDot programming and debugging.
Use this command to flash new firmware to an XDot:
pyocd flash -M under-reset -e sector <xdot-firmware>