Replies: 2 comments 19 replies
-
You could do this with Avrdude using your PICkit4 in "PIC" mode. First, switch your programmer over to PIC mode:
Then use "PICkit 5 mode" like so:
|
Beta Was this translation helpful? Give feedback.
-
The hex file contains one section |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
ATmega1609
pickit4 in updi
So I recently switched from using the MPLAB Toolchain which allows for programming via comment line to avrdude.
With an external power source (5V) connected to the ATmega1609 and the pickit4 set to avr mode, flashing via avrdude works just as good as flashing via MPLAB.
Now to my question, previously I could just add a parameter to my command line to specify that I want to power the MCU via programmer. For example: "ipecmd.exe -TPPK4 -PATmega1609 -W5 -M -FC:\Dir\filename.hex", where -W5 sets the output voltage to 5V.
Is there a similar option in avrdude?
Beta Was this translation helpful? Give feedback.
All reactions