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

From WikiTI
Jump to: navigation, search
m
Line 4: Line 4:
 
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.

Revision as of 15:55, 30 March 2015

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.