1. Write a program to multiply two 16 bit binary numbers..
Conclusion:
This program performs a multiplication of two 16 bit binary numbers and the result is stored in memory location 0x40000000
2. Write a program to find the sum of first 10 integer numbers.
Conclusion:
This program performs the sum of first 10 integer numbers and the result is stored in memory location 0x40000000.
3. Write a program to find factorial of a number.
Conclusion:
This program performs factorial of a number and the result is stored in memory location 0x40000000.
4. Write a program to add an array of 16 bit numbers and store the 32 bit result in internal RAM.
Conclusion:
This program performs addition of an array of 16 bit numbers and store the 32 bit result in internal RAM and the result is stored in memory location 0x40000000.
5. Write a program to find the square of a number (1-10) using look-up table
Conclusion:
This program performs the function to find the square numbers and the result is stored in memory location 0x40000000.
6. Write a program to find the smallest or largest number in an array.
Conclusion: this program performs finding the smallest or largest number in an array. and the result is stored in memory location 0x40000000.
7. Write a program to arrange series of 32 bits number in ascending or descending order.
Conclusion:
This program performs the ascending or descending order of the number and the result is stored in memory location 0x40000000.
8. write a program to count number of ones and zeroes in 2 consecutive memory location.
Conclusion:
This program counts the number of ones and zeroes in 2 consecutive memory location.
9. Hello world using UART
Conclusion:
10. Stepper motor clockwise and anti clockwise
Conclusion:
11. Interface a DAC and generate triangular wave form