EE3401
EE3401
Q2. Write a routine in assembly code of 8085 to send 20 byte data from memory segment with starting 10
address as 2000H via SOD pin of 8085. Use 1 mark bit, 2 stop bits and no parity bit in a frame. Assume
clock frequency as 4 MHz and the baud rate of transmission is 15200 bits/sec.
Q3. We need to generate a clock frequency of 1kHz for ADC in a system consisting of 8051 microcontroller 10
like AT89S8253. Use timer 2 to serve the purpose. Draw the circuit neatly and develop code with RTOS
structure with proper comments in assembly language of 8051. Assume the clock frequency of 8051 as
11.059MHz.
Q4 a. There is a need for measuring ambient temperature of range [25, 75]◦ C by developing smart IoT node 10
device. Develop a circuit using 8051 and a temperature sensor whose transfer characterics are given
below to measure the temperature locally and display it with a 7-Segment LED units.
b. Write an RTOS in assembly code of 8051 with proper comments for the purpose as mentioned in Q4a. 8+7