Electronic – How to set ATmega88PA fuses in code or HEX file

atmelavr

I'm a Microchip guy, but I'm helping a customer out with an Atmel project using the ATmega88PA project they inherited from another division. I'm using AVR Studio 5 and I would like to compile the fuse selections into the source code and eventually hex file. How do I do this?

Best Answer

You can't, they have to be set in AVR Studio.

If you use the AVRdude utility, programming and fuse settings can be automated with makefiles.