Microprocessors: From Assembly Language to C Using thePIC18Fxx2

I.9: CHAPTER 9

I.9 CHAPTER 9

1.

What is the bandwidth in MB/s of a parallel data link that consists of 32 wires for data transfer, a clock speed of 8 MHz, and data transfer every second rising clock edge?

2.

Assume a PIC18 with an FOSC of 40 MHz, and PORTB for data transfer. Suppose you want to transfer 256 bytes of data to an external device. How long does it take to transfer this data, using the code in this problem? Express this transfer rate in MB/s.

clrf    cntIfsr    FSRO,data_array   ;get address of data to transfer loopmovff   POSTINCO,PORTB    ; write data to PORTBdecfsz  cnt               ;decrement counterbra     loop              ;will loop 256 times;;rest  of code

3.

What is 1 bit time in microseconds for a baud rate of 19200?

4.

How long does it take to send 64 bytes of data at 57600 baud using asynchronous serial transmission assuming 8 data bits and 5 stop bit times between each character?

5.

Give the maximum bandwidth of an asynchronous serial link operating at 115,200 baud in B/s assuming a format of 8-data bits and the minimum time of 1 stop bit between transmissions.

6.

Draw the waveform for an asynchronous transmission assuming 8 data bits, 1 stop bit...

UNLIMITED FREE
ACCESS
TO THE WORLD'S BEST IDEAS

SUBMIT
Already a GlobalSpec user? Log in.

This is embarrasing...

An error occurred while processing the form. Please try again in a few minutes.

Customize Your GlobalSpec Experience

Category: Bit Error Rate Testers
Finish!
Privacy Policy

This is embarrasing...

An error occurred while processing the form. Please try again in a few minutes.