assembly - Programming a microprocessor? -
i have little background java , arduino programming, , 1 thing have made can seen in youtube video arduino webcam bot .
so far, have plugged in usb cable arduino, pressed "transfer" , program magically compiled , loaded arduino.
now fun, hoping more insight in embedded systems otherwise.
if try program processor in assembler, first of all, processor start off with, , how do own transfer of program onto processor?
arduino uses atmega328, @ least if you're using uno or previous version. since you're @ least familiar hardware now, i'd suggest keep using (you have hardware too!). move away arduino environment more of native environment, go atmel's website , download avr studio.
you'll need purchase avr isp programmer, atavrisp2. allow transfer code avr studio atmega chip on arduino.
there quite bit of support documentation on atmel website should going.
Comments
Post a Comment