pymcuprog icon indicating copy to clipboard operation
pymcuprog copied to clipboard

a Python utility for programming various Microchip MCU devices using Microchip CMSIS-DAP based debuggers

Results 18 pymcuprog issues
Sort by recently updated
recently updated
newest added

**Command:** `pymcuprog write -t uart -d attiny1616 -u /dev/ttyUSB0 -c 115200 -f firmware.hex --erase --verify **Platform:** Linux (Ubuntu 22.04.1 LTS) **UART:** CH340-E **Target:** ATtiny1616 **Behavior:** flash completes first time successfully;...

I try want to program an atmega4809 on a arduino nano every with an raspberry pi 4B with it's tx/rx pins.(The usb cable is no option) I wave used the...

Hi @xedbg , I noticed you're the most active one here in this repo. So I just tagged you to catch your attention. Hopefully you agree that some sort of...

Hi, Apologies for a long post but the background is important. I use a pair of AVR 4809 (40 pin variants) in a project. I use FTDI boards to facilitate...

Hi, I'm talking about updi devices. Wouldn't it be nice to have an auto discovery of the updi device/target as long as we have the signature bytes? Test case: I...

I have used the circuit [here ](https://docs.google.com/document/d/1TMCNZRdLwn7X5x2G7S5W-p4YAOntZ6_-pKG9YClW2Jc/edit?usp=sharing) which is a simple modification to the pymcuprog UPDI diagram. You can use an FTDI device as a programming conduit as well as...

I grabbed a HV Programmer to play around with some fuse settings and I'm having an issue with one particular chip. It's a attiny424. It will not program with pymcuprog...