Abov A31L214 User manual

Contents A31L214 Demo Board
2
Contents
1Introduction ....................................................................................................................................4
2Overview ........................................................................................................................................5
3VDD Power Selection.....................................................................................................................6
4Key & LCD Display.........................................................................................................................7
5Check the current consumption modes .........................................................................................8
6How to connect an ammeter ..........................................................................................................9
7Low power Clock..........................................................................................................................10
8Low power performance demonstration on GUI ..........................................................................11
9Connection A-Link dongle and Demo board ................................................................................13
10 References...................................................................................................................................14
Revision History ....................................................................................................................................15

A31L214 Demo Board List of Figures/ List of Tables
3
List of Figures
Figure 1. A31L214 Demo Board .............................................................................................................5
Figure 2. VDD Power Selection ..............................................................................................................6
Figure 3. Key assign ...............................................................................................................................7
Figure 4. Current measuring cable .........................................................................................................9
Figure 5. How to connect an ammeter ....................................................................................................9
Figure 6. Operating mode change ........................................................................................................11
List of Tables
Table 1. VDD Power Selection ................................................................................................................6
Table 2. LCD Display Mode and Key function.........................................................................................7
Table 3. Check the Run mode current ....................................................................................................8
Table 4. Check the Sleep mode current..................................................................................................8
Table 5. Check the Deep sleep mode current.........................................................................................8
Table 6. Log message output screen ....................................................................................................12

1. Introduction A31L214 Demo Board
4
1 Introduction
This document is a user manual for the demo board that can check the current consumption for each
mode. Users can check the actual current by entering each mode after connecting an ammeter to this
board.
Current consumption modes that can be checked on this board are as follows.
Main/Sub Run mode (IDD1/IDD3)
Main/Sub Sleep mode (IDD2/IDD4)
Deep sleep mode 0~3 (IDD5~IDD8)
Basically, the following items were disabled to minimize the current in each of the above modes.
Clocks not selected as MCLK
RTCC block
LCD driver block
Unused peripheral clocks
Data flash power in the PMU block
For more detail, please refer to hereafter contents and the example code provided to help users
understand.

A31L12x Wake-up Guide by LPUART 2. Overview
5
2 Overview
Figure 1. A31L214 Demo Board
•MCU : A31L214 ( 80LQFP-1212 )
•Supply voltage : 1.71V ~ 3.6V ( for more detail refer to the datasheet )
•Clock source
✓Internal : HIRC 32MHz/16MHz, WDTRC 40kHz
✓External : XMOSC 16MHz, XSOSC 32kHz ( low power crystal – CL: 7pF )
•LCD display : 3V, 4-digit, 4-com x 9-seg
•Key Matrix : 4-input ( PA0~PA3 )
•Support functions
✓Current consumption can be checked each by mode(IDD1~IDD8) using an ammeter.
✓Mode can be entered by key input.
✓Clock display using RTCC after power on.
✓Clock display during Deep Sleep mode 0.
•Development Tools : ARM-Keil compiler, A-LINK debugger

3. VDD Power Selection A31L214 Demo Board
6
3 VDD Power Selection
Figure 2. VDD Power Selection
Table 1. VDD Power Selection
J16
VDD
Remark
Battery power
Must be needed Battery( 3V, CR2032 ) on BAT1.
External power
Must be connected Power cable on CN1.
It is possible A-Link connection for debugging in this
setting.
A-Link power
User can use A-Link power while A-Link is connected if
there is no external power source.

A31L214 Demo Board 4. Key & LCD Display
7
4 Key & LCD Display
Figure 3. Key assign
Table 2. LCD Display Mode and Key function
Display Mode
Display contents and Key function
Action for Display Mode
Display Mode 0
Clock Display [hour, minute]
Power on
Display Mode 1
Clock Display [second]
Push {KEY3} once after
power on.
Display Mode 2
Calendar Display [month, day]
Push {KEY3} two times
after power on.
Display Mode 3
Function Mode Display [KEY1, KEY2]
⚫Left digit incremented by Push {KEY1}.
⚫Right digit incremented by Push {KEY2}.
⚫Push {KEY4} for enter with selected function mode.
Push {KEY3} three times
after power on.
Push {KEY1} or {KEY2}.

