New Reference For Msp430 Polling Technique

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View New Reference For Msp430 Polling Technique as PDF for free.

More details

  • Words: 99
  • Pages: 1
Since we are unable to use interrupt enabled Port 1, we had to substitute the use of interrupts with a technique known as polling. Polling is a process of manually checking values for changes on a repetitive basis, as a part of the main program loop [XX]. There are pros and cons with using either interreupts or polling for triggering. Also, the timing of our system allows us to use polling without having any negative side effects, such as creating unacceptable system latencies.

Nagy, Chris. Embedded Systems Design using the TI MSP430 Series. Elsevier, Burlington, Massachusetts. 2003. pgs. 37-38,

Related Documents