Editing Thermal

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:
Relative: see also [[Cooling]], [[Thermal]], [[Syscon Thermal Configs]]
Relative: see also [[Cooling]], [[Thermal]], [[Syscon Thermal Config]]
<div style="float:right">[[File:CellBE-heatdistribution.jpg|200px|thumb|left|[[CELL BE]] heatdistribution (on die)]]</div>
<div style="float:right">[[File:CellBE-heatdistribution.jpg|200px|thumb|left|[[CELL BE]] heatdistribution (on die)]]</div>


Line 308: Line 308:
*The high/first byte can be converted to celsius degress by a direct decimal conversion, eg: 0xA=10ºC
*The high/first byte can be converted to celsius degress by a direct decimal conversion, eg: 0xA=10ºC
*The low/second byte can be converted from the hex value to a fraction of 1 celsius degre with the formula (decimal*100)/256. And the resulting value will be rounded following the tables below, eg 0x80 = (128*100)/256 = 50 (half a celsius degree, in other words 0.5ºC). This rounding depends of how is configured the "resolution" of the low/second byte and varyes per PS3 model
*The low/second byte can be converted from the hex value to a fraction of 1 celsius degre with the formula (decimal*100)/256. And the resulting value will be rounded following the tables below, eg 0x80 = (128*100)/256 = 50 (half a celsius degree, in other words 0.5ºC). This rounding depends of how is configured the "resolution" of the low/second byte and varyes per PS3 model
*Inside the [[Syscon Thermal Configs]] the temperature values for "TempU" and "TempD" are in little endian for [[Sherwood]], and big endian for [[Mullion]]. The other temperatures ("trp", "tshutdown" and "hyst") are in big endian for all syscon models
*Inside the [[Syscon Thermal Config]] the temperature values for "TempU" and "TempD" are in little endian for [[Sherwood]], and big endian for [[Mullion]]. The other temperatures ("trp", "tshutdown" and "hyst") are in big endian for all syscon models
*The temperature monitors of [[COK-001]] motherboard have the temperature data format (low/second byte) configured to use a '''0.0625°C resolution''', eg: the highest temperature that can be represented is 127.9375ºC with the bytes 0x7F 0xF0
*The temperature monitors of [[COK-001]] motherboard have the temperature data format (low/second byte) configured to use a '''0.0625°C resolution''', eg: the highest temperature that can be represented is 127.9375ºC with the bytes 0x7F 0xF0
*The temperature monitors of [[DYN-001]] motherboard have the temperature data format (low/second byte) configured to use a '''0.25°C resolution''', eg: the highest temperature that can be represented is 127.75ºC with the bytes 0x7F 0xC0
*The temperature monitors of [[DYN-001]] motherboard have the temperature data format (low/second byte) configured to use a '''0.25°C resolution''', eg: the highest temperature that can be represented is 127.75ºC with the bytes 0x7F 0xC0
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)