ataradov / edbg

Simple utility for programming MCUs and FPGAs though CMSIS-DAP protocol. Works on Linux, MAC and Windows.
BSD 3-Clause "New" or "Revised" License
283 stars 92 forks source link

Kinetis KL26 #137

Open lastant opened 4 months ago

lastant commented 4 months ago

I'd like to set up an SWD debugging for a Kinetis KL26 using RP2040 with free-dap, to read the flash memory of Kinetis. But I don't see Kinetis in a list of supported edbg targets. How difficult is it to add the support? And is there another option to read the flash memory from Kinetis?

ataradov commented 4 months ago

It is generally not too hard to add new devices, but I don't have any NXP hardware, so I can't do that myself.

ataradov commented 4 months ago

Also, since you have free-dap and RP2040 setup, you can use OpenOCD. It is not as straightforward, but it supports a lot more targets.