Remote Debugging using Raspberry Pi and MCU-Link by Erich Styger
Remote debugging an embedded target is very useful: So don’t need a direct debug probe or USB cable connection. Instead, Erich Styger using a network connection (wired or even wireless) over TCP/IP to talk to the debug probe and target.
This article explores using a Raspberry Pi as an inexpensive host for remote debugging embedded targets with an NXP MCU-Link CMSIS-DAP debug probe. It provides detailed instructions for setting up …