Top Banner
ECE375 Introduction to AVR Simulation with Atmel Studio TA: Han Jang School of Electrical Engineering and Computer Science Oregon State University
10

ECE375 Introduction to AVR Simulation with Atmel Studio

Oct 16, 2021

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: ECE375 Introduction to AVR Simulation with Atmel Studio

ECE375 Introduction to AVR Simulation with Atmel Studio

TA: Han JangSchool of Electrical Engineering and Computer ScienceOregon State University

Page 2: ECE375 Introduction to AVR Simulation with Atmel Studio

Announcement� Check-off to your lab TA only.

� You must include Source code and Challenge code in your lab report.

� If you don’t submit either lab reports or code files, or don’t do the demo, you will get 0 credit for the lab.

� Don’t forget to write comments!◦ Your AVR assembly code need to be well-commented.

Page 3: ECE375 Introduction to AVR Simulation with Atmel Studio

AVR Simulation

� Learn how to use the Atmel Studio simulator

� Set Break Points

� Start Debugging and Break

� Open Processor, I/O port, and Memory Window

Page 4: ECE375 Introduction to AVR Simulation with Atmel Studio

Break Points

Page 5: ECE375 Introduction to AVR Simulation with Atmel Studio

Start debugging and break

Page 6: ECE375 Introduction to AVR Simulation with Atmel Studio

Simulator

Page 7: ECE375 Introduction to AVR Simulation with Atmel Studio

Processor Status

Page 8: ECE375 Introduction to AVR Simulation with Atmel Studio

I/O Ports

Page 9: ECE375 Introduction to AVR Simulation with Atmel Studio

Memory

Page 10: ECE375 Introduction to AVR Simulation with Atmel Studio

Questions?