Skip to content

Instantly share code, notes, and snippets.

@AndryG
Created January 10, 2022 21:10
Show Gist options
  • Save AndryG/478dd8a90a10cca07278ab6f2dc2f1bf to your computer and use it in GitHub Desktop.
Save AndryG/478dd8a90a10cca07278ab6f2dc2f1bf to your computer and use it in GitHub Desktop.
GNU AVR toolchain, Proteus, Microchip Studio. Initial content of Data EEPROM.
Post-build event command line:
$(ToolchainDir)\avr-objcopy -I ihex $(OutputDirectory)\$(OutputFileName).eep -O binary $(OutputDirectory)\$(OutputFileName).eep.bin
https://www.avrfreaks.net/comment/1679721#comment-1679721
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment