ece375 introduction to avr simulation with atmel studio

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

Upload: others

Post on 16-Oct-2021

20 views

Category:

Documents


0 download

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?