Difference between revisions of "Category:84PCE:Ports:By Name"

From WikiTI
Jump to: navigation, search
(Created page with "Ports by Address/Number See also list of ports by address Please read our page on Contributing before editing...")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
[[Category:84PCE:Ports|Ports by Address/Number]]
 
[[Category:84PCE:Ports|Ports by Address/Number]]
See also [[:Category:8PCE:Ports:By Address|list of ports by address]]
+
See also [[:Category:84PCE:Ports:By Address|list of ports by address]]
  
 
Please read our page on [[Contributing]] before editing these pages!
 
Please read our page on [[Contributing]] before editing these pages!
  
''Nota bene:'' We are '''not''' allowed to access ports directly! If you need any functionality not provided the boot code or OS, ''and'' you don't want to piss off TI, you won't write any software that directly interfaces with the hardware.
+
''Nota bene:'' Port access via IN and OUT is '''prohibited''': IN is censored outside of the OS, and OUT will cause a reset. However, some port ranges are memory-mapped to addresses above E00000, which appears to provide access most desirable port ranges. Security ports, the testing LED, and ports related to master power control seem to be located in the 0000 port range, and are not available through the memory-mapped ranges.
 +
 
 +
The following page lists port to memory mappings: [[84PCE:Wait_States]]

Latest revision as of 18:13, 7 February 2016

See also list of ports by address

Please read our page on Contributing before editing these pages!

Nota bene: Port access via IN and OUT is prohibited: IN is censored outside of the OS, and OUT will cause a reset. However, some port ranges are memory-mapped to addresses above E00000, which appears to provide access most desirable port ranges. Security ports, the testing LED, and ports related to master power control seem to be located in the 0000 port range, and are not available through the memory-mapped ranges.

The following page lists port to memory mappings: 84PCE:Wait_States