Difference between revisions of "R32V2020 Peripheral Interfaces"

From Land Boards Wiki
Jump to navigation Jump to search
Line 55: Line 55:
 
= Peripheral Memory Map =
 
= Peripheral Memory Map =
  
* x0000-x07FF (2KB) - [[R32V2020 Memory Mapped Display]] (V001)
+
* x0000-x07FF (2KB) - [[R32V2020 Memory Mapped Character Display|Memory Mapped Character Display]] (V001)
 
* x0000-x07FF (2KB) - [[R32V2020 ANSI Terminal with UART Interface]] (V002)
 
* x0000-x07FF (2KB) - [[R32V2020 ANSI Terminal with UART Interface]] (V002)
 
* x0800-x0FFF (2KB) - [[R32V2020 PS/2 Keyboard]] Data/Status
 
* x0800-x0FFF (2KB) - [[R32V2020 PS/2 Keyboard]] Data/Status

Revision as of 12:53, 10 April 2022

This is the Peripheral hardware that has been tested with the Multicomp project

FPGA Cards

Tested Peripheral Interfaces

Not all of the above cards have support for the following.

Peripheral Data Sizes

  • Peripherals can be byte, short, or long sized
  • Byte devices connect to d0-d7
  • Short devices connect to d0-d15
  • Long devices connect to d0-d31

Peripheral Memory Map