Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 1 UART ( 1 0 marks ) In this exercise you will be develop a program that will run on the NUC 1 4
Exercise UART marks
In this exercise you will be develop a program that will run on the NUC board, to send and receive data between the NUC Board and your laptop. From laptop side, you need an additional USBUART adapter together with Terminal software to facilitate the communication. The diagram of the system can be simplified as follows:
The program has the following specifications:
a Clock frequency of the CPU is at MHz
b UART channel specification:
o UART clock source is MHz
o UART channel is used to transmit data and receive data.
o Data packet: start bit data bit no parity bit stop bit
o Baud rate: bps
After the reset, the board is standing by to wait for data to send from laptop. You will send the message HELLO THIS IS FROM TEAM from Terminal to the NUC board. The board will receive the message and send it back to the laptop. If the setting is successful implemented, you can see the message reappear in the RX box of Terminal.
For this exercise you must use UART Interrupts for both TX and RX Receive the message
from NUC board and display
here
Macros
Set Macros
Send
Rx: Tx: NUC Board
USBVATT
Adapter
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started