User Tools

Site Tools


oberheimmatrix1000

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
oberheimmatrix1000 [2016-07-30 08:13] – [Memory Map] gdeoberheimmatrix1000 [2016-09-26 20:21] (current) – [6850 UART] gde
Line 42: Line 42:
  
 Gareth is working on a [[https://github.com/gareth8118/radare2-extras/tree/6809wip|6809 plugin for radare2]] specifically for this project.  Gareth is working on a [[https://github.com/gareth8118/radare2-extras/tree/6809wip|6809 plugin for radare2]] specifically for this project. 
 +
 +==== Matrix 6/100 links ====
 +
 +http://www.tauntek.com/Matrix6Firmware.htm
 +
 +http://www.tauntek.com/codeinfo.txt
 +
 +http://wolzow.mindworks.ee/analog/m1k-firmware.htm
 +
  
 ===== Memory Map ===== ===== Memory Map =====
Line 77: Line 86:
     0x1400-0x17ff UORV* {     0x1400-0x17ff UORV* {
          
-        0x1400-0x15ff - $ U809 - 68850 - UART (if A9 = 0) {+        0x1400-0x15ff - $ U809 - 68B50 - UART (if A9 = 0) {
             0x1406 - Control/Status {             0x1406 - Control/Status {
                 Control (write-only) {                 Control (write-only) {
Line 102: Line 111:
             0x1407 - Transmit/Receive Data             0x1407 - Transmit/Receive Data
         }         }
-        0x1600 - 82C54 Programmable Timer (if A9 = 1)+        0x1600 - 82C54 Programmable Timer (if A9 = 1) {
             This timer is the source of /IRQ back to the 6809             This timer is the source of /IRQ back to the 6809
 +            0x1600 - Counter 0 Register
 +            0x1601 - Counter 1 Register
 +            0x1602 - Counter 2 Register
 +            0x1603 - Control Word Register
 +        }
     }     }
                
Line 188: Line 202:
 {{ :ef6850p.pdf | Datasheet}} {{ :ef6850p.pdf | Datasheet}}
  
 +==== 82C54 Programmable Interval Timer ====
  
 +{{ :82c54.pdf | Datasheet}}
 +===== Using r2 =====
  
 +To start radare2 on the image:
 +
 +<code>
 +$ r2 -a mc6809 -m 0x8000 27256.bin
 +</code>
oberheimmatrix1000.1469866430.txt.gz · Last modified: 2016-07-30 08:13 by gde

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki