Question: 1.0 (15 points) Use the system that you designed in this project as an example to briefly explain the meaning of System on Chip. 2.0

1.0 (15 points) Use the system that you designed in this project as an example to briefly explain the meaning of System on Chip. 2.0 (15 points) Briefly explain the meaning of Avalon Memory Mapped interface. You may use the connections that you did in the system as examples. 3.0 (15 points) Briefly explain the meaning of Bare Metal Applications. You may use the application code that you developed in your application as an example. 4.0 (10 points) The following code is written in standard c code. Re-write the code using the hardware C code, where a is an input coming from switches and b is an output going out to the Green LEDs. In your code, include any necessary libraries, variables, and definitions. \#include > \#include \#include \#include int main() f printf(" "); int a,b; while (1) f if (a==0) printf("no output \ ) ; else if (a==1)b=10; usleep (1000000); return 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
