Mobile and Desktop Processors
Intel® Core™ processors, Intel Atom® processors, tools, and utilities
16773 Discussões

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

RMont36
Principiante
34.138 Visualizações

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 Kudos
1 Solução
n_scott_pearson
Superusuário
34.083 Visualizações

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

Ver solução na publicação original

2 Respostas
n_scott_pearson
Superusuário
34.084 Visualizações

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
Principiante
34.083 Visualizações

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

Responder