5. Check the current consumption modes A31L214 Demo Board
8
5 Check the current consumption modes
Users can check the actual current by entering each mode after connecting an ammeter to this demo
board. Select the IDD mode to check from the list below by {KEY1}&{KEY2} and push {KEY4} to enter
the corresponding mode. And it is possible to wake up by {KEY3} key from sleep or deep sleep mode.
Table 3. Check the Run mode current
IDD mode
MCLK
Spec value (typ.)
{KEY1}&{KEY2}
IDD1 (Main run)
HIRC 32MHz
2.9 mA
[0][1]
HIRC 16MHz
1.9 mA
[1][1]
XMOSC 16MHz
1.8 mA
[2][1]
IDD3 (Sub run)
XSOSC 32kHz
13.0 uA
[2][3]
WDTRC 40kHz
[0][3]
Table 4. Check the Sleep mode current
IDD mode
MCLK
Spec value (typ.)
{KEY1}&{KEY2}
IDD2 (Main sleep)
HIRC 32MHz
1.4 mA
[0][2]
HIRC 16MHz
0.9 mA
[1][2]
XMOSC 16MHz
0.9 mA
[2][2]
IDD4 (Sub sleep)
XSOSC 32kHz
2.3 uA
[2][4]
WDTRC 40kHz
[0][4]
Table 5. Check the Deep sleep mode current
IDD mode
Conditions
Spec value (typ.)
{KEY1}&{KEY2}
IDD5 (Deep sleep mode 0)
RTCC/fSUB Off
0.43 uA
[0][5]
RTCC/fSUB On
0.99 uA
[1][5]
IDD6 (Deep sleep mode 1)
RTCC/fSUB Off
0.35 uA
[0][6]
IDD7 (Deep sleep mode 2)
RTCC/fSUB Off
0.35 uA
[0][7]
IDD8 (Deep sleep mode 3)
RTCC/fSUB Off
45 nA
[0][8]
NOTES:
1. Test conditions: VDD = 3.0V, Ta = 25℃
2. For temperature conditions and details, refer to the electrical characteristics of the datasheet.

A31L214 Demo Board 6. How to connect an ammeter
9
6 How to connect an ammeter
In order to measure the current, the provided current measuring cable and a separate ammeter are
required.
The following is a cable for measuring current.
Figure 4. Current measuring cable
Connect the current measurement cable connected to the ammeter instead of the short cap at J16 as
shown below. Then it can be checked current after turning on the power.
Figure 5. How to connect an ammeter

7. Low power Clock A31L214 Demo Board
10
7 Low power Clock
In this demo board, it is possible to implement a low-power clock using the RTCC embedded into the
chip. This mode uses sub oscillator, RTCC, and LCD are always on. The current is about 15uA or less.
The following is the code execution process.
①Users enter the deep sleep mode 0 by Function Mode [2][5].
②Wake-up by RTCC interrupt after holding the mode for 0.5 seconds.
③Display updated time on LCD.
④Enter the deep sleep mode 0 by s/w.
⑤The time is updated and repeat steps ② to ④ above.

