Guys.. can any one figure out this problem for me….
Objective:
1) demonstrate the ability to program a module in the 68HS12 independently and without the assistance of a complete sample program,
2) show that he/she can comprehend and put to practical use technical reference material,
3) implement top down modular programming for a small project,
4) demonstrate the ability to refer to specifications sheets and connect an external sensor,
5) demonstrate troubleshooting skills
The S12 Timer will be used to measure the pulse width of an Ultrasonic Sensor mounted on the Dragonboard in order to determine the distance between an object and the Dragonboard.
The distance will be displayed on the LCD display. The output of the DAC will be monitored by a voltmeter and the data displayed on the LCD display of the Dragonboard.
Summary:
1. Capture the ultrasonic sensor information using the Timer of the HS12.
2. Convert the information to distance.
3. Display the distance on the LCD screen.
4. Be able to read the Dragon Board schematics, reference manuals, textbook, Ultrasonic sensor data and identify all connections and explain the operation of the Timer.