Skip to content

Instantly share code, notes, and snippets.

@brunql
Created June 2, 2012 17:54
Show Gist options
  • Save brunql/2859350 to your computer and use it in GitHub Desktop.
Save brunql/2859350 to your computer and use it in GitHub Desktop.
Flash AT90USB162 via Atmel Flip (console version)
rem Flash AT90USB162 via Atmel Flip
rem External tools arguments in Atmel Studio: $(ProjectDir) $(SolutionFileName)
set hexPath=%~f1Debug\%~n2.hex
batchisp -device at90usb162 -hardware usb -operation loadbuffer "%hexPath%" erase f program verify start reset 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment