Mobile and Desktop Processors
Intel® Core™ processors, Intel Atom® processors, tools, and utilities
16774 討論

Where i can find the max temperature that my processor i7-4700HQ can bear?

RMont36
初學者
34,150 檢視

Hi everyone, I downloaded the data sheets of my CPU i7-4700HQ (attached), but i don't know where is the max temperature which it can bear. Can you indicate me where is please?

 

The link where i downloaded the data sheets is: https://www.intel.com/content/www/us/en/products/docs/processors/core/core-technical-resources.html

 

Thank you in advance.

0 積分
1 解決方案
n_scott_pearson
超級使用者
34,095 檢視

The Maximum Junction Temperature (Tjmax) for Mobile Core family processors is fixed at 100c. For individual Desktop Core and Server Xeon family processors, it can vary somewhat from 100C, but rarely by more than +/-5c.

 

If you are a developer, remember that you can programmatically ascertain the Tjmax value for a Core family processor (Mobile, Desktop or Server Xeon) by reading the IA32 Temperature Target MSR (0x01A2). The Tjmax value is provided in bits 16::23.

 

Hope this helps,

...S

在原始文章中檢視解決方案

2 回應
n_scott_pearson
超級使用者
34,096 檢視

The Maximum Junction Temperature (Tjmax) for Mobile Core family processors is fixed at 100c. For individual Desktop Core and Server Xeon family processors, it can vary somewhat from 100C, but rarely by more than +/-5c.

 

If you are a developer, remember that you can programmatically ascertain the Tjmax value for a Core family processor (Mobile, Desktop or Server Xeon) by reading the IA32 Temperature Target MSR (0x01A2). The Tjmax value is provided in bits 16::23.

 

Hope this helps,

...S

RMont36
初學者
34,095 檢視

Hello @n.scott.pearson thank you a lot for your the extremely clear answer.

回覆