Skip to content

Commit bc156fd

Browse files
committed
Add note about silicon revision and errata
1 parent e10d9e9 commit bc156fd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

libraries/Examples/examples/Advanced/LowPower/LowPower.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
How close can we get to 2.7uA in deep sleep?
1313
This example shows how decrease the Artemis current consumption to less than 3uA in deep sleep.
1414
15+
Note that Artemis modules with revision A0/A1 silicon will use ~30uA. Please see the
16+
Ambiq errata for more information: https://www.ambiqmicro.com/static/mcu/files/Apollo3_Blue_Errata_List_v1_0_external_release.pdf
17+
1518
To monitor the current to the Edge cut the MEAS jumper, solder in headers, and attach
1619
a DMM via IC hooks (https://www.sparkfun.com/products/506).
1720

libraries/Examples/examples/Advanced/LowPower_WithWake/LowPower_WithWake.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
with a wake up every 5 seconds to blink the LED. The RTC is used to trigger an interrupt
1515
every second.
1616
17+
Note that Artemis modules with revision A0/A1 silicon will use ~30uA. Please see the
18+
Ambiq errata for more information: https://www.ambiqmicro.com/static/mcu/files/Apollo3_Blue_Errata_List_v1_0_external_release.pdf
19+
1720
To monitor the current to the Edge cut the MEAS jumper, solder in headers, and attach
1821
a DMM via IC hooks (https://www.sparkfun.com/products/506).
1922

0 commit comments

Comments
 (0)