STOP: 0x0000005C (10B, 1, 0, 0) question

Hello,

A board running Win7 build 7201 x64 encounters…
STOP:0x0000005C (0x000000000000010B, 0x0000000000000001, 0x0000000000000000, 0x0000000000000000)

Does anyone know where is hal initialization failing? The failure occurs only when the processor is slowed down as part of a debug requirement.

Thanks,
Scott

That means we waited for 3 seconds and didn’t get a clock interrupt from the RTC. Slowing down the processor could affect the time calculation - we calibrate the speed of the TSC against the CMOS clock and then use the TSC to time our 3 seconds. But even so, 3 seconds is a really long time not to get an interrupt. Any chance the debug mode is also affecting interrupt delivery?

Dave

Hello Davis,

Thanks for the quick reply. This information is exactly what I was looking for. It is certainly possible that our debugging arrangement is preventing interrupt delivery. We will check that, along with the interrupt rate relative to the cmos clock rate.

Thanks,
Scott