How To Use ATMEGA328P
How To Use ATMEGA328P
ATMEGA328 is used similar to any other controller. All there to do is programming. Controller
simply executes the program provided by us at any instant. Without programming controller
simply stays put without doing anything.
As said, first we need to program the controller and that is done by writing the appropriate
program file in the ATMEGA328P FLASH memory. After dumping this program code, the
controller executes this code and provides appropriate response.
You can download the IDE program for free in company websites. IDE program for AVR
controllers is ‘ATMEL STUDIO’. Link for ATMEL STUDIO is given below.