Presentation is loading. Please wait.

Presentation is loading. Please wait.

University of Houston ECE 5440/6370 Advanced Digital Design Lecture on Debouncing Circuit Yuhua Chen Spring 2010.

Similar presentations


Presentation on theme: "University of Houston ECE 5440/6370 Advanced Digital Design Lecture on Debouncing Circuit Yuhua Chen Spring 2010."— Presentation transcript:

1 University of Houston ECE 5440/6370 Advanced Digital Design Lecture on Debouncing Circuit Yuhua Chen Spring 2010

2 University of Houston2 - Yuhua Chen Debouncing Circuit n A mechanical switch (key-press) usually results in momentary oscillating behavior Switch Output Voltage (A) A R +5V

3 University of Houston3 - Yuhua Chen Scope Shots of Switch Bounce - Closing @ Node A

4 University of Houston4 - Yuhua Chen Scope Shots of Switch Bounce - Opening A

5 University of Houston5 - Yuhua Chen Debouncing Output A C R +5V Debouncing Circuit

6 University of Houston6 - Yuhua Chen Scanner Core Logic Behavior n To scan the keypad, the row pins are driven low (asserted) one at a time. In order to prevent potential signal contention, the row pins are driven using open drain outputs. The four column pins from the keypad are externally pulled up and are sampled periodically to determine if any keys on the selected (asserted) row are being pressed. A single scan is defined as the process of sequentially asserting each of the four row pins. n A key should not be recognized as pressed unless the following conditions are true: »After scanning the keyboard (all 16 keys) a minimum of 1 time, no keys are pressed. »One and only one key is consistently pressed for a minimum of 4 sequential scans. n The scan rate of the keypad should be adjusted such that a key will not be recognized in less than 8 milliseconds.

7 University of Houston7 - Yuhua Chen Use LFSR to Control Scanning Rate n The scan rate of the keypad should be adjusted such that a key will not be recognized in less than 8 milliseconds.

8 University of Houston8 - Yuhua Chen LFSR Counter Length Calculation n The purpose of the LFSR counter is to control the scan rate of the scanning. »The total time from “key pressed” to “key recognized” should be no less than 8 milliseconds so as to mask any bouncing that may be taking place. n For example, assume the following: »the scanner has 4 rows »the scanner scans the keypad 4 times before recognizing a key »the LFSR clock frequency is 1 MHz n Then the counter length (number of clocks before timeout) would be (8.0 E-3 * 1.0 E6) / (4 * 4) = 500. n Therefore, an LFSR counter having a length of 9 bits would be appropriate. n Important: Learn how to calculate the length of the LFSR counter n THE FORMULA VALUES STATED ABOVE ARE CONSISTANT WITH THE EXAMPLE. You will have to recalculate the counter length for your lab design based on the DE2 board 50MHz clock source.

9 University of Houston9 - Yuhua Chen Exercise 1: Calculate the LFSR Length n Assume the clock frequency is 50 MHz n What is the minimum length of the LFSR counter?

10 University of Houston10 - Yuhua Chen Exercise 2: Draw Timing Diagram of One Complete Scan n Include as least the following signals »Row signals »Column signals »LFSR Time Out signal (lfsr_lto) »Assume location (row2, col1) is pressed


Download ppt "University of Houston ECE 5440/6370 Advanced Digital Design Lecture on Debouncing Circuit Yuhua Chen Spring 2010."

Similar presentations


Ads by Google