Replies: 2 comments 3 replies
-
Anything acting as a UPDI programmer can in theory. However. it's not well documented (hell, it's not well documented in the datasheet) what that procedure is for all programming tools. I'm pretty sure SerialUPDI has that feature hidden in it, but it is horrible code to read (we inherited it from Microchip, yasee) I'll try asking my codeveloper who actually knows python again if he can figure out what these options are called, or thread through the entry points (through seven layers of abstraction - another task Im not good at). But we all know it's possible on the hardware, so you don't need to know how to do it until you start distributing pre-programmed chips, which gives you some time. avrdude should definitely work via that method, assuming you can get a jtag2updi programmer working (I had astronomical failure rates with those, Almost invariably it turned out to be just that I needed to change the dupont terminals. But I've had that happen 4-5 programmers one after another, and started thinking something else was wrong. |
Beta Was this translation helpful? Give feedback.
-
in another dissuasion I found this command |
Beta Was this translation helpful? Give feedback.
-
Hello world )))
How can protect my AVR32DD20 from code readout , that only full erase will unlock it ?
Maybe I can change something in configuration file of Arduino ? Or maybe direct via avrdude using this code : avrdude -c jtag2updi -p avr32dd20 -P COM13 -U lock:w
Thanks
Beta Was this translation helpful? Give feedback.
All reactions