1
0

sim0015.html 1.4 KB

123456789101112131415161718192021222324252627282930
  1. <HTML>
  2. <HEAD>
  3. <META NAME="Generator" CONTENT="Corel WordPerfect 8">
  4. <TITLE>Parallel Ports</TITLE>
  5. </HEAD>
  6. <BODY TEXT="#000000" LINK="#0000ff" VLINK="#551a8b" ALINK="#ff0000" BGCOLOR="#ffffff">
  7. <H1>Parallel Ports</H1>
  8. <P>These ports have check boxes for pins programmed as inputs and display boxes for pins programmed as outputs. Outputs are
  9. not updated while simulations are running, however inputs are active when simulations are running via the "Go" or "Step
  10. Over" buttons.</P>
  11. <br>
  12. <img src="portjh.gif" width="437" height="139" align=right >
  13. <p>The ports displayed depend on the processor operating mode, with ports J and H being
  14. generally available, port D added for Narrow Memory mode, and ports A and B additionally
  15. added for Single Chip mode. In the case of the 68HC912B32, only ports A and B are provided.</p>
  16. <p>When the Log Changes box is checked, any changes to the outputs
  17. are logged, giving their time (in E/P clocks) and new value. The
  18. logging line looks like this:</P>
  19. <PRE>PORTH,10022,34,22</PRE>
  20. <P>Where <EM>PORTH</EM> is the event name (Port H output changed), <EM>10022</EM>
  21. is the time, <EM>34 </EM>is the value in decimal, and <EM>22</EM> is the value in
  22. hexadecimal.</P>
  23. <P>When the key wakeup interrupt feature is used, the interrupts are edge sensitive and won't be captured until the next P-clock.
  24. Key wakeup on port D uses the same interrupt as the External interrupt pin.</P>
  25. </BODY>
  26. </HTML>