xedbg
xedbg
Hi @strawberryhacker Yes, this is a bit of a tricky one for pymcuprog... the catch here is that Studio actually automatically and secretly resets the fuse value after an erase...
Logged as DSG-6211
@wimalopaan - no, DSG is a MIcrochip internal Jira tracker
hi @ygoe and @wimalopaan and sorry for the delayed response. The serialUPDI implementation in pymcuprog is provided for convenience as a reference. During development and test we use the onboard...
Logged internally as DSG-7318. Thanks for reporting this and providing a fix! We currently don't do pull-requests directly on github but the patch can be made on our git repo...
I think your fix works... interesting though, the tool protocol also has a delay argument which is not correctly used. This fix in pyedbglib's avrispprotocol.py could arguably be more "correct"...
Logged internally as DSG-6071
I have tested this with Linux Ubuntu 22.04.01 LTS and a mega4809 on a Curiosity Nano using its own CDC and it works just fine every time. Do you have...
Thanks for the update! Indeed, virtual machines using real hardware is a challenge. Do you mind sharing more details about the virtualisation setup you are attempting? (eg: WSL?)
Thanks - we use VMs for many scenarios but not (yet) relating to hardware tools. (FWIW: those symptoms remind me somewhat of a problem i encountered a while back using...