Editing Talk:Syscon Error Codes

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
__FORCETOC__
== UART Samples ==
== UART Samples ==
https://www.psx-place.com/threads/fault-finding-ylod-with-the-syscon-first-steps-and-error-reporting.30100/page-127#post-324377
https://www.psx-place.com/threads/fault-finding-ylod-with-the-syscon-first-steps-and-error-reporting.30100/page-127#post-324377
Line 99: Line 97:
*1802 RSX INIT ---> RSX_'''INT''' (shorted in the page index as "'''Interrupt RSX'''")
*1802 RSX INIT ---> RSX_'''INT''' (shorted in the page index as "'''Interrupt RSX'''")
*1301 BE PLL Unlick ---> BE PLL '''Unlock''' ?
*1301 BE PLL Unlick ---> BE PLL '''Unlock''' ?
== Fatal error codes relationship ==
{| class="wikitable" style="line-height:1em; font-size:0.85em"
|-
! style="border-top:hidden; border-left:hidden; background-color:#fff" | !! 20xx !! 21xx !! 22xx !! 23xx !! style="border-top:hidden; border-right:hidden; background-color:#fff" | Description
|-
! 2x01
| 2001 || 2101 ||  ||  || CELL
|-
! 2x02
| 2002 || 2102 ||  ||  || RSX
|-
! 2x03
| 2003 || 2103 || 2203 ||  || South Bridge
|-{{cellcolors|lightgrey}}
! 2x04
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x05
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x06
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x07
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x08
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x09
|  ||  ||  ||  || Reserved ?
|-
| colspan="6" style="border-left:hidden; border-right:hidden" |  
|-
! 2x10
| 2010 || 2110 ||  ||  2310 || Clock Subsystems
|-
! 2x11
| 2011 || 2111 ||  ||  || Clock CELL
|-
! 2x12
| 2012 || 2112 ||  ||  || Clock CELL
|-
! 2x13
| 2013 || 2113 ||  ||  || Clock CELL, RSX, South Bridge
|-{{cellcolors|lightblue}}
! 2x14
|  ||  ||  ||  || Reserved ? (2114 seems to be implemented at least since sherwood SW2/[https://www.psx-place.com/threads/fault-finding-ylod-with-the-syscon-first-steps-and-error-reporting.30100/page-152#post-341691 CECH-20xx])
|-{{cellcolors|lightgrey}}
! 2x15
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x16
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x17
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x18
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x19
|  ||  ||  ||  || Reserved ?
|-
| colspan="6" style="border-left:hidden; border-right:hidden" |  
|-
! 2x20
| 2020 || 2120 ||  ||  || HDMI
|-
! 2x21
|  ||  ||  ||  || ?
|-
! 2x22
| 2022 || 2122 ||  ||  || DVE
|-
! 2x23
|  ||  ||  ||  || ?
|-{{cellcolors|lightblue}}
! 2x24
| 2024 || 2124 ||  ||  || AV (not supported by mullion syscons ?)
|-{{cellcolors|lightgrey}}
! 2x25
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x26
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x27
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x28
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x29
|  ||  ||  ||  || Reserved ?
|-
| colspan="6" style="border-left:hidden; border-right:hidden" |  
|-
! 2x30
| 2030 || 2130 ||  ||  || Thermal Sensor, CELL
|-
! 2x31
| 2031 || 2131 ||  ||  || Thermal Sensor, RSX
|-
! 2x32
|  ||  ||  ||  || ?
|-
! 2x33
| 2033 || 2133 ||  ||  || Thermal Sensor, South Bridge
|-{{cellcolors|lightgrey}}
! 2x34
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x35
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x36
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x37
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x38
|  ||  ||  ||  || Reserved ?
|-{{cellcolors|lightgrey}}
! 2x39
|  ||  ||  ||  || Reserved ?
|}
== Error transmission ==
I think it would be supercool to add descriptions of how the error is passed to syscon using a predefined visual style (common for all error codes)<br>The first detail that worths to be considered to do this is how many different ways exists to pass an error code to syscon, as far i understand there are only 2, either with a control signal not following any protocol (a simnple "pullup" or "pulldown") or by using some kind of data bus (but some of this data buses are still unknown, at least for me), anyway, we can do something like this:<br>
*Error '''1002'''
**Type = pulldown
**Adquired by:
***Mullion syscons [[Template:Syscon pinout BGA 200 pads|BGA 200]] pad D7 (RSX_POW_FAIL)
***Sherwood syscons [[Template:Syscon pinout LQFP 128 pins|LQFP 128]] pad <abbr title="Unknown">UNK</abbr>
***Sherwood syscons [[Template:Syscon pinout LQFP 100 pins|LQFP 100]] pad <abbr title="Unknown">UNK</abbr>
One of the goals of this idea is... if we know how every error code is generated then we will be able to take an scrap motherboard (for experiments) and "sabotage" it to generate some/all the error codes manually, this way we can identify them accuratelly and have a way bigger understanding of what means each and/or what sony engineers was trying to achieve--[[User:Sandungas|Sandungas]] ([[User talk:Sandungas|talk]]) 02:23, 14 October 2022 (UTC)
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)

Template used on this page: