Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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)

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Database Systems Introduction To Databases And Data Warehouses

Authors: Nenad Jukic, Susan Vrbsky, Svetlozar Nestorov

1st Edition

1943153191, 978-1943153190

More Books

Students also viewed these Databases questions

Question

Name and briefly describe the five product mix pricing decisions.

Answered: 1 week ago