home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / sci / electron / 21797 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  1.2 KB

  1. Path: sparky!uunet!crdgw1!rpi!uwm.edu!linac!att!news.cs.indiana.edu!noose.ecn.purdue.edu!stable.ecn.purdue.edu!laird
  2. From: laird@stable.ecn.purdue.edu (Kyler Laird)
  3. Newsgroups: sci.electronics
  4. Subject: can't clear M68HC705KICS interrupts (CLI/RTI)
  5. Message-ID: <laird.725818305@stable.ecn.purdue.edu>
  6. Date: 31 Dec 92 16:11:45 GMT
  7. Sender: news@noose.ecn.purdue.edu (USENET news)
  8. Organization: Purdue University Engineering Computer Network
  9. Lines: 20
  10.  
  11. I'm just getting started with the ICS and have already lost my KICS
  12. manual, so maybe I'm missing something simple here.  (Anyone have
  13. the number to use at Motorola to order another manual?)
  14.  
  15. Whenever I trigger an external interrupt (using IRQ or low Port A pins)
  16. I get stuck in the interrupt handling routine.  I'm using RTI, and have
  17. even tried CLI, but as soon as the instruction is hit (in the ICS), the
  18. PC jumps to the IRQ routine.
  19.  
  20. Note that I don't go into the IRQ routine until I cause a valid trigger,
  21. and the IRQ pin (onscreen) does toggle from 1 to 0 and back as I change
  22. its level.
  23.  
  24. Also, when running the Paced Loop Program I get extremely long delays
  25. between LED blinks even with RTIFs only counting down from 1 (instead of
  26. 3).  Is this normal for the ICS?
  27.  
  28. Thanks!
  29.  
  30. --kyler
  31.