Question: Please use System Workbench for STM32 and comment each line of code, thanks. (Code should be in ARM assembly language not C) Lab Exercise 3

Please use System Workbench for STM32 and comment each line of code, thanks. (Code should be in ARM assembly language not C)

Please use System Workbench for STM32 and comment each line of code,

Lab Exercise 3 Assignments: This project requires multiple routines (in the same main.s file) performing different operations. The student is strongly recommended to come up with a flow chart for the project first and then write the code one part at a time. - The student is to create a project that will allow entry of a set of grades as an array, in the beginning of the program, and provide storage for the results in RAM. - Just like Lab Exercise 2, the student will be creating a main.s file (Use code template file shared in Lab-3 folder on D2L). - Using the entered set of grades, the project must - Find the minimum and maximum grades from the set of grades. - Calculate the average and median of the set of grades. - If the set of grades is even in length, the median should be calculated by calculating the average of the two grades in the middle of the set! - Grades in the set are between 0100. - The obtained results must be stored in RAM, in addresses allocated for min, max, avg and med variables

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!