3
EE/CE 6302 Homework #5 (Asynchronous Serial Communication) Name: _____________________ Student Number: _______________ (We only accept e-document uploaded in turnitin) 1. (35 points) Example 10.6 page 578 (Textbook)

5 - Asynchronous Serial Communication

Embed Size (px)

DESCRIPTION

blah blah blah

Citation preview

  • EE/CE 6302 Homework #5 (Asynchronous Serial Communication)

    Name: _____________________ Student Number: _______________

    (We only accept e-document uploaded in turnitin)

    1. (35 points) Example 10.6 page 578 (Textbook)

  • 2

    2. (25 points) Example 10.7 page 584(Textbook)

  • 3

    3. (40 points) Write a program that configures the UART for operation at 115200 baud, 8 data bits, no parity and 1 stop bit (assume an 8 MHz clock for MSP430). Repeat the

    same procedure for baud rate 9600 using ACLK (32768 Hz). Calculate required values

    of UART Mode Registers and show how you set those values in your program.