0% found this document useful (0 votes)
47 views1 page

ARM Microcontroller Programming Assignment 2

The assignment requires students to complete 5 embedded programming tasks using various peripherals on a microcontroller board. The tasks include: 1) reading an analog input using ADC and displaying the output, 2) controlling an output signal using DAC, 3) implementing a UART interrupt callback to display data on a serial terminal, 4) creating a UART-based chat box, and 5) interfacing an external module like EEPROM using SPI. Students are instructed to properly comment their code, use the provided schematic for the board, and refer to reference documents for peripheral configuration.

Uploaded by

Ashish Ghodke
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views1 page

ARM Microcontroller Programming Assignment 2

The assignment requires students to complete 5 embedded programming tasks using various peripherals on a microcontroller board. The tasks include: 1) reading an analog input using ADC and displaying the output, 2) controlling an output signal using DAC, 3) implementing a UART interrupt callback to display data on a serial terminal, 4) creating a UART-based chat box, and 5) interfacing an external module like EEPROM using SPI. Students are instructed to properly comment their code, use the provided schematic for the board, and refer to reference documents for peripheral configuration.

Uploaded by

Ashish Ghodke
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment 2

1. Using ADC Read analog signal from input channel. [Using Potentiometer]

1.[Optional] Using ADC Read analog signal from input channel.[Using Sensor]

2. Using DAC control output signal. Show result using debugging or use LED.

3. Using UART implement Interrupt-Callback. Display data on Serial Terminal.

4. Using UART implement a chat-box.

5. Using SPI interface any type of external module. [EEPROM or Networking


module recommended]

NOTE:

1. All programs should be properly commented and make use of schematic given for the board.
2. Refer the relevant documents like TRM, data sheets etc for peripheral register configuration.

You might also like