sim0022.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <HTML>
  2. <HEAD>
  3. <META NAME="Generator" CONTENT="Corel WordPerfect 8">
  4. <TITLE>Overview of Capabilities</TITLE>
  5. </HEAD>
  6. <BODY TEXT="#000000" LINK="#0000ff" VLINK="#551a8b" ALINK="#ff0000" BGCOLOR="#ffffff">
  7. <H1>Overview of Capabilities</H1>
  8. <P>The Simulator is intended simulate most of the interfacing capabilities of the Motorola 68HC812A4
  9. microcontroller as installed in the Motorola M68HC12A4EVB evaluation board. Timing is simulated to allow
  10. estimating performance of the real system. The user interface allows accessing the various 68HC12 features,
  11. memories, and execution control. The basic, major capabilities are:</P>
  12. <UL>
  13. <LI> 16K "External" RAM memory at locations $4000-$7FFF. Adjustable clock stretch.</LI>
  14. <LI> 32K "External" pseudo-ROM memory at locations $8000-$FFFF. This memory can be altered via the
  15. simulator user interface, and loaded from S19 format files. Adjustable clock stretch.</LI>
  16. <LI> Internal memory (RAM and EEPROM) at their default locations, $800-$BFF for the RAM and $1000-$1FFF for the EEPROM. EEPROM can be programatically written.</LI>
  17. <LI> Execution can be made to abort on invalid memory reference, invalid instruction execution, and un-handled
  18. interrupts.</LI>
  19. <LI> 16MHz crystal clock assumed.</LI>
  20. <LI> CPU12 fully implemented</LI>
  21. <LI> Timer Module implemented, with a "Signal Generator" which can drive any of the inputs.</LI>
  22. <LI> COP and RTI implemented</LI>
  23. <LI> One SCI implemented, with "turbo mode" optional to allow an infinitely fast data rate.</LI>
  24. <LI> ATD implemented</LI>
  25. <LI> Peripheral chip selects (CS0 to CS3) implemented</LI>
  26. <LI> Ports H and J implemented, including key interrupts</LI>
  27. <LI> Output to ports H, J, T (timer), and peripheral chip selects can be logged to a file for analysis.</LI>
  28. </UL>
  29. <P>The simulator can also run in several modes: <A HREF="sim0023.html">wide expanded, requested, student, single chip, and simulation of
  30. the 68HC912B32 part</A>.</P>
  31. </BODY>
  32. </HTML>