These questions are from my Embedded Systems LEC class and I
These questions are from my Embedded Systems LEC class, and I got only 10% percent at my first attempt, so I need some help!!! BTW: It only has one correct selection.
For the ARM Cortex M3 architecture, what is the starting memory address of SRAM? OA. Ox2000.0000 OB, Depends on the specific micro-controller implementation Oc. 0x0000.0000 OD. Arbitrary, the project build process specifies the address of SRAM QUESTION 2 What are the types (extensions) of input files to the C pre-processor? A. \"C\" and \"h O C. .cpp\" and \"h D. \"C\" and .o QUESTION 3 If I need to see the machine (hardware instructions generated by the ARM asemester, I would look in which file? ) • C. \"S\" or \"asm D.\".mapSolution
1.The starting Address of SRAM 0X2000.0000 (Ans A)
2.The input files for C pre proceesor is . C (Ans B)
3. .map (ANS D)
4. .o (ANS D)
5. Read Only Memory (Ans B)
6..lib(ans B)
7..ccp (ans B)
8.segment content
9..org(ans C)
10.the address in memory where this instruction will be stored