A31L214 Demo Board 8. Low power performance demonstration on GUI
11
8 Low power performance demonstration on GUI
In this demo board, it is possible to optically check to low power performance on GUI environment. In
this mode uses sub oscillator, LPUART1, TIMER50, and LCD driver.
The following is the execution process.
①Users sets the PC terminal UART as 9600-8-N-1.
②Users connect the communication line with LPTXD1 (PC10).
③Users enter the GUI mode by push {KEY4} after power-on in this demo board.
④Then the operating mode will change automatically every 10 seconds.
⑤As shown below, 12 steps are performed and repeated.
(This graph does not include the UART communication module current.)
Figure 6. Operating mode change
⑥Sleep (IDD2/IDD4) and deep sleep(IDD5) mode released by TIMER50 interrupt from after 10
seconds with enter each mode.
⑦The log messages of each mode are output through the PC terminal, refer to next page.

8. Low power performance demonstration on GUI A31L214 Demo Board
12
Table 6. Log message output screen
Step
Log message output screen
Initial screen
Step_1
Step_2
After 10 seconds.
Step_3
Step_4
After 10 seconds.
Step_5
Step_6
Step_7
Step_8
After 10 seconds.
Step_9
Step_10
Step_11
Step_12

A31L214 Demo Board 9. Connection A-Link dongle and Demo board
13
9 Connection A-Link dongle and Demo board
Figure 7. Connection A-Link dongle and Demo board

10. References A31L214 Demo Board
14
10 References
A31L21x User’s Manual
A31L21x Datasheet
Example Code
A31L214 Low power demo board circuit & artwork

A31L214 Demo Board Revision History
15
Revision History
Version
Date
Description
1.00
Apr. 22, 2022
Initial version created
1.10
Oct. 17, 2022
Format change

Important Notice A31L214 Demo Board
16
ABOV Disclaimer
IMPORTANT NOTICE – PLEASE READ CAREFULLY
ABOV Semiconductor ("ABOV") reserves the right to make changes, corrections, enhancements, modifications, and
improvements to ABOV products and/or to this document at any time without notice. ABOV does not give warranties as to the
accuracy or completeness of the information included herein. Purchasers should obtain the latest relevant information of ABOV
products before placing orders. Purchasers are entirely responsible for the choice, selection, and use of ABOV products and
ABOV assumes no liability for application assistance or the design of purchasers’ products. No license, express or implied, to
any intellectual property rights is granted by ABOV herein. ABOV disclaims all express and implied warranties and shall not be
responsible or liable for any injuries or damages related to use of ABOV products in such unauthorized applications. ABOV and
the ABOV logo are trademarks of ABOV. All other product or service names are the property of their respective owners.
Information in this document supersedes and replaces the information previously supplied in any former versions of this document.
© 2022 ABOV Semiconductor – All rights reserved
Korea
Regional Office, Seoul
HQ, Ochang
R&D, Marketing & Sales
R&D, QA, and Test Center
8th Fl., 330, Yeongdong-daero,
Gangnam-gu, Seoul,
06177, Korea
93, Gangni 1-gil, Ochang-eup,
Cheongwon-gun,
Chungcheongbuk-do,
28126, Korea
Tel: +82-2-2193-2200
Fax: +82-2-508-6903
www.abovsemi.com
Tel: +82-43-219-5200
Fax: +82-43-217-3534
www.abovsemi.com
Domestic Sales Manager
Global Sales Manager
China Sales Manager
Tel: +82-2-2193-2206
Fax: +82-2-508-6903
Email: sales_kr@abov.co.kr
Tel: +82-2-2193-2281
Fax: +82-2-508-6903
Email: sales_gl@abov.co.kr
Tel: +86-755-8287-2205
Fax: +86-755-8287-2204
Email: sales_cn@abov.co.kr
Table of contents
Other Abov Motherboard manuals
Popular Motherboard manuals by other brands

Microchip Technology
Microchip Technology HV2903 user guide

AXIOMTEK
AXIOMTEK EP820 Series Quick installation guide

Eurotech
Eurotech VULCAN-533-M64-F16 Technical manual

Supermicro
Supermicro C9X299 user manual

Texas Instruments
Texas Instruments TPL0401EVM user guide

Nuvoton
Nuvoton NuMicro NuMaker-HMI-N9H20 user manual