Electronic – Is it possible to have a MCU work at -55 degree, with specification of -40 to 85 degree working environment

microcontrollertemperature

I heard that someone mentioned the method of screening: to have 10 MCUs working at -55 degree, and find out the ones which can work properly, throwing the broken ones away.

Is the method applicable? I am worried that the MCU may work properly at -55 degree at my screening test and fail at the real working environment.

If not, what could be the possible solutions? We are using stm32f4, due to its very good DSP performance. The MCUs working at -55 degree we found do not have DSPs and can only work at low frequencies around 20MHz.

Best Answer

The crude way you'd ensure you were not on the edge of operation would be to test it outside the range. For example, you might test the parts at -65°C at voltage at a higher clock speed and higher/lower voltage than normal.

The manufacturer probably does not test at temperature extremes themselves, but they know how much margin is required under test conditions and they test to that. They also know how to ensure that they are testing everything. You don't know any of that. For example, something like an oscillator might work fine down to -40°C, and once started work to very low temperatures, but some may fail to start at -45°C. One particular instruction may start to fail first because of some timing conditions.

If the manufacturer can supply units qualified to that temperature that would be best. Or lobby for a relaxed requirement. Or put heaters in there to guarantee a minimum temperature after an acceptable warm-up period (perhaps inhibit operation until acceptable temperatures are reached).

Chances are if the parts need to meet a military lower temperature range, you really need to be sure that it works reliably.