Question: You are bare-metal programming a sensor system on a microcontroller. You have written the following code: .section.data myBitString1: .word Ob10011001111001100001110110100110 myBitString2: .word Ob01011100110101011100011001010010 When ran

You are bare-metal programming a sensor system on a microcontroller. You have written the following code: .section.data myBitString1: .word Ob10011001111001100001110110100110 myBitString2: .word Ob01011100110101011100011001010010 When ran you find that the address locations of myBitString1 and myBitString2 do not contain your data. Explain why, and describe how this could be resolved. Note: Do not code a solution. You are bare-metal programming a sensor system on a microcontroller. You have written the following code: .section.data myBitString1: .word Ob10011001111001100001110110100110 myBitString2: .word Ob01011100110101011100011001010010 When ran you find that the address locations of myBitString1 and myBitString2 do not contain your data. Explain why, and describe how this could be resolved. Note: Do not code a solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
