Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Write a RISC - V OTTER interrupt - driven assembly language program that does the following. Each time the program receives an interrupt, the program

Write a RISC-V OTTER interrupt-driven assembly language program that does the following. Each time the program receives an interrupt, the program averages the 32 unsigned bytes starting at address 0xFF00 in memory, and outputs that average to address given below. After an interrupt, remain in the background task until the program detects the button associated with the right-most bit value on the input is pressed. Assume that some external device has the ability to write data to the RISC-V memory.
Minimize the number of instructions in your program
Dont do I/O from the foreground task
BUTTONS: PORT_ADDRESS =0x11008004
Output port: PORT ADDRESS =0x11001100
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions