- This topic has 1 reply, 2 voices, and was last updated 8 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › How to program Microcontrollers?
Hello
I;am new to this field so i hope some help from you
– i want to program Atmega16 or 32 through Arduino uno, and i read that rduino must in ISP mode to program, OK
– now how to write a program for Microcontroller? and how to transfer it to Atmega?
– the language is C, but there are I/O ports and clk so is there books or tutorial to learn that?
thank you
to write and compile a program for ATMega8/16/32 u need AVR studio software. u can write C program for these micro controllers and by compiling it u can make hex file
this hex file will be burnt into internal FLASH of these micro controllers using arduino as ISP. connect arduino MOSI MISO SCK RST pins with ATMega16 MOSI,MISO, SCK and RST pins