I Have a question plz help me.
i made a program with arduino atmega328 controller.
can i upload atmega 328 hex file in Atmega8A?
I try it but not working in Atmega8A. What should i do to make it work?
or is there any way in arduino to change the controller?
I don’t think so - I think you’d need to re-build the hex file for the new controller most likely.
No can do. The core is different for the controllers. In the Arduino IDE, try picking the ‘Arduino NG or older w/ Atmega8’ board and compile your program. If successful, you can then go on about finding out how you upload it.
ok thank you sir,…one more question plz
Can i change the controller type in arduino uno board?
can i use atmega 8 ?
No, they’re not the same.
ok thank you sir