Difference between revisions of "MITO 8M Mini SOM/MITO 8M Mini Hardware/Peripherals/Real Time Clock"

From DAVE Developer's Wiki
Jump to: navigation, search
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<section begin="History" />
+
<section begin=History/>
 
{| style="border-collapse:collapse; "
 
{| style="border-collapse:collapse; "
 
! colspan="4" style="width:100%; text-align:left" ; border-bottom:solid 2px #ededed" |History
 
! colspan="4" style="width:100%; text-align:left" ; border-bottom:solid 2px #ededed" |History
 
|-  
 
|-  
 +
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Version
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Issue Date
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Issue Date
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Notes
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Notes
 
|-
 
|-
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |2021/01/28
+
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |1.0.0
 +
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |Dec 2020
 
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |First release
 
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |First release
 
|-
 
|-
 
|-
 
|-
 
|}
 
|}
<section end="History" />
+
<section end=History/>
 
__FORCETOC__
 
__FORCETOC__
<section begin="Body" />
+
<section begin=Body/>
  
 
== Real Time Clock ==
 
== Real Time Clock ==
Line 22: Line 24:
  
 
=== Features ===
 
=== Features ===
The MITO 8M Mini/Nano module uses a 32.768kHz dedicated crystal in order to obtain an accurate time base for the RTC.
+
The MITO 8M module uses a 32.768kHz dedicated crystal in order to obtain an accurate time base for the RTC.
  
 
=== Important note for RTC during ''power-off'' ===
 
=== Important note for RTC during ''power-off'' ===
The Real Time Clock is kept operative through the PMIC_LICELL pin (J.14): the LICELL pin provides for a connection of a coin cell backup battery or a “super” capacitor.
+
On the MITO 8M Mini/Nano module the SNVS voltage rails are obtained by the main supply of the SOM.
  
A small capacitor should be placed from LICELL to ground under all circumstances.
+
For this reason, there is no possibility to keep operative the CPU RTC when the SOM is not connected to the 3.3VIN power rail.
  
For more information about PMIC RTC functionality, please refer to the [https://www.nxp.com/docs/en/data-sheet/PF8121.pdf PF8121] datasheet.
+
Use an external RTC with battery backup functionality if required.
 
----
 
----
  
 
[[Category:MITO 8M Mini]]
 
[[Category:MITO 8M Mini]]
 
[[Category:MITO 8M Nano]]
 
[[Category:MITO 8M Nano]]

Revision as of 19:42, 29 December 2020

History
Version Issue Date Notes
1.0.0 Dec 2020 First release



Real Time Clock[edit | edit source]

This chapter describes the technical specifications and features for the RTC component on the MITO 8M Mini/Nano module.

The Real Time Clock available on MITO 8M Mini/Nano is based on iMX8M Mini/Nano SoC.

Features[edit | edit source]

The MITO 8M module uses a 32.768kHz dedicated crystal in order to obtain an accurate time base for the RTC.

Important note for RTC during power-off[edit | edit source]

On the MITO 8M Mini/Nano module the SNVS voltage rails are obtained by the main supply of the SOM.

For this reason, there is no possibility to keep operative the CPU RTC when the SOM is not connected to the 3.3VIN power rail.

Use an external RTC with battery backup functionality if required.