microchip-pic-avr-tools / pymcuprog

a Python utility for programming various Microchip MCU devices using Microchip CMSIS-DAP based debuggers
MIT License
96 stars 22 forks source link

dsPIC33 support #47

Closed mrx23dot closed 3 weeks ago

mrx23dot commented 3 weeks ago

Will it support this series in the future on MPLAB SNAP programmer?

The original MPLAP utility is really bad, and JAVA based.

xedbg commented 3 weeks ago

Hi @mrx23dot pymcuprog is a utility primarily for use with Microchip's CMSIS-DAP-based debuggers - this means AVR devices with UPDI. In addition 8- and 16-bit Curiosity Nano boards are supported (since they use the same API). Snap only supports AVR via this API, so generic dsPIC33 is not possible for pymcuprog.

mrx23dot commented 3 weeks ago

Thank you for the info! Do you know about alternative SW for MPLAB SNAP programmer, even if it's not python?