Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

iqfareez/atmel-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIGITAL SYSTEM AND MICROPROCESSOR (MCTE 2332)

This repo contains ATMEL STUDIO 7 project files.

External tool configuration

Arduino Uno (as shown in the video)

  • Name: Arduino Uno (or whatever)
  • Command: C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude.exe
  • Arguments (If path containing whitespace, wrap the whole path with "double quotes"): -C"C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" -v -patmega328p -carduino -PCOM3 -b115200 -D -Uflash:w:"$(ProjectDir)Debug\$(TargetName).hex":i
  • Check Use output window.

Update 26/12/2022:

Lab project using assembly can be found here.