https://www.google.com/contributor/welcome/?utm_source=publisher&utm_medium=banner&utm_campaign=2376261057261409

Search This Blog

Search with our Site

Custom Search

Wednesday, December 21, 2011

CS609 Assignment no 3 Solution & Discussion Fall 2011


                                             Assignment # 3

[Total Marks 20]

Q No. 1

Write the C Program that can be used to program the master DMA controller, description of your program is as follows.

We have supposed that an I/O device have acquired the control of channel 1of the master DMA controller and want to write the data from I/O device to RAM using demand transfer mode of DMA. You are required to program therequired DMA internal registers such that I/O device can perform the demandtransfer mode with above specifications.
In your program suppose the following things.
·         Supposed you want to transfer the data from I\O device to Memory and have stored that data in a character array, i.e. global data in your program and name of that character array should be according to your VUID suppose mc060402111.
·         Size of the data that I/O device want to write in the memory using thedemand transfer mode of DMA should be calculated as follows. Take the last four digits of your VUID and represent them in a hexadecimal number. For example VUID mc060402111 have the value of last four digits ‘2111’ and these are represented in hexadecimal number as 0x2111 and load these values in the respected count register.




1 comment:

  1. http://vuinstructor.blogspot.com/ for solutions

    ReplyDelete