subject

A module on the microcontroller is configured using a control register called CTL that has the format shown below. SLP CLK CAP IE
2- 3- 2- 1-

• SLP: selects sleep mode; value between 0 and 3
• CLK: selects clock speed; value between 0 and 7
• CAP: selects built-in capacitor value; choice between () and 3
• IE: interrupt enable bit (I: enable/ (): disable)

To support programming the device, the environment has declared the symbolic constants:

SLP_3: 1100 0000
SLP_2: 1000 0000
SLP_1: 0100 0000
SLP_0: 0000 0000
CLK_7: 0011 1000
CLK_6: 0011 0000
CLK_0: 0000 0000
CAP_3: 0000 0110
CAP_0: 0000 0000
IE_1: 0000 0001
IE_0: 0000 0000

Required:
a. Write a line of code that configures the module as the following:
(Sleep mode 1)(Clock speed 5)(Capacitor value 2)(Interrupts enabled)
b. For the operation above, show the masks used and the final value of CTL in binary.
c. Write a piece of code that changes SLP to 2. The current value of SLP is unknown.
d. Write a piece of code that changes CLK to 6. The current value of CLK is unknown.
e. Write an if-condition line that checks if SLP=2.
f. Write an if-condition line that checks if CLK=6.
g. Write an if-condition that checks if the current value of CLK is either of (0, 2, 4, 6).

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:00
Which option marks all modification made within a document? review comment track changes balloons
Answers: 1
question
Computers and Technology, 22.06.2019 17:30
Which tab should you open to find the option for adding a header?
Answers: 1
question
Computers and Technology, 24.06.2019 15:20
Local area networks use many of the same network technologies and the internet, only on a smaller scale. devices that access lans are equipped with a network interface that contains circuitry for wireless or wired connections. devices also have a physical address, in addition to the ip addresses acquired from a dhcp server. the most popular wired technology is . the most popular wireless technology is , which can be configured as a(n) or star topology. setting up a lan and configuring its router is fairly easy. the first step is to change the standard to one that is secure. next, create a(n) that uniquely identifies the network by name. it is also important to activate wireless to prevent wireless signals from being intercepted during transmission. a limited-access network can be created for visitors to use. by activating , the router will be able to assign ip addresses to each device that joins the network. to connect to a secure lan that is protected by encryption, an encryption , or password, is required. lans can be used to access data collected by iot devices and the networks that tie these devices together. technologies such as rfid, nfc, bluetooth smart, zigbee, and z-wave offer -power links, essential for battery-powered devices that can’t expend excess amounts of energy transmitting data.
Answers: 1
question
Computers and Technology, 24.06.2019 23:30
Adrian has decided to subscribe for a new internet connection. he wants a high speed connection so that he can stream video content smoothly. which access technology would you advise adrian against using?
Answers: 1
You know the right answer?
A module on the microcontroller is configured using a control register called CTL that has the forma...
Questions
question
Mathematics, 31.08.2021 03:10
question
Mathematics, 31.08.2021 03:10
Questions on the website: 13722360