home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / electron / 18782 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.3 KB

  1. Path: sparky!uunet!wupost!crcnis1.unl.edu!news.unomaha.edu!news.mtholyoke.edu!news.byu.edu!yvax.byu.edu!cunyvm!di3qc
  2. Newsgroups: sci.electronics
  3. Subject: HC11 RTI
  4. Message-ID: <92317.011425DI3QC@CUNYVM.BITNET>
  5. From: <DI3QC@CUNYVM.BITNET>
  6. Date: Thursday, 12 Nov 1992 01:14:25 EST
  7. Organization: City University of New York/ University Computer Center
  8. Lines: 16
  9.  
  10.      I am having problems setting up a real time interrupt. I would like the
  11. interrupt that signals every 20ms or so. I am first setting RTII bit in TMSK2
  12. register $1024. This I think enables the RTI interrupt. Then I am setting the
  13. RTI vector $fff0 with the address of my routine. The first part of my routine
  14. clears RTIF bit in TFLG2 $1025. Then I have my routine with it ending RTI. All
  15. my interrupt routine does is count ten of these RTI and then sets a port where
  16. I have an led connected. Then it turns the led off and resets count (a memory)
  17. location to 0. This way I have a delay. My problem is while in PC BUG I get
  18. locked out and the led doesnt light. I know I am not overwriting the PCBUG
  19. talker and the led routine works fine. My problem is with the RTI. Any
  20. suggestions would be great. Also does anyone have any suggestions to a lab
  21. type manual with experiments to be conducted with an HC11. Well thanks.
  22.  
  23.  
  24.  
  25.                                                          Alex Jeannopoulos
  26.