Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You need to add the following instructions to the RISC - V Otter MCU. As described by the comments, these instructions control data output. After
You need to add the following instructions to the RISCV Otter MCU. As described by the comments, these instructions control data output. After the outzer instruction executes, all data output from an ISR will be zero; after the outval instruction, data from all outputs will be normal.
outzer # forces zero to be output
outval # allows for normal output from ISR
Required changes to the RISCV MCU hardware draw a diagram of required HW additions
Required changes the RISCV assembler
Required changes in RISCV memory requirements
Describe why this modification could be useful
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started