logo

Crowdly

Part 3: Getting familiar with the Easy AVR v7 development board and assembly pro...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Part 3: Getting familiar with the Easy AVR v7 development board and assembly programming

  1. Modify your “lab0.asm” code such that a key press to any bit bi turns off all even-indexed bits if index i is even, i.e., (b0, b2, ..., b6 ). Otherwise, if index i is odd, key press turns off all odd-indexed bits, i.e., (b1, b3, ..., b7 ). Don’t forget to save the modified code.
  2. Assemble (Build -> Build Solution)
  3. Go to “Start Menu” -> “All Programs” -> “Mikroelektronika” -> “AVRFLASH Programmer” -> “AVRFLASH”.
  4. In the “CODE” panel, press on the “Load” button and locate the binary file “\path-to-project-directory\Debug\lab0-lastname.hex”.
  5. Program the microcontroller by pressing the “Write” button.
  6. Make sure that the code functions as expected on the board. Report what you observe.
  7. Copy and paste your modified code into the following answer part.
  8. Demonstrate your code to the instructor/TA.
  9. Part 3 is all done. Thanks.
More questions like this

Want instant access to all verified answers on learn.hub.ku.edu.tr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!