Skip to content

SDK Release 1.0

Latest
Compare
Choose a tag to compare
@siliconwitch siliconwitch released this 20 Jun 12:25
c311e96

Release 1.0

  • Significant improvements to the PMIC configuration functions.
  • Added get functions to read back the configured voltages on the rails.
  • Added a test application that tests all the rails and PMIC functions.

Test report

S1 Module Tests – Built: Jun 20 2022 14:14:21 – SDK Version: 1.0.
[PASS] S1 started
[INFO] Setting all rails to default values
[INFO] Enabling Vfpga and Vio to their nominal voltages
[PASS] Vio started correctly
[PASS] Vfpga enabled correctly
[INFO] Disabling Vfpga and checking Vio disables also
[PASS] Vfpga disabled
[PASS] Vio disabled automatically
[INFO] Attempting to re-enable Vio without enabling Vfpga first
[PASS] Vio correctly refused to turn on in LDO mode
[PASS] Vio correctly refused to turn on in LSW mode
[INFO] Enabling Vfpga for Vio range tests
[PASS] Vio correctly refused to set below 0.8V
[PASS] Vio correctly set to 0.8V
[PASS] Vio correctly refused to set above 3.45V
[PASS] Vio correctly set to 3.45V
[INFO] Testing correct rounding of Vio voltage parameters
[PASS] Vio correctly rounded down to 3.0V
[PASS] Vio correctly rounded up to 3.025V
[INFO] Testing Vio configuration when Vaux is disabled
[PASS] Vaux correctly shutdown
[PASS] Vio correctly returned that Vaux is not enabled
[PASS] Vio correctly configured to 1.0V anyway
[PASS] Vaux set to 3.0V
[PASS] Vio correctly returned dropout level warning
[PASS] Vio correctly configured to 2.925V anyway
[INFO] Testing Vio load switch modes
[PASS] Vio as load switch (off) correctly set
[PASS] Vio as load switch (on) correctly set
[PASS] Vaux correctly refused to set to a high voltage while Vio is in load switch mode
[PASS] Vio correctly refused to set to load switch mode while Vaux is too high
[INFO] Testing Vaux range limits
[PASS] Vaux correctly refused to set below 0.8V
[PASS] Vaux correctly set to 0.8V
[PASS] Vaux correctly refused to set below 5.5V
[PASS] Vaux correctly set to 5.5V
[INFO] Testing correct rounding of Vaux voltage parameters
[PASS] Vaux correctly rounded down to 3.0V
[PASS] Vaux correctly rounded up to 3.05V