Right now, I have a few ATMEGA88PAs and I tried writing an LED blinking code in AVRStudio only to find that ATMEGA88PA is not supported but ATMEGA88P was. So I changed the device to ATMEGA88P in AVRStudio and the code compiled fine after that. Now, AVRdude does not list either ATMEGA88PA or ATMEGA88P. Reluctantly, I had to choose ATMEGA88 to burn the code but as expected it failed with the error "wrong responds size".
Can anybody help me to know how to get a small program for ATMEGA88PA compiled with WinAVR+AVRStudio and burned with AVRdude?
P.S. Replacing the ATMEGA88PA with another micro is not an option for me so don't advice to do that :wink: