Program 1 |
---|
1. Write an Assembly Language Program (ALP) to multiply two 16 bit binary numbers. |
Click Here |
Program 2 |
---|
2. Write an Assembly Language Program (ALP) to find the sum of first 10 integer numbers. |
Click Here |
Program 3 |
---|
3. Write an Assembly Language Program (ALP) to find factorial of a number. |
Click Here |
Program 4 |
---|
4. Write an Assembly Language Program (ALP) to add an array of 16 bit numbers and store the 32 bit result in internal RAM. |
Click Here |
Program 5 |
---|
5. Write an Assembly Language Program (ALP) to find the square of a number (1 to 10) using look-up table. |
Click Here |
Program 6 |
---|
6. Write an Assembly Language Program (ALP) to find the largest/smallest number in an array of 32 numbers . |
Click Here |
Program 7 |
---|
7. Write an Assembly Language Program (ALP) to arrange a series of 32 bit numbers in ascending/descending order. |
Click Here |
Program 8 |
---|
8. Write an Assembly Language Program (ALP) to count the number of ones and zeros in two consecutive memory locations. |
Click Here |
Program 1 |
---|
1. Display “Hello World” message using Internal UART. |
Click Here |
Program 2 |
---|
2. Interface and Control a DC Motor. |
Click Here |
Program 3 |
---|
3. Interface a Stepper motor and rotate it in clockwise and anti-clockwise direction. |
Click Here |
Program 4 |
---|
4. Determine Digital output for a given Analog input using Internal ADC of ARM controller. |
Click Here |
Program 5 |
---|
5. Interface a DAC and generate Triangular and Square waveforms. |
Triangle Wave. Click Here |
Square Wave. Click Here |
Program 6 |
---|
6. Interface a 4x4 keyboard and display the key code on an LCD. |
Click Here |
Program 7 |
---|
7. Demonstrate the use of an external interrupt to toggle an LED On/Off. |
Click Here |
Program 8 |
---|
8. Display the Hex digits 0 to F on a 7-segment LED interface, with an appropriate delay in between. |
Click Here |