4 years, 11 months ago.

MAX32625PICO support

I've got both MAX32625MBED and MAX32625PICO. I can successfully connect with DAPLink to MAX32625MBED. I also had success in using MAX32625PICO as a programming adapter, connecting it to the debugged board (in my case, MAX32625MBED) with a 10-wire cable.

Although I had no luck in talking to MAX32625PICO through DAPLink. So far all I could do was reflashing it via MAINTENANCE mode with the button. Any word on whether MAX32625PICO will get support for openocd or pyOCD.

Rephrasing the question, is it possible to live-debug MAX32625PICO with either DAPLink or 10-pin JTAG?

1 Answer

4 years, 11 months ago.

This board is really a CMSIS-DAP debug probe to connect to other MCU's. However I have been using mine as a powerful tiny development board with its build in bootloader. That bootloader button is rather small and tricky to work though.

I use an external serial to USB converter to get basic printf debug functions.

The SWD header socket (J3) is to connect to a Target MCU, you can not use it to program the Pico MCU. However the surface contacts (J5) underneath have the swdio and swdclk connections available if you want to connect to an external programmer/debugger. Not sure if you would overwrite the bootloader.

Accepted Answer