Difference between revisions of "MISC-TN-027 — Qualifying a product for industrial, harsh environments: resilience against power supply anomalies"

From DAVE Developer's Wiki
Jump to: navigation, search
(Introduction)
(Power supply anomalies resilience test)
Line 30: Line 30:
 
TBD   
 
TBD   
  
Combining several test waveforms of different types (1) and running these test over the entire DUT's operating temperature range allow to achieve good confidence that the product's PSU will not fail in the field because of "misbehaving" power supply. Furthermore, these tests are extremely useful to detect hardware design errors or more subtle situations like the one described in [https://www.st.com/resource/en/application_note/an5861-stpmic1-auto-turnon-stmicroelectronics.pdf this application note] by ST Microelectronics. Thank to the use of PPSU, during the qualification of the [[ETRA SBC/General Information/Block Diagram and Features|ETRA Single Board Computer]], we were able to spot the issue illustrated in this application note before STM released it publicly.
+
Combining several test waveforms of different types (1) and running these test over the entire DUT's operating temperature range allow to achieve good confidence that the product's PSU will not fail in the field because of "misbehaving" power supply. Furthermore, these tests are extremely useful to detect hardware design errors or more subtle situations like the one described in [https://www.st.com/resource/en/application_note/an5861-stpmic1-auto-turnon-stmicroelectronics.pdf this application note] by ST Microelectronics. Thank to the use of PPSU, during the qualification of the [[ETRA SBC/General Information/Block Diagram and Features|ETRA Single Board Computer]], we had been able to spot the issue illustrated in this application note before STM released it publicly.
 +
 
 +
== Hardware design ==
 +
PPSU is implemented in the form of a single PCB that can operate in two modes:
 +
* PPSUv2
 +
* PPSUv3.
 +
The following image shows the PCB. It integrates several sections whose purpose will be clear after illustrating the operating modes.
 +
[[File:PPSU3-PCB.png|center|thumb|600x600px]]
 +
PPSUv2 is the legacy mode utilized when it works in tandem with a PC. In this case, the PC hosts the programs required to "depict" the desired supply voltage.

Revision as of 09:09, 6 October 2023

Info Box


History[edit | edit source]

Version Date Notes
1.0.0 July 2023 First public release

Introduction[edit | edit source]

Over the decades, DAVE Embedded Systems has been sharpening a tight qualification process for the products the company has been commissioned to design and manufacture. This process is relentlessly engineered to cope with the challenging requirements of the system-on-chips these products are based on and the industrial applications in harsh environments they drive.

This qualification process comprises several tests with different characteristics and goals. One of these tests is specifically designed for verifying the resilience of DUT's power supply unit (PSU) against supply voltage anomalies, which are pretty common in industrial environments. This Technical Note (TN for short) describes how we run this test.

Power supply anomalies resilience test[edit | edit source]

To make this test possible, DAVE Embedded Systems designed an ad hoc smart bench power supply denoted as PPSU. PPSU is used to power the DUT, which is the electronic device under test. You can think of PPSU as a programmable power waveform generator that is also able to verify the health status of the DUT. PPSU can generate an arbitrary supply voltage that exhibits purposely anomalies such as glitches and non-monotonic ramps. A robust product is expected to be resilient against these stressing conditions. In this context, by resilience we mean that either one of the following conditions occur:

  • DUT is not affected at all and continues to operate regularly
  • If it is inevitable that a hardware reset is triggered, DUT performs a warm reboot cycle and eventually returns to regular operating.

Of course, the expected behavior depends strongly on the nature and severity of injected anomalies. After an anomaly is injected, PPSU verifies whether the DUT is operating properly or not and logs the test result. PPSU can also be programmed to run the test cycle repeatedly for the desired number of iterations and optionally to stop if the test fails.

TBD

Combining several test waveforms of different types (1) and running these test over the entire DUT's operating temperature range allow to achieve good confidence that the product's PSU will not fail in the field because of "misbehaving" power supply. Furthermore, these tests are extremely useful to detect hardware design errors or more subtle situations like the one described in this application note by ST Microelectronics. Thank to the use of PPSU, during the qualification of the ETRA Single Board Computer, we had been able to spot the issue illustrated in this application note before STM released it publicly.

Hardware design[edit | edit source]

PPSU is implemented in the form of a single PCB that can operate in two modes:

  • PPSUv2
  • PPSUv3.

The following image shows the PCB. It integrates several sections whose purpose will be clear after illustrating the operating modes.

PPSU3-PCB.png

PPSUv2 is the legacy mode utilized when it works in tandem with a PC. In this case, the PC hosts the programs required to "depict" the desired supply voltage.