Hi

I noticed today I have two of these events,
A fatal hardware error has occurred. A record describing the condition is contained in the data section of this event.
The first one happened on february 4 and the last one happened on february 24
Haven't noticed any stability problems nor had any crash, BSOD or anything (I don't have any critical events) nor I have any other HW related events.

The section data for both events have the following
HTML Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">- <System>  <Provider Name="Microsoft-Windows-WHEA-Logger" Guid="{c26c4f3c-3f66-4e99-8f8a-39405cfed220}" />   <EventID>1</EventID>   <Version>0</Version>   <Level>2</Level>   <Task>0</Task>   <Opcode>0</Opcode>   <Keywords>0x8000000000000002</Keywords>   <TimeCreated SystemTime="2021-02-24T10:57:06.0602690Z" />   <EventRecordID>41780</EventRecordID>   <Correlation ActivityID="{0abb1cb9-1639-4f30-8a9c-e184b85f3f4f}" />   <Execution ProcessID="4780" ThreadID="16908" />   <Channel>System</Channel>   <Computer>DESKTOP</Computer>   <Security UserID="S-1-5-19" />   </System>- <EventData>  <Data Name="Length">462</Data>   <Data Name="RawData">435045521002FFFFFFFF01000100000007000000CE01000005390A00180215143C60C1835215A74887D114D9467D7765000000000000000000000000000000008D7C2157665EFB4480339B74CACEDF5B03F83300702E884E992C6F26DAF3DB7A18B38AC6C105D701080000000000000000000000000000000000000000000000C8000000060100000003020001000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000053544F52504F525401000601A4000000010003000B000000B06873F5B0486387EF62D0A1B6918DD0730074006F00720061006800630069000000000000000000000000000000000057444320202020200057443230455A525A2D30305A3548423000A4000000A40000007DE050020000000016000000000100003E610C0000000000000000000000000000000000630000000000000000000000000000000000000048000000FFFFFFFF00000000000000000000000000004000010000000000000000000000000000000100000000000000310000000000000065000000640000000000000000000000000000003300000031000000310000000000000000000000ED780000</Data>   </EventData>  </Event>
HTML Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">- <System>  <Provider Name="Microsoft-Windows-WHEA-Logger" Guid="{c26c4f3c-3f66-4e99-8f8a-39405cfed220}" />   <EventID>1</EventID>   <Version>0</Version>   <Level>2</Level>   <Task>0</Task>   <Opcode>0</Opcode>   <Keywords>0x8000000000000002</Keywords>   <TimeCreated SystemTime="2021-02-04T05:27:30.5093180Z" />   <EventRecordID>39430</EventRecordID>   <Correlation ActivityID="{509fe7ac-fe26-4480-98e5-b63f7a4e4921}" />   <Execution ProcessID="4976" ThreadID="6444" />   <Channel>System</Channel>   <Computer>DESKTOP</Computer>   <Security UserID="S-1-5-19" />   </System>- <EventData>  <Data Name="Length">462</Data>   <Data Name="RawData">435045521002FFFFFFFF01000100000007000000CE0100001E1B0500040215143C60C1835215A74887D114D9467D7765000000000000000000000000000000008D7C2157665EFB4480339B74CACEDF5B03F83300702E884E992C6F26DAF3DB7ACBF63F9BE1F7D601080000000000000000000000000000000000000000000000C8000000060100000003020001000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000053544F52504F525401000601A4000000010003000B000000B06873F5B0486387EF62D0A1B6918DD0730074006F00720061006800630069000000000000000000000000000000000057444320202020200057443230455A525A2D30305A3548423000A4000000A40000007DE050020000000016000000000100001D69070000000000000000000000000000000000630000000000000000000000000000000000000041000000FFFFFFFF00000000000000000000000000200000010000000000000000000000000000000100000000000000310000000000000065000000640000000000000000000000000000003300000031000000310000000000000000000000D7890000</Data>   </EventData>  </Event>

I tried to search and found nothing
Does anyone know how to decode that and know what happened?
Many thanks :)