- Industrial & lab equipment
- Electrical equipment & supplies
- Electronic components & supplies
- Integrated circuits
- Silicon Labs
- Jade Gecko EFM32JG1
- Reference manual
- 934 Pages
Silicon Labs Jade Gecko EFM32JG1 microcontroller Reference Manual
Below you will find brief information for Jade Gecko EFM32JG1. This document describes the Jade Gecko EFM32JG1 family, which are the world's most energy-friendly microcontrollers. This device includes a wide range of peripherals, including a cryptographic hardware engine for security and encryption, as well as energy-saving modes and short wake-up times. The Jade Gecko EFM32JG1 is ideal for battery-powered applications and systems demanding high performance and low energy consumption.
advertisement
Assistant Bot
Need help? Our chatbot has already read the manual and is ready to assist you. Feel free to ask any questions about the device, but providing details will make the conversation more productive.
EFM32 Jade Gecko Family
EFM32JG1 Reference Manual
The EFM32 Jade Gecko MCUs are the world’s most energyfriendly microcontrollers.
EFM32JG1 features a powerful 32-bit ARM ® Cortex-M3 and a wide selection of peripherals, including a unique cryptographic hardware engine supporting AES, ECC, and
SHA. These features, combined with ultra-low current active mode and short wake-up time from energy-saving modes, make EFM32JG1 microcontrollers well suited for any battery-powered application, as well as other systems requiring high performance and low-energy consumption.
Example applications:
• IoT devices and sensors
• Health and fitness
• Smart accessories
• Home automation and security
• Industrial and factory automation
ENERGY FRIENDLY FEATURES
• ARM Cortex-M3 at 40 MHz
• Ultra low energy operation:
• 1.1 μA EM3 Stop current (CRYOTIMER running with state/RAM retention)
• 1.4 μA EM2 DeepSleep current (RTCC running with state and RAM retention)
• 60 μA/MHz in Energy Mode 0 (EM0)
• Hardware cryptographic engine supports
AES, ECC, and SHA
• Integrated dc-dc converter
• CRYOTIMER operates down to EM4
• 5 V tolerant I/O
ARM Cortex TM M4 processor with DSP extensions and FPU
Flash Program
Memory
Serial Interfaces
Core / Memory
RAM Memory
Memory
Protection Unit
Debug Interface DMA Controller
I/O Ports
Clock Management
High Frequency
Crystal
Oscillator
Low Frequency
RC Oscillator
Low Frequency
Crystal
Oscillator
High Frequency
RC Oscillator
Auxiliary High
Frequency RC
Oscillator
Ultra Low
Frequency RC
Oscillator
32-bit bus
Peripheral Reflex System
Timers and Triggers Analog Interfaces
Energy Management
Voltage
Regulator
DC-DC
Converter
Brown-Out
Detector
Voltage Monitor
Power-On Reset
Other
USART
Low Energy UART TM
I 2 C
External Interrupts
General Purpose I/O
Pin Reset
Pin Wakeup
Timer/Counter
Pulse Counter
Watchdog Timer
Low Energy Timer
Real Time Counter and Calendar
CRYOTIMER
ADC
Analog Comparator
IDAC
CRYPTO
CRC
Lowest power mode with peripheral operational:
EM0 - Active EM1 - Sleep EM2 – Deep Sleep EM3 - Stop EM4 - Hibernate EM4 - Shutoff
silabs.com | Smart. Connected. Energy-friendly.
This information applies to a product under development. Its characteristics and specifications are subject to change without notice.
Preliminary Rev. 0.2
EFM32JG1 Reference Manual
About This Document
1. About This Document
1.1 Introduction
This document contains reference material for the EFM32 Jade Gecko devices. All modules and peripherals in the EFM32 Jade Gecko devices are described in general terms. Not all modules are present in all devices and the feature set for each device might vary. Such differences, including pinout, are covered in the device data sheets.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 1
EFM32JG1 Reference Manual
About This Document
1.2 Conventions
Register Names
Register names are given with a module name prefix followed by the short register name:
TIMERn_CTRL - Control Register
The "n" denotes the module number for modules which can exist in more than one instance.
Some registers are grouped which leads to a group name following the module prefix:
GPIO_Px_DOUT - Port Data Out Register
The "x" denotes the different ports.
Bit Fields
Registers contain one or more bit fields which can be 1 to 32 bits wide. Bit fields wider than 1 bit are given with start (x) and stop (y) bit
[y:x].
Bit fields containing more than one bit are unsigned integers unless otherwise is specified.
Unspecified bit field settings must not be used, as this may lead to unpredictable behaviour.
Address
The address for each register can be found by adding the base address of the module found in the Memory Map (see ), and the offset address for the register (found in module Register Map).
Access Type
The register access types used in the register descriptions are explained in
Table 1.1 Register Access Types on page 2 .
Table 1.1. Register Access Types
Access Type
R
RW
RW1
(R)W1
W1
W
RWH
RW(nB), RWH(nB), etc.
RW(a), R(a), etc.
Description
Read only. Writes are ignored
Readable and writable
Readable and writable. Only writes to 1 have effect
Sometimes readable. Only writes to 1 have effect. Currently only used for IFC registers (see
3.3.1.2 IFC Read-clear Operation )
Read value undefined. Only writes to 1 have effect
Write only. Read value undefined.
Readable, writable, and updated by hardware
"(nB)" suffix indicates that register explicitly does not support peripheral bit set or clear (see
4.2.2 Peripheral Bit Set and Clear )
"(a)" suffix indicates that register has actionable reads (see
5.3.6 Debugger reads of actionable registers )
Number format
0x prefix is used for hexadecimal numbers
0b prefix is used for binary numbers
Numbers without prefix are in decimal representation.
Reserved
Registers and bit fields marked with reserved are reserved for future use. These should be written to 0 unless otherwise stated in the
Register Description. Reserved bits might be read as 1 in future devices.
Reset Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 2
EFM32JG1 Reference Manual
About This Document
The reset value denotes the value after reset.
Registers denoted with X have unknown value out of reset and need to be initialized before use. Note that read-modify-write operations on these registers before they are initialized results in undefined register values.
Pin Connections
Pin connections are given with a module prefix followed by a short pin name:
CMU_CLKOUT1 (Clock management unit, clock output pin number 1)
The location for the pin names given in the module documentation can be found in the device-specific datasheet.
1.3 Related Documentation
Further documentation on the EFM32 Jade Gecko family and the ARM Cortex-M3 can be found at the Silicon Labs and ARM web pages: www.silabs.com
www.arm.com
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 3
EFM32JG1 Reference Manual
System Overview
2. System Overview
0 1 2 3 4
Quick Facts
What?
The EFM32 Jade Gecko is a highly integrated, configurable and low power MCU with a complete set of peripherals.
Why?
EFM32 Jade Gecko features an Cortex-M3 core, a unique cryptographic hardware engine supporting
AES, ECC, and SHA, ultra-low current active mode, and short wake-up time from energy-saving modes.
How?
EFM32 Jade Gecko microcontrollers are well suited for any batter-powered application, as well as other systems requiring high performance and low-energy consumption
2.1 Introduction
The EFM32 MCUs are the world’s most energy friendly microcontrollers. With a unique combination of the powerful 32-bit ARM Cortex-
M3, innovative low energy techniques, short wake-up time from energy saving modes, and a wide selection of peripherals, the EFM32
Jade Gecko microcontroller is well suited for any battery operated application as well as other systems requiring high performance and low-energy consumption.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 4
EFM32JG1 Reference Manual
System Overview
2.2 Block Diagrams
).
Core / Memory
ARM Cortex TM M4 processor with DSP extensions and FPU
Flash Program
Memory
Serial Interfaces
RAM Memory
Memory
Protection Unit
Debug Interface DMA Controller
I/O Ports
Clock Management
High Frequency
Crystal
Oscillator
Low Frequency
RC Oscillator
Low Frequency
Crystal
Oscillator
High Frequency
RC Oscillator
Auxiliary High
Frequency RC
Oscillator
Ultra Low
Frequency RC
Oscillator
32-bit bus
Peripheral Reflex System
Timers and Triggers
Energy Management
Voltage
Regulator
DC-DC
Converter
Brown-Out
Detector
Analog Interfaces
Voltage Monitor
Power-On Reset
Other
USART
Low Energy UART TM
I 2 C
External Interrupts
General Purpose I/O
Pin Reset
Pin Wakeup
Timer/Counter
Pulse Counter
Watchdog Timer
Low Energy Timer
Real Time Counter and Calendar
CRYOTIMER
ADC
Analog Comparator
IDAC
CRYPTO
CRC
Lowest power mode with peripheral operational:
EM0 - Active EM1 - Sleep EM2 – Deep Sleep EM3 - Stop EM4 - Hibernate
Figure 2.1 EFM32 Jade Gecko System-On-Chip Block Diagram
EM4 - Shutoff
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 5
EFM32JG1 Reference Manual
System Overview
2.3 MCU Features overview
• ARMCortex-M3 CPU platform
• High Performance 32-bit processor @ up to 40 MHz
• Memory Protection Unit
• Wake-up Interrupt Controller
• Flexible Energy Management System
• Power routing configurations including DCDC control
• Voltage Monitoring and Brown Out Detection
• State Retention
• 256 KB Flash
• 32 KB RAM
• Up to 28 General Purpose I/O pins
• Configurable push-pull, open-drain, pull-up/down, input filter, drive strength
• Configurable peripheral I/O locations
• 16 asynchronous external interrupts
• Output state retention and wake-up from Shutoff Mode
• 8 Channel DMA Controller
• Alternate/primary descriptors with scatter-gather/ping-pong operation
• 12 Channel Peripheral Reflex System
• Autonomous inter-peripheral signaling enables smart operation in low energy modes
• CRYPTO Advanced Encryption Standard Accelerator
• AES encryption / decryption, with 128 or 256 bit keys
• Multiple AES modes of operation, including Counter (CTR), Galois/Counter Mode (GCM), Cipher Block Chaining (CBC), Cipher
Feedback (CFB) and Output Feedback (OFB).
• Accelerated SHA-1 and SHA-2
• Accelerated Elliptic Curve Cryptography (ECC), with binary or prime fields
• Flexible 256-bit ALU and sequencer
• General Purpose Cyclic Redundancy Check
• Programmable 16-bit polynomial, fixed 32-bit polynomial
• Communication interfaces
• 2∙Universal Synchronous/Asynchronous Receiver/Transmitter
• UART/SPI/SmartCard (ISO 7816)/IrDA/I2S
• Triple buffered full/half-duplex operation
• Hardware flow control
• 4-16 data bits
• 1∙ Low Energy UART
• Autonomous operation with DMA in Deep Sleep Mode
• 1∙I 2 C Interface with SMBus support
• Address recognition in Stop Mode
• Timers/Counters
• 2∙ 16-bit Timer/Counter
• 3 or 4 Compare/Capture/PWM channels
• Dead-Time Insertion on TIMER0
• 16-bit Low Energy Timer
• 32-bit Ultra Low Energy Timer/Counter (CRYOTIMER) for periodic wake-up from any Energy Mode
• 32-bit Real-Time Counter and Calendar
• 16+16+32 bit Protocol Timer
• 16-bit Pulse Counter
• Asynchronous pulse counting/quadrature decoding
• Watchdog Timer with dedicated RC oscillator @ 50 nA
• Ultra low power precision analog peripherals
• 12-bit 1 Msamples/s Analog to Digital Converter
• 8 input channels and on-chip temperature sensor
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 6
EFM32JG1 Reference Manual
System Overview
• Single ended or differential operation
• Conversion tailgating for predictable latency
• Current Digital to Analog Converter
• Source or sink a configurable constant current
• 2∙ Analog Comparator
• Programmable speed/current
• Capacitive sensing with up to 8 inputs
• Analog Port
• Ultra efficient Power-on Reset and Brown-Out Detector
• Debug Interface
• 4-pin Joint Test Action Group (JTAG) interface
• 2-pin serial-wire debug (SWD) interface
• 1.62 V to 3.8 V single power supply
2.4 Oscillators and Clocks
Table 2.1. EFM32 Jade Gecko Oscillators
Oscillator
HFXO
HFRCO
AUXHFRCO
LFRCO
LFXO
ULFRCO
Frequency
38 MHz - 40 MHz
1 MHz - 38 MHz
1 MHz - 38 MHz
32768 Hz
32768 Hz
1000 Hz
Optional?
No
No
No
No
Yes
No -
-
-
-
External components
Crystal
Description
Crystal
High accuracy, low jitter high frequency crystal oscillator. Tunable crystal loading capacitors are fully integrated.
Medium accuracy RC oscillator, typically used for timing during startup of the HFXO or if a precise oscillator is not required.
Medium accuracy RC oscillator, typically used as alternative clock source for Analog to Digital Converter or Debug Trace.
Medium accuracy frequency reference typically used for medium accuracy RTCC timing.
High accuracy frequency reference typically used for high accuracy RTCC timing. Tunable crystal loading capacitors are fully integrated.
Ultra low frequency oscillator typically used for the watchdog timer.
The RC oscillators can be calibrated against either of the crystal oscillators in order to compensate for temperature and voltage supply variations. Hardware support is included to measure the frequency of various oscillators against each other.
Oscillator and clock management is available through the Clock Management Unit (CMU), see section
2.5 Hardware CRC Support
EFM32 Jade Gecko supports a configurable CRC generation:
• 8, 16, 24 or 32 bit CRC value
• Configurable polynomial and initialization value
• Optional inversion of CRC value over air
• Configurable CRC byte ordering
• Support for multiple CRC values calculated and verified per transmitted or received frame
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 7
EFM32JG1 Reference Manual
System Overview
2.6 Data Encryption and Authentication
EFM32 Jade Gecko has hardware support for AES encryption, decryption and authentication modes. These security operations can be performed on data in RAM or any data buffer, without further CPU intervention. The key size is 128 bits.
AES modes of operations directly supported by the EFM32 Jade Gecko hardware are listed in
For example, the CCM mode can be implemented using the CTR and CBC-MAC modes in combination.
Table 2.2. AES modes of operation with hardware support
AES Mode
ECB
CTR
CCM
CCM*
GCM
CBC
CBC-MAC -
Encryption / Decryption
Yes
Yes
Yes
Yes
Yes
Yes -
-
-
Authentication
Yes
Yes
Yes
Yes
CMAC
CFB
OFB
-
Yes
Yes
-
-
Yes
The CRYPTO module can provide data directly from the embedded Cortex-M3 or via DMA.
Comment
Electronic Code Book
Counter mode
Counter with CBC-MAC
CCM with encryption-only and integrity-only capabilities
Galois Counter Mode
Cipher Block Chaining
Cipher Block Chaining, Message Authentication Code
Cipher-basec MAC
Cipher Feedback
Output Feedback
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 8
EFM32JG1 Reference Manual
System Overview
2.7 Timers
EFM32 Jade Gecko includes multiple timers, as can be seen from
Table 2.3 EFM32 Jade Gecko Timers Overview on page 9
.
Table 2.3. EFM32 Jade Gecko Timers Overview
Timer
RTCC
TIMER
Systick timer
WDOG
LETIMER
Number of instances
1
2
1
1
1
Typical clock source
Low frequency (LFXO or
LFRCO)
Overview
32 bit Real Time Counter and
Calendar, typically used to accurately time inactive periods and enable wakeup on compare match.
16 bit general purpose timer.
High frequency (HFXO or
HFRCO)
High frequency (HFXO or
HFRCO)
Low frequency (LFXO, LFRCO or ULFRCO)
Low frequency (LFXO, LFRCO or ULFRCO)
32 bit systick timer integrated in the Cortex-M3. Typically used as an Operating System timer.
Watch dog timer. Once enabled, this module must be periodically accessed. If not, this is considered an error and the EFM32
Jade Gecko is reset in order to recover the system.
Low energy general purpose timer.
Advanced interconnect features allows synchronization between timers. This includes:
• Start / stop any high frequency timer synchronized with the RTCC
• Trigger RSM state transitions based on compare timer compare match, for instance to provide clock cycle accuracy on frame transmit timing
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 9
3. System Processor
0 1 2 3 4
CM3Core
32-bit ALU
Hardware divider
Single cycle
32-bit multiplier
Control Logic
Thumb & Thumb-2
Decode
Instruction Interface Data Interface
NVIC Interface Memory Protection Unit
EFM32JG1 Reference Manual
System Processor
Quick Facts
What?
The industry leading Cortex-M3 processor from
ARM is the CPU in the EFM32 Jade Gecko devices.
Why?
The ARM Cortex-M3 is designed for exceptionally short response time, high code density, and high 32bit throughput while maintaining a strict cost and power consumption budget.
How?
Combined with the ultra low energy peripherals available in EFM32 Jade Gecko devices, the Cortex-
M3 processor's Harvard architecture, 3 stage pipeline, single cycle instructions, Thumb-2 instruction set support, and fast interrupt handling make it perfect for 8-bit, 16-bit, and 32-bit applications.
3.1 Introduction
The ARM Cortex-M3 32-bit RISC processor provides outstanding computational performance and exceptional system response to interrupts while meeting low cost requirements and low power consumption.
The ARM Cortex-M3 implemented is revision r0p1.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 10
EFM32JG1 Reference Manual
System Processor
3.2 Features
• Harvard architecture
• Separate data and program memory buses (No memory bottleneck as in a single bus system)
• 3-stage pipeline
• Thumb-2 instruction set
• Enhanced levels of performance, energy efficiency, and code density
• Single cycle multiply and hardware divide instructions
• 32-bit multiplication in a single cycle
• Signed and unsigned divide operations between 2 and 12 cycles
• Atomic bit manipulation with bit banding
• Direct access to single bits of data
• Two 1MB bit banding regions for memory and peripherals mapping to 32MB alias regions
• Atomic operation, cannot be interrupted by other bus activities
• 1.25 DMIPS/MHz
• Memory Protection Unit
• Up to 8 protected memory regions
• 24 bits System Tick Timer for Real Time OS
• Excellent 32-bit migration choice for 8/16 bit architecture based designs
• Simplified stack-based programmer's model is compatible with traditional ARM architecture and retains the programming simplicity of legacy 8-bit and 16-bit architectures
• Alligned or unaligned data storage and access
• Contiguous storage of data requiring different byte lengths
• Data access in a single core access cycle
• Integrated power modes
• Sleep Now mode for immediate transfer to low power state
• Sleep on Exit mode for entry into low power state after the servicing of an interrupt
• Ability to extend power savings to other system components
• Optimized for low latency, nested interrupts
3.3 Functional Description
For a full functional description of the ARM Cortex-M3 implementation in the EFM32 Jade Gecko family, the reader is referred to the
ARM Cortex-M3 documentation.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 11
EFM32JG1 Reference Manual
System Processor
3.3.1 Interrupt Operation
Module
IFS[n]
Cortex-M4 NVIC
IFC[n] IEN[n]
Interrupt condition set clear
IF[n]
SETENA[n]/CLRENA[n]
Active interrupt
IRQ
Figure 3.1 Interrupt Operation set clear
SETPEND[n]/CLRPEND[n]
Software generated interrupt
Interrupt request
rupt condition. It is also possible to set/clear the interrupt flags through the IFS/IFC registers. Each interrupt flag is then qualified with its own interrupt enable bit (IEN register), before being OR'ed with the other interrupt flags to generate the IRQ. A high IRQ line will set the corresponding pending bit (can also be set/cleared with the SETPEND/CLRPEND bits in ISPR0/ICPR0) in the Cortex-M3 NVIC. The pending bit is then qualified with an enable bit (set/cleared with SETENA/CLRENA bits in ISER0/ICER0) before generating an interrupt request to the core.
Figure 3.1 Interrupt Operation on page 12
illustrates the interrupt system. For more information on how the interrupts are handled inside the Cortex-M3, the reader is referred to the EFM32 Cortex-M3 Reference Manual.
3.3.1.1 Avoiding Extraneous Interrupts
There can be latencies in the system such that clearing an interrupt flag could take longer than leaving an Interrupt Service Routine
(ISR). This can lead to the ISR being re-entered as the interrupt flag has yet to clear immediately after leaving the ISR. To avoid this, when clearing an interrupt flag at the end of an ISR, the user should execute ARM's Data Synchronization Barrier (DSB) instruction.
Another approach is to clear the interrupt flag immediately after identifying the interrupt source and then service the interrupt as shown in the pseudo-code below. The ISR typically is sufficiently long to more than cover the few cycles it may take to clear the interrupt status, and also allows the status to be checked for further interrupts before exiting the ISR.
irqXServiceRoutine() {
do {
clearIrqXStatus();
serviceIrqX();
} while(irqXStatusIsActive());
}
3.3.1.2 IFC Read-clear Operation
In addition to the normal interrupt setting and clearing operations via the IFS/IFC registers, there is an additional atomic Read-clear operation that can be enabled by setting IFCREADCLEAR=1 in the MSC_CTRL register. When enabled, reads of peripheral IFC registers will return the interrupt vector (mirroring the IF register), while at the same time clearing whichever interrupt flags are set. This operation is functionally equivalent to reading the IF register and then writing the result immediately back to the IFC register.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 12
3.3.2 Interrupt Request Lines (IRQ)
9
10
11
12
13
2
8
IRQ #
0
17
18
19
20
14
15
16
21
22
23
24
25
26
29
31
33
Table 3.1. Interrupt Request Lines (IRQ)
Source
EMU
WDOG0
LDMA
GPIO_EVEN
TIMER0
USART0_RX
USART0_TX
ACMP0
ADC0
IDAC0
I2C0
GPIO_ODD
TIMER1
USART1_RX
USART1_TX
LEUART0
PCNT0
CMU
MSC
CRYPTO
LETIMER0
RTCC
CRYOTIMER
FPUEH
EFM32JG1 Reference Manual
System Processor
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 13
4. Memory and Bus System
0 1 2 3 4
ARM Cortex-M
DMA Controller
EFM32JG1 Reference Manual
Memory and Bus System
Flash
RAM
Peripherals
Quick Facts
What?
A low latency memory system including low energy
Flash and RAM with data retention which makes the energy modes attractive.
Why?
RAM retention reduces the need for storing data in
Flash and enables frequent use of the ultra low energy modes EM2 DeepSleep and EM3 Stop with as little as 700 nA current consumption.
How?
Low energy and non-volatile Flash memory stores program and application data in all energy modes and can easily be reprogrammed in system. Low leakage RAM with data retention in EM0 Active to
EM3 Stop removes the data restore time penalty, and the DMA ensures fast autonomous transfers with predictable response time.
4.1 Introduction
The EFM32 Jade Gecko contains an AMBA AHB Bus system to allow bus masters to access the memory mapped address space. A multilayer AHB bus matrix connects the 4 master bus interfaces to the AHB slaves (
Figure 4.1 EFM32 Jade Gecko Bus System on page 14
). The bus matrix allows several AHB slaves to be accessed simultaneously. An AMBA APB interface is used for the peripherals, which are accessed through an AHB-to-APB bridge connected to the AHB bus matrix. The 4 AHB bus masters are:
• Cortex-M3 ICode: Used for instruction fetches from Code memory (valid address range: 0x00000000 - 0x1FFFFFFF)
• Cortex-M3 DCode: Used for debug and data access to Code memory (valid address range: 0x00000000 - 0x1FFFFFFF)
• Cortex-M3 System: Used for data and debug access to system space. It can access entire memory space except Code memory
(valid address range: 0x20000000 - 0xFFFFFFFF)
• DMA: Can access entire memory space except internal core memory region and Code memory (valid address range: 0x20000000 -
0xDFFFFFFF)
ARM
Cortex-M
ICode
AHB Multilayer
Bus Matrix
DCode
System
DMA
Flash
RAM
CRYPTO
AHB/
APB
Bridge
Peripheral 0
Peripheral n
Figure 4.1 EFM32 Jade Gecko Bus System
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 14
EFM32JG1 Reference Manual
Memory and Bus System
4.2 Functional Description
The memory segments are mapped together with the internal segments of the Cortex-M3 into the system memory map shown by
Figure 4.2 System Address Space with Core and Code Space Listing on page 15
.
Figure 4.2 System Address Space with Core and Code Space Listing
.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 15
EFM32JG1 Reference Manual
Memory and Bus System
Figure 4.3 System Address Space with Peripheral Listing
The embedded SRAM is located at address 0x20000000 in the memory map of the EFM32 Jade Gecko. When running code located in
SRAM starting at this address, the Cortex-M3 uses the System bus interface to fetch instructions. This results in reduced performance as the Cortex-M3 accesses stack, other data in SRAM and peripherals using the System bus interface. To be able to run code from
SRAM efficiently, the SRAM is also mapped in the code space at address 0x10000000. When running code from this space, the Cortex-
M3 fetches instructions through the I/D-Code bus interface, leaving the System bus interface for data access. The SRAM mapped into the code space can however only be accessed by the CPU, i.e. not the DMA.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 16
EFM32JG1 Reference Manual
Memory and Bus System
4.2.1 Bit-banding
The SRAM bit-band alias and peripheral bit-band alias regions are located at 0x22000000 and 0x42000000 respectively. Read and write operations to these regions are converted into masked single-bit reads and atomic single-bit writes to the embedded SRAM and peripherals of the EFM32 Jade Gecko.
Note: Bit-banding is only available through the CPU. No other AHB masters (e.g., DMA) can perform Bit-banding operations.
Using a standard approach to modify a single register or SRAM bit in the aliased regions, would require software to read the value of the byte, half-word or word containing the bit, modify the bit, and then write the byte, half-word or word back to the register or SRAM address. Using bit-banding, this can be done in a single operation, consuming only two bus cycles. As read-writeback, bit-masking and bit-shift operations are not necessary in software, code size is reduced and execution speed improved.
The bit-band regions allow each bit in the SRAM and Peripheral areas of the memory map to be addressed. To set or clear a bit in the embedded SRAM, write a 1 or a 0 to the following address: bit_address = 0x22000000 + (address – 0x20000000) ∙ 32 + bit ∙ 4 where address is the address of the 32-bit word containing the bit to modify, and bit is the index of the bit in the 32-bit word.
To modify a bit in the Peripheral area, use the following address: bit_address = 0x42000000 + (address – 0x40000000) ∙ 32 + bit ∙ 4
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 17
EFM32JG1 Reference Manual
Memory and Bus System
4.2.2 Peripheral Bit Set and Clear
The EFM32 Jade Gecko supports bit set and bit clear access to all peripherals except those listed in
Table 4.1 Peripherals that Do Not
fields (single bit or multiple bit wide) without the need to perform a read-modify-write (though it is functionally equivalent). Also, the operation is contained within a single bus access (for HF peripherals), unlike the Bit-banding operation described in section
which consumes two bus accesses per operation. All AHB masters can utilize this feature.
The bit clear aliasing region starts at 0x44000000 and the bit set aliasing region starts at 0x46000000. Thus, to apply a bit set or clear operation, write the bit set or clear mask the following addresses: bit_clear_address = address + 0x04000000 bit_set_address = address + 0x06000000
For bit set operations, bit locations that are 1 in the bit mask will be set in the destination register: register = (register OR mask)
For bit clear operations, bit locations that are 1 in the bit mask will be cleared in the destination register: register = (register AND (NOT mask))
Note: It is possible to combine bit clear and bit set operations in order to arbitrarily modify multi-bit register fields, without affecting other fields in the same register. In this case, care should be taken to ensure that the field does not have intermediate values that can lead to erroneous behavior. For example, if bit clear and bit set operations are used to change an analog tuning register field from 25 to 26, the field would initially take on a value of zero. If the analog module is active at the time, this could lead to undesired behavior.
The peripherals listed in
4.2.2 Peripheral Bit Set and Clear
do not support Bit Access for any registers. All other peripherals do support
Bit Access, however, there may be cases of certain registers that do not support it. Such registers have a note regarding this lack of support.
Table 4.1. Peripherals that Do Not Support Bit Set and Bit Clear
Module
EMU
RMU
CRYOTIMER
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 18
EFM32JG1 Reference Manual
Memory and Bus System
4.2.3 Peripherals
The peripherals are mapped into the peripheral memory segment, each with a fixed size address range according to
Table 4.2 Peripherals on page 19 , Table 4.3 Low Energy Peripherals on page 19
, and
Table 4.4 Core Peripherals on page 19 .
Table 4.2. Peripherals
0x400E6000 - 0x400E6400
0x4001E000 - 0x4001E400
0x4001C000 - 0x4001C400
0x40018400 - 0x40018800
0x40018000 - 0x40018400
0x40010400 - 0x40010800
0x40010000 - 0x40010400
0x4000C000 - 0x4000C400
0x4000A000 - 0x4000B000
0x40006000 - 0x40006400
0x40002000 - 0x40002400
0x40000400 - 0x40000800
0x40000000 - 0x40000400
Address Range
PRS
CRYOTIMER
GPCRC
TIMER1
TIMER0
USART1
USART0
I2C0
GPIO
IDAC0
ADC0
ACMP1
ACMP0
Module Name
Table 4.3. Low Energy Peripherals
Address Range
0x40052000 - 0x40052400
0x4004E000 - 0x4004E400
0x4004A000 - 0x4004A400
0x40046000 - 0x40046400
0x40042000 - 0x40042400
WDOG0
PCNT0
LEUART0
LETIMER0
RTCC
Address Range
Table 4.4. Core Peripherals
0x400F0000 - 0x400F0400
0x400E2000 - 0x400E3000
0x400E1000 - 0x400E1400
0x400E0000 - 0x400E0800
CRYPTO
LDMA
FPUEH
MSC
4.2.4 Bus Matrix
The Bus Matrix connects the memory segments to the bus masters as detailed in
Module Name
Module Name
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 19
EFM32JG1 Reference Manual
Memory and Bus System
4.2.4.1 Arbitration
The Bus Matrix uses a round-robin arbitration algorithm which enables high throughput and low latency, while starvation of simultaneous accesses to the same bus slave are eliminated. Round-robin does not assign a fixed priority to each bus master. The arbiter does not insert any bus wait-states during peak interaction. However, one wait state is inserted for master accesses occurring after a prolonged inactive time. This wait state allows for increased power efficiency during master idle time.
4.2.4.2 Access Performance
The Bus Matrix is a multi-layer energy optimized AMBA AHB compliant bus with an internal bandwidth of 4x a single AHB interface.
The Bus Matrix accepts new transfers to be initiated by each master in each cycle without inserting any wait-states. However, the slaves may insert wait-states depending on their internal throughput and the clock frequency.
The Cortex-M3, DMA Controller, and peripherals (not peripherals in the low frequency clock domain) run on clocks which can be prescaled separately. Clocks and prescaling are described in more detail in
10. CMU - Clock Management Unit
.
In general, when accessing a peripheral, the latency in number of HFBUSCLK cycles, not including master arbitration, is given by:
N bus cycles
= N slave cycles
∙ f
HFBUSCLK
/f
HFPERCLK
, best-case write accesses
N bus cycles
= N slave cycles
∙ f
HFBUSCLK
/f
HFPERCLK
+ 1, best-case read accesses
N bus cycles
= (N slave cycles
+ 1) ∙ f
HFBUSCLK
/f
HFPERCLK
- 1, worst-case write accesses
N bus cycles
= (N slave cycles
+ 1) ∙ f
HFBUSCLK
/f
HFPERCLK
, worst-case read accesses where N slave cycles
is the number of cycles required to access the particular slave, including any wait cycles introduced by the slave.
Equation: Bus Access Latency (General Case)
Note that a latency of 1 cycle corresponds to 0 wait states.
Additionally, for back-to-back accesses to the same peripheral, the throughput in number of cycles per transfer is given by:
N bus cycles
= N slave cycles
∙ f
HFBUSCLK
/f
HFPERCLK
, write accesses
N bus cycles
= (N slave cycles
+ 1) ∙ f
HFBUSCLK
/f
HFPERCLK
, read accesses
Equation: Bus Access Throughput (Back-to-Back Transfers)
Lastly, in the highest performing case, where HFPERCLK equals HFBUSCLK and the slave doesn't introduce any additional wait states, the access latency in number of cycles is given by:
N bus cycles
= 1, write accesses
N bus cycles
= 2, read accesses
Equation: Bus Access Latency (Max Performance)
Note that the cycle counts in the equations above is in terms of the HFBUSCLK. When the core is prescaled from the bus clock, the core will see a reduced number of latency cycles given by:
N core cycles
= ceiling( N bus cycles
∙ f
HFCORECLK
/f
HFBUSCLK
) where master arbitration is not included.
Equation: Core Access Latency
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 20
EFM32JG1 Reference Manual
Memory and Bus System
4.2.4.3 Bus Faults
System accesses from the core can receive a bus fault in the following condition(s):
• The core attempts to access an address that is not assigned to any peripheral or other system device. These faults can be enabled or disabled by setting the ADDRFAULTEN bit appropriately in MSC_CTRL.
• The core attempts to access a peripheral or system device that has its clock disabled. These faults can be enabled or disabled by setting the CLKDISFAULTEN bit appropriately in MSC_CTRL.
In addition to any condition-specific bus fault control bits, the bus fault interrupt itself can be enabled or disabled in the same way as all other internal core interrupts.
4.3 Access to Low Energy Peripherals (Asynchronous Registers)
The Low Energy Peripherals are capable of running when the high frequency oscillator and core system is powered off, i.e. in energy mode EM2 DeepSleep and in some cases also EM3 Stop. This enables the peripherals to perform tasks while the system energy consumption is minimal.
The Low Energy Peripherals are listed in
Table 4.3 Low Energy Peripherals on page 19
.
All Low Energy Peripherals are memory mapped, with automatic data synchronization. Because the Low Energy Peripherals are running on clocks asynchronous to the high frequency system clock, there are some constraints on how register accesses are performed, as described in the following sections.
4.3.1 Writing
Every Low Energy Peripheral has one or more registers with data that needs to be synchronized into the Low Energy clock domain to maintain data consistency and predictable operation. There are two different synchronization mechanisms on the EFM32JG1, immediate synchronization, and delayed synchronization. Immediate synchronization is available for the RTCC and LETIMER, and results in an immediate update of the target registers. Delayed synchronization is used for the remaining Low Energy Peripherals, and for these peripherals, a write operation requires 3 positive edges of the clock on the Low Energy Peripheral being accessed. Registers requiring synchronization are marked "Async Reg" in their description header.
Note: On the Gecko series of devices, all LE peripherals are subject to delayed synchronization.
Write request [0:n]
High Frequency Clock Domain
Freeze
Write request 0
High Frequency Clock
Register 0
Write request 1
Write request n
Register 1
.
.
.
Register n
Low Frequency Clock Domain
Low Frequency Clock
Synchronizer 0
Synchronizer 1
.
.
.
Synchronizer n
Low Frequency Clock
Register 0 Sync
Register 1 Sync
.
.
.
Register n Sync
Synchronization Done
Set 0
Set 1
Set n
Syncbusy Register 0
Syncbusy Register 1
.
.
.
Syncbusy Register n
Clear 0
Clear 1
Clear n
Figure 4.8 Write operation to Low Energy Peripherals
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 21
EFM32JG1 Reference Manual
Memory and Bus System
4.3.1.1 Delayed Synchronization
After writing data to a register which value is to be synchronized into the Low Energy Peripheral using delayed synchronization, a corresponding busy flag in the <module_name>_SYNCBUSY register (e.g. LETIMER_SYNCBUSY) is set. This flag is set as long as synchronization is in progress and is cleared upon completion.
Note: Subsequent writes to the same register before the corresponding busy flag is cleared is not supported. Write before the busy flag is cleared may result in undefined behavior. In general the SYNCBUSY register only needs to be observed if there is a risk of multiple write access to a register (which must be prevented). It is not required to wait until the relevant flag in the SYNCBUSY register is cleared after writing a register. E.g., EM2 DeepSleep can be entered directly after writing a register.
See
Figure 4.9 Write operation to Low Energy Peripherals on page 22
for an overview of the writing mechanism operation.
Write request [0:n]
High Frequency Clock Domain
Freeze
Write request 0
High Frequency Clock
Register 0
Write request 1
Write request n
Register 1
.
.
.
Register n
Low Frequency Clock Domain
Low Frequency Clock
Synchronizer 0
Synchronizer 1
.
.
.
Synchronizer n
Low Frequency Clock
Register 0 Sync
Register 1 Sync
.
.
.
Register n Sync
Synchronization Done
Set 0
Set 1
Set n
Syncbusy Register 0
Syncbusy Register 1
.
.
.
Syncbusy Register n
Clear 0
Clear 1
Clear n
Figure 4.9 Write operation to Low Energy Peripherals
4.3.1.2 Immediate Synchronization
In contrast to the peripherals with delayed synchronization, peripherals with immediate synchronization don't experience a delay from a value is written to it takes effect in the peripheral. They are updated immediately on the peripheral write access. If such a write is done close to an edge on the clock of the peripheral, the write is delayed to after the clock edge. This will introduce wait-states on the peripheral access.
Peripherals with immediate synchronization each have a SYNCBUSY register. Commands written to a peripheral with immediate synchronization are not executed before the first peripheral clock after the write. In this period, the SYNCBUSY flag for the command register is set, indicating that the command has not yet been performed. Secondly, to maintain compatibility with the Gecko series, the rest of the SYNCBUSY registers are also present, but these are always 0, indicating that register writes are always safe.
Note: If compatibility with the Gecko series is a requirement for a given application, the rules that apply to delayed synchronization with respect to SYNCBUSY should also be followed for the peripherals that support immediate synchronization.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 22
EFM32JG1 Reference Manual
Memory and Bus System
4.3.2 Reading
When reading from a Low Energy Peripheral, the data read is synchronized regardless if it originates in the Low Energy clock domain or High Frequency clock domain. See
Figure 4.10 Read operation from Low Energy Peripherals on page 23 for an overview of the
reading operation.
Note: Writing a register and then immediately reading the new value of the register may give the impression that the write operation is complete. This may not be the case. Please refer to the SYNCBUSY register for correct status of the write operation to the Low Energy
Peripheral.
High Frequency Clock Domain
Freeze
High Frequency Clock
Register 0
Register 1
.
.
.
Register n
Low Frequency Clock Domain
Low Frequency Clock
Synchronizer 0
Synchronizer 1
.
.
.
Synchronizer n
Low Frequency Clock
Register 0 Sync
Register 1 Sync
.
.
.
Register n Sync
Read
Synchronizer
Read Data
HW Status Register 0
HW Status Register 1
.
.
.
HW Status Register m
Low Energy
Peripheral
Main
Function
Figure 4.10 Read operation from Low Energy Peripherals
4.3.3 FREEZE Register
In all Low Energy Peripheral with delayed synchronization there is a <module_name>_FREEZE register (e.g. RTCC_FREEZE). The register contains a bit named REGFREEZE. If precise control of the synchronization process is required, this bit may be utilized. When
REGFREEZE is set, the synchronization process is halted allowing the software to write multiple Low Energy registers before starting the synchronization process, thus providing precise control of the module update process. The synchronization process is started by clearing the REGFREEZE bit.
Note: The FREEZE register is also present on peripherals with immediate synchronization, but there it has no effect
4.4 Flash
The Flash retains data in any state and typically stores the application code, special user data and security information. The Flash memory is typically programmed through the debug interface, but can also be erased and written to from software.
• Up to 256 KB of memory
• Page size of 2048 bytes (minimum erase unit)
• Minimum 10K erase cycles endurance
• Greater than 10 years data retention at 85°C
• Lock-bits for memory protection
• Data retention in any state
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 23
EFM32JG1 Reference Manual
Memory and Bus System
4.5 SRAM
The primary task of the SRAM memory is to store application data. Additionally, it is possible to execute instructions from SRAM, and the DMA may be set up to transfer data between the SRAM, Flash and peripherals.
• Up to 32 KB of memory
• Bit-band access support
• Set of RAM blocks may be powered down when not in use
• Data retention of the entire memory in EM0 Active to EM3 Stop
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 24
EFM32JG1 Reference Manual
Memory and Bus System
4.6 DI Page Entry Map
The DI page contains production calibration data as well as device identification information. See the peripheral chapters for how each calibration value is to be used with the associated peripheral.
The offset address is relative to the start address of the DI page.(see
)
Name
Offset
Type
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
RO
Description
CRC of DI-page and calibration temperature
EUI48 OUI and Unique identifier
Flash page size and misc. chip information
Low 32 bits of device unique number
High 32 bits of device unique number
Flash and SRAM Memory size in kB
Device information page revision
EMU Temperature Calibration Information
HFRCO Calibration Register (4 MHz)
HFRCO Calibration Register (7 MHz)
HFRCO Calibration Register (13 MHz)
HFRCO Calibration Register (16 MHz)
HFRCO Calibration Register (19 MHz)
HFRCO Calibration Register (26 MHz)
HFRCO Calibration Register (32 MHz)
HFRCO Calibration Register (38 MHz)
AUXHFRCO Calibration Register (4 MHz)
AUXHFRCO Calibration Register (7 MHz)
AUXHFRCO Calibration Register (13 MHz)
AUXHFRCO Calibration Register (16 MHz)
AUXHFRCO Calibration Register (19 MHz)
AUXHFRCO Calibration Register (26 MHz)
AUXHFRCO Calibration Register (32 MHz)
AUXHFRCO Calibration Register (38 MHz)
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 25
EFM32JG1 Reference Manual
Memory and Bus System
Offset
Name
RO
RO
RO
RO
Type
RO
RO
RO
RO
RO
4.7 DI Page Entry Description
4.7.1 CAL - CRC of DI-page and calibration temperature
Offset
0x000
Access
Name
Description
DCDC Low-noise VREF Trim Register 0
DCDC Low-power VREF Trim Register 0
DCDC Low-power VREF Trim Register 1
DCDC Low-power VREF Trim Register 2
DCDC Low-power VREF Trim Register 3
DCDC LPCMPHYSSEL Trim Register 0
DCDC LPCMPHYSSEL Trim Register 1
Bit Position
Bit
23:16
Name
TEMP
Access
RO
Description
Calibration temperature as an usigned int in DegC
(25 = 25DegC)
15:0 CRC RO CRC of DI-page (CRC-16-CCITT)
4.7.2 EUI48L - EUI48 OUI and Unique identifier
Offset
0x028
Access
Name
Bit
31:24
Name
OUI48L
Access
RO
23:0 UNIQUEID RO
Bit Position
Description
Lower Octet of EUI48 Organizationally Unique Identifier
Unique identifier
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 26
EFM32JG1 Reference Manual
Memory and Bus System
4.7.3 EUI48H - OUI
Offset
0x02C
Access
Name
Bit
31:16
15:0
Name
Reserved
OUI48H
Bit Position
Access Description
Reserved for future use
RO Upper two Octets of EUI48 Organizationally Unique
Identifier
4.7.4 CUSTOMINFO - Custom information
Offset
0x030
Access
Name
Bit
31:16
Name
PARTNO
15:0 Reserved
Bit Position
Access
RO
Description
Custom part identifier as unsigned integer (e.g. 903)
65535 for standard product
Reserved for future use
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 27
EFM32JG1 Reference Manual
Memory and Bus System
4.7.5 MEMINFO - Flash page size and misc. chip information
Offset
0x034
Access
Bit Position
Name
Bit
31:24
Name
FLASH_PAGE_SIZE
23:16 PINCOUNT
15:8
7:0
1
2
PKGTYPE
Value
74
77
81
TEMPGRADE
Value
0
3
Access
RO
Description
A signed integer. FlashPageSize = 2 ^
(FLASH_PAGE_SIZE + 10). Ie. the value 0xFF (-1) results in a page size of 2^(-1 + 10) = 512 bytes.
RO
RO
Device pin count as unsigned integer (eg. 48)
Package Identifier as character
Mode
WLCSP
QFN
QFP
RO
Description
WLCSP package
QFN package
QFP package
Temperature Grade of product as unsigned integer enumeration
Mode
N40TO85
N40TO125
N40TO105
N0TO70
Description
-40 to 85degC
-40 to 125degC
-40 to 105degC
0 to 70degC
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 28
4.7.6 UNIQUEL - Low 32 bits of device unique number
Offset
0x040
Access
Name
Bit
31:0
Name
UNIQUEL
Access
RO
Bit Position
Description
Low 32 bits of device unique number
EFM32JG1 Reference Manual
Memory and Bus System
4.7.7 UNIQUEH - High 32 bits of device unique number
Offset
0x044
Access
Name
Bit Position
Bit
31:0
Name
UNIQUEH
Access
RO
Description
High 32 bits of device unique number
4.7.8 MSIZE - Flash and SRAM Memory size in kB
Offset
0x048
Access
Name
Bit
31:16
Name
SRAM
15:0 FLASH
Access
RO
RO
Bit Position
Description
Ram size, kbyte count as unsigned integer (eg. 16)
Flash size, kbyte count as unsigned integer (eg. 128)
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 29
EFM32JG1 Reference Manual
Memory and Bus System
4.7.9 PART - Part description
Offset
0x04C
Access
Name
Bit Position
Bit
31:24
Name
PROD_REV
23:16 DEVICE_FAMILY
25
26
27
71
71
72
72
73
73
74
74
75
75
76
21
22
23
24
Value
16
17
18
19
20
silabs.com | Smart. Connected. Energy-friendly.
Access
RO
RO
Description
Production revision as unsigned integer
Device Family
Mode Description
EFR32MG1P EFR32 Mighty Gecko Device Family
EFR32MG1B EFR32 Mighty Gecko Device Family
EFR32MG1V EFR32 Mighty Gecko Device Family
EFR32BG1P EFR32 Blue Gecko Device Family
EFR32BG1B EFR32 Blue Gecko Device Family
EFR32BG1V EFR32 Blue Gecko Device Family
EFR32ZG1P EFR32 Zappy Gecko Device Family
EFR32ZG1B EFR32 Zappy Gecko Device Family
EFR32ZG1V EFR32 Zappy Gecko Device Family
EFR32FG1P EFR32 Flex Gecko Device Family
EFR32FG1B EFR32 Flex Gecko Device Family
EFR32FG1V EFR32 Flex Gecko Device Family
G
EFM32G
EFM32 Gecko Device Family
EFM32 Gecko Device Family
EFM32GG
GG
TG
EFM32TG
EFM32 Giant Gecko Device Family
EFM32 Giant Gecko Device Family
EFM32 Tiny Gecko Device Family
EFM32 Tiny Gecko Device Family
EFM32LG
LG
EFM32WG
WG
ZG
EFM32 Leopard Gecko Device Family
EFM32 Leopard Gecko Device Family
EFM32 Wonder Gecko Device Family
EFM32 Wonder Gecko Device Family
EFM32 Zero Gecko Device Family
Preliminary Rev. 0.2 | 30
Bit
15:0
Name
76
77
77
81
83
120
121
122
DEVICE_NUMBER
Access
EFM32ZG
HG
Description
EFM32 Zero Gecko Device Family
EFM32 Happy Gecko Device Family
EFM32HG EFM32 Happy Gecko Device Family
EFM32PG1B EFM32 Pearl Gecko Device Family
EFM32JG1B EFM32 Jade Gecko Device Family
EZR32LG EZR32 Leopard Gecko Device Family
EZR32WG
EZR32HG
EZR32 Wonder Gecko Device Family
EZR32 Happy Gecko Device Family
RO Part number as unsigned integer (e.g. 233 for
EFR32BG1P233F256GM48-B0)
EFM32JG1 Reference Manual
Memory and Bus System
4.7.10 DEVINFOREV - Device information page revision
Offset
0x050
Access
Bit Position
Name
Bit
31:8
7:0
Name
Reserved
DEVINFOREV
Access Description
Reserved for future use
RO DEVINFO layout revision as unsigned integer (initially 1)
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 31
EFM32JG1 Reference Manual
Memory and Bus System
4.7.11 EMUTEMP - EMU Temperature Calibration Information
Offset
0x054
Access
Bit Position
Name
Bit
31:8
7:0
Name
Reserved
EMUTEMPROOM
4.7.12 ADC0CAL0 - ADC0 calibration register 0
Offset
0x060
Access
Access Description
Reserved for future use
RO EMU_TEMP temperature reading at room (durring calibration)
Bit Position
Name
Bit
31
30:24
23:20
19:16
15
14:8
7:4
3:0
Name
Reserved
GAIN2V5
NEGSEOFFSET2V5
OFFSET2V5
Reserved
GAIN1V25
NEGSEOFFSET1V25
OFFSET1V25
silabs.com | Smart. Connected. Energy-friendly.
Access Description
Reserved for future use
RO Gain for 2.5V reference
RO Negative single ended offset for 2.5V reference
RO
RO
RO Offset for 2.5V reference
Reserved for future use
RO Gain for 1.25V reference
Negative single ended offset for 1.25V reference
Offset for 1.25V reference
Preliminary Rev. 0.2 | 32
EFM32JG1 Reference Manual
Memory and Bus System
4.7.13 ADC0CAL1 - ADC0 calibration register 1
Offset
0x064
Access
Name
Bit Position
Bit
31
30:24
Name
Reserved
GAIN5VDIFF
23:20 NEGSEOFFSET5VDIFF
19:16 OFFSET5VDIFF
15
14:8
7:4
Reserved
GAINVDD
NEGSEOFFSETVDD
3:0 OFFSETVDD
Access Description
Reserved for future use
RO Gain for for 5V differential reference
RO Negative single ended offset with for 5V differential reference
RO Offset for 5V differential reference
Reserved for future use
RO Gain for VDD reference
RO Negative single ended offset for VDD reference
RO Offset for VDD reference
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 33
EFM32JG1 Reference Manual
Memory and Bus System
4.7.14 ADC0CAL2 - ADC0 calibration register 2
Offset
0x068
Access
Name
Bit Position
Bit
31
30:24
23:20
19:16
15:8
7:4
3:0
Name
Reserved
Reserved
Reserved
Reserved
Reserved
NEGSEOFFSET2XVDD
OFFSET2XVDD
4.7.15 ADC0CAL3 - ADC0 calibration register 3
Offset
0x06C
Access
Access Description
Reserved for future use
Reserved for future use
Reserved for future use
Reserved for future use
Reserved for future use
RO Negative single ended offset for 2XVDD reference
RO Offset for 2XVDD reference
Bit Position
Name
Bit
28:13
15:4
Name
Reserved
TEMPREAD1V25
3:0 Reserved
Access Description
Reserved for future use
RO Temperature reading at 1.25V reference (durring calibration)
Reserved for future use
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 34
EFM32JG1 Reference Manual
Memory and Bus System
4.7.16 HFRCOCAL0 - HFRCO Calibration Register (4 MHz)
Offset
0x080
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
HFRCO Temperature Coefficient Trim on Comparator
Reference
HFRCO enable reference for fine tuning
HFRCO Clock Output Divide
HFRCO LDO High Power Mode
RO
RO
HFRCO Comparator Bias Current
HFRCO Frequency Range
Reserved for future use
RO HFRCO Fine Tuning Value
Reserved for future use
RO HFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 35
EFM32JG1 Reference Manual
Memory and Bus System
4.7.17 HFRCOCAL3 - HFRCO Calibration Register (7 MHz)
Offset
0x08C
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
HFRCO Temperature Coefficient Trim on Comparator
Reference
HFRCO enable reference for fine tuning
HFRCO Clock Output Divide
HFRCO LDO High Power Mode
RO
RO
HFRCO Comparator Bias Current
HFRCO Frequency Range
Reserved for future use
RO HFRCO Fine Tuning Value
Reserved for future use
RO HFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 36
EFM32JG1 Reference Manual
Memory and Bus System
4.7.18 HFRCOCAL6 - HFRCO Calibration Register (13 MHz)
Offset
0x098
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
HFRCO Temperature Coefficient Trim on Comparator
Reference
HFRCO enable reference for fine tuning
HFRCO Clock Output Divide
HFRCO LDO High Power Mode
RO
RO
HFRCO Comparator Bias Current
HFRCO Frequency Range
Reserved for future use
RO HFRCO Fine Tuning Value
Reserved for future use
RO HFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 37
EFM32JG1 Reference Manual
Memory and Bus System
4.7.19 HFRCOCAL7 - HFRCO Calibration Register (16 MHz)
Offset
0x09C
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
HFRCO Temperature Coefficient Trim on Comparator
Reference
HFRCO enable reference for fine tuning
HFRCO Clock Output Divide
HFRCO LDO High Power Mode
RO
RO
HFRCO Comparator Bias Current
HFRCO Frequency Range
Reserved for future use
RO HFRCO Fine Tuning Value
Reserved for future use
RO HFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 38
EFM32JG1 Reference Manual
Memory and Bus System
4.7.20 HFRCOCAL8 - HFRCO Calibration Register (19 MHz)
Offset
0x0A0
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
HFRCO Temperature Coefficient Trim on Comparator
Reference
HFRCO enable reference for fine tuning
HFRCO Clock Output Divide
HFRCO LDO High Power Mode
RO
RO
HFRCO Comparator Bias Current
HFRCO Frequency Range
Reserved for future use
RO HFRCO Fine Tuning Value
Reserved for future use
RO HFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 39
EFM32JG1 Reference Manual
Memory and Bus System
4.7.21 HFRCOCAL10 - HFRCO Calibration Register (26 MHz)
Offset
0x0A8
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
HFRCO Temperature Coefficient Trim on Comparator
Reference
HFRCO enable reference for fine tuning
HFRCO Clock Output Divide
HFRCO LDO High Power Mode
RO
RO
HFRCO Comparator Bias Current
HFRCO Frequency Range
Reserved for future use
RO HFRCO Fine Tuning Value
Reserved for future use
RO HFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 40
EFM32JG1 Reference Manual
Memory and Bus System
4.7.22 HFRCOCAL11 - HFRCO Calibration Register (32 MHz)
Offset
0x0AC
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
HFRCO Temperature Coefficient Trim on Comparator
Reference
HFRCO enable reference for fine tuning
HFRCO Clock Output Divide
HFRCO LDO High Power Mode
RO
RO
HFRCO Comparator Bias Current
HFRCO Frequency Range
Reserved for future use
RO HFRCO Fine Tuning Value
Reserved for future use
RO HFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 41
EFM32JG1 Reference Manual
Memory and Bus System
4.7.23 HFRCOCAL12 - HFRCO Calibration Register (38 MHz)
Offset
0x0B0
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
HFRCO Temperature Coefficient Trim on Comparator
Reference
HFRCO enable reference for fine tuning
HFRCO Clock Output Divide
HFRCO LDO High Power Mode
RO
RO
HFRCO Comparator Bias Current
HFRCO Frequency Range
Reserved for future use
RO HFRCO Fine Tuning Value
Reserved for future use
RO HFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 42
EFM32JG1 Reference Manual
Memory and Bus System
4.7.24 AUXHFRCOCAL0 - AUXHFRCO Calibration Register (4 MHz)
Offset
0x0E0
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
AUXHFRCO Temperature Coefficient Trim on Comparator Reference
AUXHFRCO enable reference for fine tuning
AUXHFRCO Clock Output Divide
AUXHFRCO LDO High Power Mode
RO
RO
AUXHFRCO Comparator Bias Current
AUXHFRCO Frequency Range
Reserved for future use
RO AUXHFRCO Fine Tuning Value
Reserved for future use
RO AUXHFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 43
EFM32JG1 Reference Manual
Memory and Bus System
4.7.25 AUXHFRCOCAL3 - AUXHFRCO Calibration Register (7 MHz)
Offset
0x0EC
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
AUXHFRCO Temperature Coefficient Trim on Comparator Reference
AUXHFRCO enable reference for fine tuning
AUXHFRCO Clock Output Divide
AUXHFRCO LDO High Power Mode
RO
RO
AUXHFRCO Comparator Bias Current
AUXHFRCO Frequency Range
Reserved for future use
RO AUXHFRCO Fine Tuning Value
Reserved for future use
RO AUXHFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 44
EFM32JG1 Reference Manual
Memory and Bus System
4.7.26 AUXHFRCOCAL6 - AUXHFRCO Calibration Register (13 MHz)
Offset
0x0F8
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
AUXHFRCO Temperature Coefficient Trim on Comparator Reference
AUXHFRCO enable reference for fine tuning
AUXHFRCO Clock Output Divide
AUXHFRCO LDO High Power Mode
RO
RO
AUXHFRCO Comparator Bias Current
AUXHFRCO Frequency Range
Reserved for future use
RO AUXHFRCO Fine Tuning Value
Reserved for future use
RO AUXHFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 45
EFM32JG1 Reference Manual
Memory and Bus System
4.7.27 AUXHFRCOCAL7 - AUXHFRCO Calibration Register (16 MHz)
Offset
0x0FC
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
AUXHFRCO Temperature Coefficient Trim on Comparator Reference
AUXHFRCO enable reference for fine tuning
AUXHFRCO Clock Output Divide
AUXHFRCO LDO High Power Mode
RO
RO
AUXHFRCO Comparator Bias Current
AUXHFRCO Frequency Range
Reserved for future use
RO AUXHFRCO Fine Tuning Value
Reserved for future use
RO AUXHFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 46
EFM32JG1 Reference Manual
Memory and Bus System
4.7.28 AUXHFRCOCAL8 - AUXHFRCO Calibration Register (19 MHz)
Offset
0x100
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
AUXHFRCO Temperature Coefficient Trim on Comparator Reference
AUXHFRCO enable reference for fine tuning
AUXHFRCO Clock Output Divide
AUXHFRCO LDO High Power Mode
RO
RO
AUXHFRCO Comparator Bias Current
AUXHFRCO Frequency Range
Reserved for future use
RO AUXHFRCO Fine Tuning Value
Reserved for future use
RO AUXHFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 47
EFM32JG1 Reference Manual
Memory and Bus System
4.7.29 AUXHFRCOCAL10 - AUXHFRCO Calibration Register (26 MHz)
Offset
0x108
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
AUXHFRCO Temperature Coefficient Trim on Comparator Reference
AUXHFRCO enable reference for fine tuning
AUXHFRCO Clock Output Divide
AUXHFRCO LDO High Power Mode
RO
RO
AUXHFRCO Comparator Bias Current
AUXHFRCO Frequency Range
Reserved for future use
RO AUXHFRCO Fine Tuning Value
Reserved for future use
RO AUXHFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 48
EFM32JG1 Reference Manual
Memory and Bus System
4.7.30 AUXHFRCOCAL11 - AUXHFRCO Calibration Register (32 MHz)
Offset
0x10C
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
AUXHFRCO Temperature Coefficient Trim on Comparator Reference
AUXHFRCO enable reference for fine tuning
AUXHFRCO Clock Output Divide
AUXHFRCO LDO High Power Mode
RO
RO
AUXHFRCO Comparator Bias Current
AUXHFRCO Frequency Range
Reserved for future use
RO AUXHFRCO Fine Tuning Value
Reserved for future use
RO AUXHFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 49
EFM32JG1 Reference Manual
Memory and Bus System
4.7.31 AUXHFRCOCAL12 - AUXHFRCO Calibration Register (38 MHz)
Offset
0x110
Access
Bit Position
Name
Bit
31:28
Name
VREFTC
27
26:25
24
FINETUNINGEN
CLKDIV
LDOHP
23:21 CMPBIAS
20:16 FREQRANGE
15:14
13:8
Reserved
FINETUNING
7
6:0
Reserved
TUNING
Access
RO
RO
RO
RO
Description
AUXHFRCO Temperature Coefficient Trim on Comparator Reference
AUXHFRCO enable reference for fine tuning
AUXHFRCO Clock Output Divide
AUXHFRCO LDO High Power Mode
RO
RO
AUXHFRCO Comparator Bias Current
AUXHFRCO Frequency Range
Reserved for future use
RO AUXHFRCO Fine Tuning Value
Reserved for future use
RO AUXHFRCO Tuning Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 50
EFM32JG1 Reference Manual
Memory and Bus System
4.7.32 VMONCAL0 - VMON Calibration Register 0
Offset
0x140
Access
Bit Position
Name
11:8
7:4
3:0
Bit
31:28
Name Access
ALTAVDD2V98THRESCOARSE RO
27:24
23:20
ALTAVDD2V98THRESFINE RO
ALTAVDD1V86THRESCOARSE RO
19:16
15:12
ALTAVDD1V86THRESFINE
AVDD2V98THRESCOARSE
RO
RO
AVDD2V98THRESFINE
AVDD1V86THRESCOARSE
AVDD1V86THRESFINE
RO
RO
RO
Description
ALTAVDD 2.98 V Coarse Threshold Adjust
ALTAVDD 2.98 V Fine Threshold Adjust
ALTAVDD 1.86 V Coarse Threshold Adjust
ALTAVDD 1.86 V Fine Threshold Adjust
AVDD 2.98 V Coarse Threshold Adjust
AVDD 2.98 V Fine Threshold Adjust
AVDD 1.86 V Coarse Threshold Adjust
AVDD 1.86 V Fine Threshold Adjust
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 51
4.7.33 VMONCAL1 - VMON Calibration Register 1
Offset
0x144
Access
Bit Position
Name
Bit
31:28
Name
IO02V98THRESCOARSE
27:24 IO02V98THRESFINE
23:20 IO01V86THRESCOARSE
19:16 IO01V86THRESFINE
15:12 DVDD2V98THRESCOARSE
11:8
7:4
3:0
DVDD2V98THRESFINE
DVDD1V86THRESCOARSE
DVDD1V86THRESFINE
RO
RO
RO
RO
RO
Access
RO
RO
RO
Description
IO0 2.98 V Coarse Threshold Adjust
IO0 2.98 V Fine Threshold Adjust
IO0 1.86 V Coarse Threshold Adjust
IO0 1.86 V Fine Threshold Adjust
DVDD 2.98 V Coarse Threshold Adjust
DVDD 2.98 V Fine Threshold Adjust
DVDD 1.86 V Coarse Threshold Adjust
DVDD 1.86 V Fine Threshold Adjust
EFM32JG1 Reference Manual
Memory and Bus System
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 52
4.7.34 VMONCAL2 - VMON Calibration Register 2
Offset
0x148
Access
Bit Position
Name
Bit
31:28
27:24
23:20
Name
FVDD2V98THRESCOARSE
FVDD2V98THRESFINE
FVDD1V86THRESCOARSE
11:8
7:4
3:0
19:16
15:12
FVDD1V86THRESFINE RO
PAVDD2V98THRESCOARSE RO
PAVDD2V98THRESFINE RO
PAVDD1V86THRESCOARSE RO
PAVDD1V86THRESFINE RO
Access
RO
RO
RO
Description
FVDD 2.98 V Coarse Threshold Adjust
FVDD 2.98 V Fine Threshold Adjust
FVDD 1.86 V Coarse Threshold Adjust
FVDD 1.86 V Fine Threshold Adjust
PAVDD 2.98 V Coarse Threshold Adjust
PAVDD 2.98 V Fine Threshold Adjust
PAVDD 1.86 V Coarse Threshold Adjust
PAVDD 1.86 V Fine Threshold Adjust
EFM32JG1 Reference Manual
Memory and Bus System
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 53
EFM32JG1 Reference Manual
Memory and Bus System
4.7.35 IDAC0CAL0 - IDAC0 Calibration Register 0
Offset
0x158
Access
Bit Position
Name
Bit
31:24
Name
SOURCERANGE3TUNING
Access
RO
23:16 SOURCERANGE2TUNING RO
15:8 SOURCERANGE1TUNING RO
7:0 SOURCERANGE0TUNING RO
Description
Calibrated middle step (16) of current source mode range 3
Calibrated middle step (16) of current source mode range 2
Calibrated middle step (16) of current source mode range 1
Calibrated middle step (16) of current source mode range 0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 54
EFM32JG1 Reference Manual
Memory and Bus System
4.7.36 IDAC0CAL1 - IDAC0 Calibration Register 1
Offset
0x15C
Access
Name
Bit Position
Bit
31:24
23:16
15:8
7:0
Name
SINKRANGE3TUNING
SINKRANGE2TUNING
SINKRANGE1TUNING
SINKRANGE0TUNING
Access
RO
RO
RO
RO
Description
Calibrated middle step (16) of current sink mode range 3
Calibrated middle step (16) of current sink mode range 2
Calibrated middle step (16) of current sink mode range 1
Calibrated middle step (16) of current sink mode range 0
4.7.37 DCDCLNVCTRL0 - DCDC Low-noise VREF Trim Register 0
Offset
0x168
Access
Bit Position
Name
Bit
31:24
Name
3V0LNATT1
23:16 1V8LNATT1
15:8
7:0
1V8LNATT0
1V2LNATT0
RO
RO
Access
RO
RO
Description
DCDC LNVREF Trim for 3.0V output, LNATT=1
DCDC LNVREF Trim for 1.8V output, LNATT=1
DCDC LNVREF Trim for 1.8V output, LNATT=0
DCDC LNVREF Trim for 1.2V output, LNATT=0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 55
EFM32JG1 Reference Manual
Memory and Bus System
4.7.38 DCDCLPVCTRL0 - DCDC Low-power VREF Trim Register 0
Offset
0x16C
Access
Bit Position
Name
Bit
31:24
Name
1V8LPATT0LPCMPBIAS1
23:16 1V2LPATT0LPCMPBIAS1
15:8 1V8LPATT0LPCMPBIAS0
7:0 1V2LPATT0LPCMPBIAS0
Access
RO
RO
RO
RO
Description
DCDC LPVREF Trim for 1.8V output, LPATT=0,
LPCMPBIAS=1
DCDC LPVREF Trim for 1.2V output, LPATT=0,
LPCMPBIAS=1
DCDC LPVREF Trim for 1.8V output, LPATT=0,
LPCMPBIAS=0
DCDC LPVREF Trim for 1.2V output, LPATT=0,
LPCMPBIAS=0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 56
EFM32JG1 Reference Manual
Memory and Bus System
4.7.39 DCDCLPVCTRL1 - DCDC Low-power VREF Trim Register 1
Offset
0x170
Access
Bit Position
Name
Bit
31:24
Name
1V8LPATT0LPCMPBIAS3
23:16 1V2LPATT0LPCMPBIAS3
15:8 1V8LPATT0LPCMPBIAS2
7:0 1V2LPATT0LPCMPBIAS2
Access
RO
RO
RO
RO
Description
DCDC LPVREF Trim for 1.8V output, LPATT=0,
LPCMPBIAS=3
DCDC LPVREF Trim for 1.2V output, LPATT=0,
LPCMPBIAS=3
DCDC LPVREF Trim for 1.8V output, LPATT=0,
LPCMPBIAS=2
DCDC LPVREF Trim for 1.2V output, LPATT=0,
LPCMPBIAS=2
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 57
EFM32JG1 Reference Manual
Memory and Bus System
4.7.40 DCDCLPVCTRL2 - DCDC Low-power VREF Trim Register 2
Offset
0x174
Access
Bit Position
Name
Bit
31:24
Name
3V0LPATT1LPCMPBIAS1
23:16 1V8LPATT1LPCMPBIAS1
15:8 3V0LPATT1LPCMPBIAS0
7:0 1V8LPATT1LPCMPBIAS0
Access
RO
RO
RO
RO
Description
DCDC LPVREF Trim for 3.0V output, LPATT=1,
LPCMPBIAS=1
DCDC LPVREF Trim for 1.8V output, LPATT=1,
LPCMPBIAS=1
DCDC LPVREF Trim for 3.0V output, LPATT=1,
LPCMPBIAS=0
DCDC LPVREF Trim for 1.8V output, LPATT=1,
LPCMPBIAS=0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 58
EFM32JG1 Reference Manual
Memory and Bus System
4.7.41 DCDCLPVCTRL3 - DCDC Low-power VREF Trim Register 3
Offset
0x178
Access
Bit Position
Name
Bit
31:24
23:16
15:8
7:0
Name
3V0LPATT1LPCMPBIAS3
1V8LPATT1LPCMPBIAS3
3V0LPATT1LPCMPBIAS2
1V8LPATT1LPCMPBIAS2
Access
RO
RO
RO
RO
Description
DCDC LPVREF Trim for 3.0V output, LPATT=1,
LPCMPBIAS=3
DCDC LPVREF Trim for 1.8V output, LPATT=1,
LPCMPBIAS=3
DCDC LPVREF Trim for 3.0V output, LPATT=1,
LPCMPBIAS=3
DCDC LPVREF Trim for 1.8V output, LPATT=1,
LPCMPBIAS=2
4.7.42 DCDCLPCMPHYSSEL0 - DCDC LPCMPHYSSEL Trim Register 0
Offset
0x17C
Access
Bit Position
Name
Bit
31:16
15:8
Name
Reserved
LPCMPHYSSELLPATT1
7:0 LPCMPHYSSELLPATT0
silabs.com | Smart. Connected. Energy-friendly.
Access Description
Reserved for future use
RO DCDC LPCMPHYSSEL Trim, LPATT=1
RO DCDC LPCMPHYSSEL Trim, LPATT=0
Preliminary Rev. 0.2 | 59
EFM32JG1 Reference Manual
Memory and Bus System
4.7.43 DCDCLPCMPHYSSEL1 - DCDC LPCMPHYSSEL Trim Register 1
Offset
0x180
Access
Bit Position
Name
Bit
31:24
Name
LPCMPHYSSELLPCMPBIAS3
Access
RO
23:16
15:8
LPCMPHYSSELLPCMPBIAS2 RO
LPCMPHYSSELLPCMPBIAS1 RO
7:0 LPCMPHYSSELLPCMPBIAS0 RO
Description
DCDC LPCMPHYSSEL Trim, LPCMPBIAS=3
DCDC LPCMPHYSSEL Trim, LPCMPBIAS=2
DCDC LPCMPHYSSEL Trim, LPCMPBIAS=1
DCDC LPCMPHYSSEL Trim, LPCMPBIAS=0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 60
5. DBG - Debug Interface
0 1 2 3 4
Debug Data
EFM32JG1 Reference Manual
DBG - Debug Interface
Quick Facts
What?
The Debug Interface is used to program and debug
EFM32 Jade Gecko devices.
Why?
The Debug Interface makes it easy to re-program and update the system in the field, and allows debugging with minimal I/O pin usage.
How?
The Cortex-M3 supports advanced debugging features. EFM32 Jade Gecko devices can use a minimum of two port pins for debugging or programming.
The internal and external state of the system can be examined with debug extensions supporting instruction or data access break and watch points.
ARM Cortex-M4
DBG
5.1 Introduction
The EFM32 Jade Gecko devices include hardware debug support through a 2-pin serial-wire debug (SWD) interface or a 4-pin Joint
Test Action Group (JTAG) interface .
For more technical information about the debug interface the reader is referred to:
• ARM Cortex-M3 Technical Reference Manual
• ARM CoreSight Components Technical Reference Manual
• ARM Debug Interface v5 Architecture Specification
• IEEE Standard for Test Access Port and Boundary-Scan Architecture, IEEE 1149.1-2013
5.2 Features
• Debug Access Port Serial Wire JTAG (DAPSWJ)
• Implements the ADIv5 debug interface
• Authentication Access Point (AAP)
• Implements various user commands
• Flash Patch and Breakpoint (FPB) unit
• Implement breakpoints and code patches
• Data Watch point and Trace (DWT) unit
• Implement watch points, trigger resources and system profiling
• Instrumentation Trace Macrocell (ITM)
• Application-driven trace source that supports printf style debugging
5.3 Functional Description
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 61
EFM32JG1 Reference Manual
DBG - Debug Interface
5.3.1 Debug Pins
The following pins are the debug connections for the device:
• Serial Wire Clock Input and Test Clock Input (SWCLKTCK) : This pin is enabled after reset and has a built-in pull down.
• Serial Wire Data Input/Output and Test Mode Select Input (SWDIOTMS) : This pin is enabled after reset and has a built-in pull-up.
• Test Data Output (TDO): This pin is disabled after reset.
• Test Data Input (TDI): This pin is disabled after reset. Once enabled, the pin has a built-in pull-up.
The debug pins have pull-down and pull-up enabled by default, so leaving them enabled may increase the current consumption if left connected to supply or ground. The debug pins can be enabled and disabled through GPIO_ROUTE_PEN, see
. Please remember that upon disabling the debug pins, debug contact with the device is lost once the DAPSWJ power request bits are deasserted. If enabling the JTAG pins, the part must be power cycled to enable a SWD debug session.
5.3.2 Debug and EM2 DeepSleep/EM3 Stop
Leaving the debugger connected when issuing a WFI or WFE to enter EM2 DeepSleep or EM3 Stop will make the system enter a special EM2 DeepSleep. This mode differs from regular EM2 DeepSleep and EM3 Stop in that the high frequency clocks are still enabled, and certain core functionality is still powered in order to maintain debug-functionality. Because of this, the current consumption in this mode is closer to EM1 Sleep and it is therefore important to deassert the power requests in the DAPSWJ and disconnect the debugger before doing current consumption measurements.
5.3.3 Authentication Access Point
The Authentication Acces Point (AAP) is a set of registers that provide a minimal amount of debugging and system level commands.
The AAP registers contain commands to issue a FLASH erase, a system reset, a CRC of user code pages, and stalling the system bus.
The user must program the APSEL bit field to 255 inside of the ARM DAPSWJ Debug Port SELECT register to access the AAP. The
AAP is only accessible from a debugger and not from the core.
5.3.3.1 Command Key
The AAP uses a command key to enable the DEVICEERASE and SYSRESETREQ AAP commands. The command key must be written with the correct key in order for the commands to execute.
5.3.3.2 Device Erase
The device can be erased by writing AAP_CMDKEY followed by writing the DEVICEERASE register bit. Upon writing the command bit, the ERASEBUSY bit is asserted. The ERASEBUSY bit will be de-asserted once the erase is complete. The SYSRESETREQ bit must then be set to resume a normal debugger session. The DEVICEERASE register is available at all times through the AAP once the
CMDKEY is enetered.
5.3.3.3 System Reset
The system can be reset by writing AAP_CMDKEY followed by writing the SYSRESTREQ register bit. This must be done afer asserting
DEVICEERASE or CRCREQ. Depending on the reset level setting for system reset, asserting SYSRESETREQ will either reset the entire AAP register space or just the SYSRESETREQ bit. See
8.3.1 Reset levels for more details on reset levels. The SYSRESETREQ
register is available at all times through the AAP once the CMDKEY is enetered.
5.3.3.4 System Bus Stall
The system bus can be stalled at any time using the SYSBUSSTALL register bit. Once the SYSBUSSTALL is set, the system bus will remain stalled until SYSBUSSTALL is cleared. While the system bus is stalled, only the registers inside the Cortex-M3, AAP and the debugger can be accessed. The SYSBUSSTALL register is available at all times through the AAP.
5.3.3.5 User Flash Page CRC
The CRCREQ command initiates a CRC calculation on a given Flash Page. The CRC is only available on the Main, User Data, and
Lock Bit pages. It is highly recommended that the system bus is stalled before any CRCREQ commands are issued. The CRC calculation uses the on chip CRC block configured in 32 bit CRC mode. The Flash Page address for the CRCREQ command is written to the
CRCADDR register. After issuing the CRCREQ, the CRCBUSY flag is asserted. Once the CRCBUSY flag is de-asserted, the resulting page CRC can be found in the CRCRESULT register. Once issuing a CRC command, the CPU is stalled and remains stalled until a system reset occurs. Multiple CRC requests can occur before resetting the system. However, a CRC request that occurs while the
CRCBUSY flag is asserted will be ignored. The CRC registers are available at all times through the AAP.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 62
EFM32JG1 Reference Manual
DBG - Debug Interface
5.3.4 Debug Lock
The debug access to the Cortex-M3 is locked by clearing the Debug Lock Word (DLW) and resetting the device, see
.
When debug access is locked, the debugger can access the DAPSWJ and AAP registers. However, the connection to the Cortex-M3 core and the whole bus-system is blocked. This mechanism is controlled by the Authentication Access Port (AAP) as illustrated by
Figure 5.1 AAP - Authentication Access Port on page 63
.
ALW[3:0] == 0xF
DEVICEERASE
ERASEBUSY
SerialWire debug interface
SW-DP
Authentication
Access Port
(AAP)
DLW[3:0] == 0xF
Cortex
AHB-AP
Figure 5.1 AAP - Authentication Access Port
If the DLW is cleared, the device is locked. If the device is locked and the the AAP Lock Word (ALW) has not been cleared, it can be unlocked by writing a valid key to the AAP_CMDKEY register and then setting the DEVICEERASE bit of the AAP_CMD register via the debug interface. This operation erases the main block of flash, clears all lock bits, and debug access to the Cortex-M3 and bus-system is enabled. The operation takes tens of mili seconds to complete. Note that the SRAM contents will also be deleted during a device erase, while the UD-page is not erased.
The debugger may read the status of the device erase from the AAP_STATUS register. When the ERASEBUSY bit is set low after
DEVICEERASE of the AAP_CMD register is set, the debugger may set the SYSRESETREQ bit in the AAP_CMD register. After reset, the debugger may resume a normal debug session through the AHB-AP.
5.3.5 AAP Lock
Take extreme caution when using this feature. Once the AAP has been locked, the state of the FLASH can not be changed via the debugger.
5.3.6 Debugger reads of actionable registers
Some peripheral registers cause particular actions when read, e.g FIFOs which pop and IFC registers which clear the IF flags when read. This can cause problems when debugging and the user wants to read the value without triggering the read action. For this reason, by default, the peripherals will not execute these triggered actions when an attached debugger is performing the read accesses through the AAP. To override this behavior, the debugger can configure the MASTERTYPE bitfield of the Cortex-M3 AHB Access Port
CSW register in order to emulate a core access when performing system bus transfers.
Note: Registers with actionable reads are noted in their register descriptions. Please refer to .
5.3.7 Debug Recovery
Debug recovery is the ability to stall the system bus before the Cortex-M3 executes code. For example, the first few instructions may disconnect the debugger pins. When this occurs it is difficult to connect the debugger and halt the Cortex-M3 before the Cortex-M3 starts to execute. By holding down pin reset, issuing the System Bus Stall AAP instruction, then releasing pin reset, the debugger can stall the system bus before the Cortex-M3 has a chance to execute. Because the system is under reset during this procedure the Debugger can not look for ACK's from the part. Once the system bus is stalled, the FLASH can be erased by issuing the AAP_CMDKEY and then the writting the DEVICEERASE in the AAP_CMD register.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 63
EFM32JG1 Reference Manual
DBG - Debug Interface
5.4 Register Map
The offset register address is relative to the registers base address.
Offset Name
Type
W1
W1
R
RW
W1
R
RW
R
R
Description
5.5 Register Description
5.5.1 AAP_CMD - Command Register
Offset
0x000
Reset
Access
Bit Position
Name
Bit
31:2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
SYSRESETREQ 0 W1 System Reset Request
A system reset request is generated when set to 1. This register is write enabled from the AAP_CMDKEY register.
DEVICEERASE 0 W1 Erase the Flash Main Block, SRAM and Lock Bits
When set, all data and program code in the main block is erased, the SRAM is cleared and then the Lock Bit (LB) page is erased. This also includes the Debug Lock Word (DLW), causing debug access to be enabled after the next reset. The information block User Data page (UD) is left unchanged, but the User data page Lock Word (ULW) is erased. This register is write enabled from the AAP_CMDKEY register.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 64
EFM32JG1 Reference Manual
DBG - Debug Interface
5.5.2 AAP_CMDKEY - Command Key Register
Offset
0x004
Reset
Access
Name
Bit Position
Bit
31:0
Name
WRITEKEY
Reset
0x00000000
Access Description
W1 CMD Key Register
The key value must be written to this register to write enable the AAP_CMD register.
Value
0xCFACC118
Mode
WRITEEN
Description
Enable write to AAP_CMD
5.5.3 AAP_STATUS - Status Register
Offset
0x008
Reset
Access
Bit Position
Name
Bit
31:2
1
0
Name
Reserved
LOCKED
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 R AAP Locked
Set when the AAP is locked, .e.g the AAP Lock Word AAP lsb bits are not 0xF
ERASEBUSY 0 R Device Erase Command Status
This bit is set when a device erase is executing.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 65
EFM32JG1 Reference Manual
DBG - Debug Interface
5.5.4 AAP_CTRL - Control Register
Offset
0x00C
Reset
Access
Name
Bit Position
Bit
31:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
SYSBUSSTALL 0 RW Stall the System Bus
When this bit is set, the system bus is stalled. Only the Cortex registers are accessible
5.5.5 AAP_CRCCMD - CRC Command Register
Offset
0x010
Reset
Access
Bit Position
Name
Bit
31:1
0
Name
Reserved
CRCREQ
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 W1 CRC Request
A CRC request is generated when set to 1. This register is always available.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 66
EFM32JG1 Reference Manual
DBG - Debug Interface
5.5.6 AAP_CRCSTATUS - CRC Status Register
Offset
0x014
Reset
Access
Name
Bit Position
Bit
31:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
CRCBUSY 0 R CRC Calculation is busy
Set when the CRC calculation is executing. Will transition from 1 to 0 on valid data.
5.5.7 AAP_CRCADDR - CRC Address Register
Offset
0x018
Bit Position
Reset
Access
Name
Bit
31:0
Name
CRCADDR
Reset
0x00000000
Access Description
RW
Set this to the address the CRC executes on.
Starting Page Address for CRC Execution
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 67
EFM32JG1 Reference Manual
DBG - Debug Interface
5.5.8 AAP_CRCRESULT - CRC Result Register
Offset
0x01C
Reset
Access
Name
Bit Position
Bit
31:0
Name
CRCRESULT
Reset
0x00000000
Access Description
R CRC Result of the CRCADDRESS
Result of the CRC calculation using the CRCADDRESS.
5.5.9 AAP_IDR - AAP Identification Register
Offset
0x0FC
Bit Position
Reset
Access
Name
Bit
31:0
Name
ID
Reset
0x26E60011
Access Description
R AAP Identification Register
Access port identification register in compliance with the ARM ADI v5 specification (JEDEC Manufacturer ID) .
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 68
EFM32JG1 Reference Manual
MSC - Memory System Controller
6. MSC - Memory System Controller
0 1 2 3 4
01000101011011100110010101110010
01100111011110010010000001001101
01101001011000110111001001101111
00100000011100100111010101101100
01100101011100110010000001110100
01101000011001010010000001110111
01101111011100100110110001100100
00100000011011110110011000100000
01101100011011110111011100101101
01100101011011100110010101110010
01100111011110010010000001101101
01101001011000110111001001101111
01100011011011110110111001110100
01110010011011110110110001101100
01100101011100100010000001100100
01100101011100110110100101100111
01101110001000010100010101101110
Quick Facts
What?
The user can perform Flash memory read, read configuration and write operations through the Memory
System Controller (MSC) .
Why?
The MSC allows the application code, user data and flash lock bits to be stored in non-volatile Flash memory. Certain memory system functions, such as program memory wait-states and bus faults are also configured from the MSC peripheral register interface, giving the developer the ability to dynamically customize the memory system performance, security level, energy consumption and error handling capabilities to the requirements at hand.
How?
The MSC integrates a low-energy Flash IP with a charge pump, enabling minimum energy consumption while eliminating the need for external programming voltage to erase the memory. An easy to use write and erase interface is supported by an internal, fixed-frequency oscillator and autonomous flash timing and control reduces software complexity while not using other timer resources.
Application code may dynamically scale between high energy optimization and high code execution performance through advanced read modes.
A highly efficient low energy instruction cache reduces the number of flash reads significantly, thus saving energy. Performance is also improved when wait-states are used, since many of the wait-states are eliminated. Built-in performance counters can be used to measure the efficiency of the instruction cache.
6.1 Introduction
The Memory System Controller (MSC) is the program memory unit of the EFM32 Jade Gecko microcontroller. The flash memory is readable and writable from both the Cortex-M3 and DMA. The flash memory is divided into two blocks; the main block and the information block. Program code is normally written to the main block. Additionally, the information block is available for special user data and flash lock bits. There is also a read-only page in the information block containing system and device calibration data, and bootloader.
Read and write operations are supported in the energy modes EM0 Active and EM1 Sleep.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 69
6.2 Features
• AHB read interface
• Scalable access performance to optimize the Cortex-M3 code interface
• Zero wait-state access up to 32 MHz
• Advanced energy optimization functionality
• Conditional branch target prefetch suppression
• Cortex-M3 disfolding of if-then (IT) blocks
• Instruction Cache
• DMA read support in EM0 Active and EM1 Sleep
• Command and status interface
• Flash write and erase
• Accessible from Cortex-M3 in EM0 Active
• DMA write support in EM0 Active and EM1 Sleep
• Core clock independent Flash timing
• Internal oscillator and internal timers for precise and autonomous Flash timing
• General purpose timers are not occupied during Flash erase and write operations
• Configurable interrupt erase abort
• Improved interrupt predictability
• Memory and bus fault control
• Security features
• Lockable debug access
• Page lock bits
• SW Mass erase Lock bits
• Authentication Access Port (AAP) lock bits
• End-of-write and end-of-erase interrupts
EFM32JG1 Reference Manual
MSC - Memory System Controller
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 70
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.3 Functional Description
The size of the main block is device dependent. The largest size available is 256 KB (128 pages). The information block has 2048 available for user data. The information block also contains chip configuration data located in a reserved area. The main block is mapped to address 0x00000000 and the information block is mapped to address 0x0FE00000.
Table 6.1. MSC Flash Memory Mapping
Block
Main
Reserved
Information 0
-
1
-
2
.
0
-
127
-
Page
Reserved -
Base address Write/Erase by Software readable
Purpose/Name
0x00000000 Software, debug Yes User code and data
0x0003F800
0x00040000 -
Software, debug Yes
Software, debug Yes
Reserved for flash expansion
User Data (UD) 0x0FE00000
0x0FE00800
0x0FE04000
-
Software, debug Yes
Write: Software, debug
-
Yes
Reserved
Lock Bits (LB)
0x0FE04800
0x0FE08000
0x0FE08400 -
-
-
Erase: Debug only
0x0FE12800
-
-
-
Yes
Reserved
Device Information
(DI)
-
Reserved
Size
16 KB - 256 KB
~24 MB
2 KB
-
2 KB
-
1 KB
-
Reserved for flash expansion
Rest of code space
1 Block/page erased by a device erase
6.3.1 User Data (UD) Page Description
This is the user data page in the information block. The page can be erased and written by software. The page is erased by the ERA-
SEPAGE command of the MSC_WRITECMD register. Note that the page is not erased by a device erase operation. The device erase
operation is described in 5.3.3 Authentication Access Point
.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 71
6.3.2 Lock Bits (LB) Page Description
This page contains the following information:
• Main block Page Lock Words (PLWs)
• User data page Lock Word (ULWs)
• Debug Lock Word (DLW)
• Mass erase Lock Word (MLW)
• Authentication Access Port (AAP) lock word (ALW)
• Bootloader enable (CLW0)
• Pin reset soft (CLW0)
The words in this page are organized as shown in
Table 6.2 Lock Bits Page Structure on page 72
:
Table 6.2. Lock Bits Page Structure
EFM32JG1 Reference Manual
MSC - Memory System Controller
127
126
125
124
122
1
0
N
…
DLW
ULW
MLW
ALW
CLW0
PLW[N]
…
PLW[1]
PLW[0]
There are 32 page lock bits per page lock word (PLW). Bit 0 refers to the first page and bit 31 refers to the last page within a PLW.
Thus, PLW[0] contains lock bits for page 0-31 in the main block, PLW[1] contains lock bits for page 32-63 etc. A page is locked when the bit is 0. A locked page cannot be erased or written.
Word 127 is the debug lock word (DLW). The four LSBs of this word are the debug lock bits. If these bits are 0xF, then debug access is enabled. Debug access to the core is disabled from power-on reset until the DLW is evaluated immediately before the Cortex-M3 starts execution of the user application code. If the bits are not 0xF, then debug access to the core remains blocked.
Word 126 is the user page lock word (ULW). Bit 0 of this word is the User Data Page lock bit. Bit 1 in this word locks the Lock Bits
Page. The lock bits can be reset by a device erase operation initiated from the Authentication Access Port (AAP) registers. The AAP is described in more detail in
5.3.3 Authentication Access Point
. Note that the AAP is only accessible from the debug interface, and cannot be accessed from the Cortex-M3 core.
Word 125 is the mass erase lock word (MLW). Bit 0 locks the entire flash. The mass erase lock bits will not have any effect on device erases initiated from the Authenitcation Access Port (AAP) registers. The AAP is described in more detail in
5.3.3 Authentication Access Point
.
Word 124 is the Authentication Access Port (AAP) lock word (ALW) and the four LSBs of this word are the lock bits. If these bits are
0xF, then AAP access is enabled. If the bits are not 0xF, AAP is disabled and it is impossible to access the device through the AAP.
NOTE - locking AAP is irreversible. Once AAP is locked, it will be impossible to perform an external mass erase and AAP lock
cannot be reset. The only way to program the device when AAP is locked is through a boot loader or by SW already loaded into the
FLASH.
Word 122 is configuration word Zero. Bit[2] is the pinresetsoft bit. Bit[1] is the bootloader enable bit. .
6.3.3 Device Information (DI) Page
This read-only page holds oscillator and ADC calibration data from the production test as well as an unique device ID. The page is further described in .
6.3.4 Bootloader
Bootloader is readable by software but not writable. The system is configured to boot from bootloader automatically after system reset.
User can bypass the bootloader by clear bit 1 in config lock word0 (CLW0) in word 122 of lockbit (LB) page.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 72
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.3.5 Device Revision
Family, FamilyAlt, RevMajor, RevMajorAlt, RevMinor can be accessed through ROM Table. The Revision number is extracted from the
PID2 and PID3 registers, as illustrated in
Figure 6.1 Revision Number Extraction on page 73
.The Rev[7:4] and Rev[3:0] must be combined to form the complete revision number Revision[7:0].
PID2 (0xE00FFFE8)
31:8 7:4
Rev[7:4]
3:0
PID3 (0xE00FFFEC)
31:8 7:4
Rev[3:0]
3:0
Figure 6.1 Revision Number Extraction
The Revision number is to be interpreted according to
Table 6.3 Revision Number Interpretation on page 73 .
Table 6.3. Revision Number Interpretation
Revision[7:0]
0x00
Revision
A
6.3.6 Post-reset Behavior
Calibration values are automatically written to registers by the MSC before application code startup. The values are also available to read from the DI page for later reference by software. Other information such as the device ID and production date is also stored in the
DI page and is readable from software.
If bootloader is not bypassed, the system will boot up from the bootloader at address 0x0FE10000.
6.3.7 Flash Startup
On transitions from EM2/3 to EM0, the flash must be powered up. The time this takes depends on the current operating conditions. To have a deterministic startup-time, set STDLY0 in MSC_STARTUP to 0x64 and clear STDLY1, ASTWAIT, STWSEN and STWS. This will result in a 10 us delay before the flash is ready. The system will wake up before this, but the Cortex will stall on the first access to the flash until it is ready. Execute code from RAM or cache to get a quicker startup
To get the fastest possible startup when wakeup, i.e. a startup that depends on the current operating conditions, set STDLY0 to 0x28 and set ASTWAIT in MSC_STARTUP. When configured this way, the system will poll the flash to determine when it is ready, and then start execution.
For even quicker startup, run code in beginning with a set of wait-states. Set STDLY0 to 0x32, STDLY1 to 0x32, and set ASTWAIT and
STWSEN. Then configure STWS in MSC_STARTUP to the number of waitstates to run with. With this setup, sampling will begin with the given number of waitstates after 5 us, and the system will run with this number of waitstates for the remaining 5 us before returning to normal operation
A recommended setting for MSC_STARTUP register is to set STDLY0 to 0x32 for wait 5us and set ASTWAIT to one for active sampling
Set STWSEN to zero to bypass second delay period.
Flash wakeup on demand is supported when wakeup from EM2/3 to EM0. Set bit PWRUPONDEMAND of register MSC_CTRL to one to enable the power up on demand. When enabled during powerup, flash will enter sleep mode and waiting for either pending flash read transaction or software command to MSC_CMD.PWRUP bit. If software command wakeup, and interrupt of MSC_IF.PWRUPF will be flaged if the MSC_IEN.PWRUPF is set
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 73
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.3.8 Wait-states
Wait-States
WS0
WS1
Table 6.4. Flash Wait-States
Frequency no more than 32 MHz above 32 MHz and no more than 40 MHz
6.3.8.1 One Wait-state Access
After reset, the HFCORECLK is normally 19 MHz from the HFRCO and the MODE field of the MSC_READCTRL register is set to WS1
(one wait-state). The reset value must be WS1 as an uncalibrated HFRCO may produce a frequency higher than 32 MHz. Software must not select a zero wait-state mode unless the clock is guaranteed to be 32 MHz or below, otherwise the resulting behavior is undefined. If a HFCORECLK frequency above 32 MHz is to be set by software, the MODE field of the MSC_READCTRL register must be set to WS1 before the core clock is switched to the higher frequency clock source.
When changing to a lower frequency, the MODE field of the MSC_READCTRL register must be set to WS0 only after the frequency transition has completed. If the HFRCO is used, wait until the oscillator is stable on the new frequency. Otherwise, the behavior is unpredictable.
6.3.8.2 Zero Wait-state Access
At 32 MHz and below, read operations from flash may be performed without any wait-states. Zero wait-state access greatly improves code execution performance at frequencies from 32 MHz and below. By default, the Cortex-M3 uses speculative prefetching and If-
Then block folding to maximize code execution performance at the cost of additional flash accesses and energy consumption.
6.3.9 Suppressed Conditional Branch Target Prefetch (SCBTP)
MSC offers a special instruction fetch mode which optimizes energy consumption by cancelling Cortex-M3 conditional branch target prefetches. Normally, the Cortex-M3 core prefetches both the next sequential instruction and the instruction at the branch target address when a conditional branch instruction reaches the pipeline decode stage. This prefetch scheme improves performance while one extra instruction is fetched from memory at each conditional branch, regardless of whether the branch is taken or not. To optimize for low energy, the MSC can be configured to cancel these speculative branch target prefetches. With this configuration, energy consumption is more optimal, as the branch target instruction fetch is delayed until the branch condition is evaluated.
The performance penalty with this mode enabled is source code dependent, but is normally less than 1% for core frequencies from 32
MHz and below. To enable the mode at frequencies from 32 MHz and below write WS0 with SCBTP to the MODE field of the
MSC_READCTRL register. For frequencies above 32 MHz, use the WS1 with SCBTP mode, and for frequencies above 40 MHz, use the WS2 with SCBTP mode. An increased performance penalty per clock cycle must be expected compared to WS0 with SCBTP mode. The performance penalty in WS1 with SCBTP/WS2 with SCBTP mode depends greatly on the density and organization of conditional branch instructions in the code.
6.3.10 Cortex-M3 If-Then Block Folding
The Cortex-M3 offers a mechanism known as if-then block folding. This is a form of speculative prefetching where small if-then blocks are collapsed in the prefetch buffer if the condition evaluates to false. The instructions in the block then appear to execute in zero cycles. With this scheme, performance is optimized at the cost of higher energy consumption as the processor fetches more instructions from memory than it actually executes. To disable the mode, write a 1 to the DISFOLD bit in the NVIC Auxiliary Control Register; see the Cortex-M3 Technical Reference Manual for details. Normally, it is expected that this feature is most efficient at core frequencies above 32 MHz. Folding is enabled by default.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 74
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.3.11 Instruction Cache
The MSC includes an instruction cache. The instruction cache for the internal flash memory is enabled by default, but can be disabled by setting IFCDIS in MSC_READCTRL. When enabled, the instruction cache typically reduces the number of flash reads significantly, thus saving energy. In most cases a cache hit-rate of more than 70 % is achievable. When a 32-bit instruction fetch hits in the cache the data is returned to the processor in one clock cycle. Thus, performance is also improved when wait-states are used (i.e. running at frequencies above 32 MHz).
The instruction cache is connected directly to the ICODE bus on the ARM core and functions as a memory access filter between the processor and the memory system, as illustrated in
Figure 6.2 Instruction Cache on page 75 . The cache consists of an access filter,
lookup logic, SRAM, and two performance counters. The access filter checks that the address for the access is to on-chip flash memory
(instructions in RAM are not cached). If the address matches, the cache lookup logic and SRAM is enabled. Otherwise, the cache is bypassed and the access is forwarded to the memory system. The cache is then updated when the memory access completes. The access filter also disables cache updates for interrupt context accesses if caching in interrupt context is disabled. The performance counters, when enabled, keep track of the number of cache hits and misses. The cachelines are filled up continuously one word at a time as the individual words are requested by the processor. Thus, not all words of a cacheline might be valid at a given time.
CODE
Memory Space
IDCODE
AHB-Lite Bus IDCODE
MUX
ICODE
AHB-Lite Bus
Instruction Cache
Cache
Look-up Logic
Access
Filter
SRAM
Performance Counters
ICODE
AHB-Lite Bus
DCODE
AHB-Lite Bus
ARM Core
Figure 6.2 Instruction Cache
By default, the instruction cache is automatically invalidated when the contents of the flash is changed (i.e. written or erased). In many cases, however, the application only makes changes to data in the flash, not code. In this case, the automatic invalidate feature can be disabled by setting AIDIS in MSC_READCTRL. The cache can (independent of the AIDIS setting) be manually invalidated by writing 1 to INVCACHE in MSC_CMD.
In general it is highly recommended to keep the cache enabled all the time. However, for some sections of code with very low cache hitrate more energy-efficient execution can be achieved by disabling the cache temporarily. To measure the hit-rate of a code-section, the built-in performance counters can be used. Before the section, start the performance counters by writing 1 to STARTPC in MSC_CMD.
This starts the performance counters, counting from 0. At the end of the section, stop the performance counters by writing 1 to
STOPPC in MSC_CMD. The number of cache hits and cache misses for that section can then be read from MSC_CACHEHITS and
MSC_CACHEMISSES respectively. The total number of 32-bit instruction fetches will be MSC_CACHEHITS + MSC_CACHEMISSES.
Thus, the cache hit-ratio can be calculated as MSC_CACHEHITS / (MSC_CACHEHITS + MSC_CACHEMISSES). When MSC_CA-
CHEHITS overflows the CHOF interrupt flag is set. When MSC_CACHEMISSES overflows the CMOF interrupt flag is set. These flags must be cleared explicitly by software. The range of the performance counters can thus be extended by increasing a counter in the
MSC interrupt routine. The performance counters only count when a cache lookup is performed. If the lookup fails, MSC_CACHEMISS-
ES is increased. If the lookup is successful, MSC_CACHEHITS is increased. For example, a cache lookup is not performed if the cache is disabled or the code is executed from RAM. When caching of vector fetches and instructions in interrupt routines is disabled (ICCDIS in MSC_READCTRL is set), the performance counters do not count when these types of fetches occur (i.e. while in interrupt context).
By default, interrupt vector fetches and instructions in interrupt routines are also cached. Some applications may get better cache utilization by not caching instructions in interrupt context. This is done by setting ICCDIS in MSC_READCTRL. You should only set this bit based on the results from a cache hit ratio measurement. In general, it is recommended to keep the ICCDIS bit cleared. Note that lookups in the cache are still performed, regardless of the ICCDIS setting - but instructions are not cached when cache misses occur inside the interrupt routine. So, for example, if a cached function is called from the interrupt routine, the instructions for that function will be taken from the cache.
The cache content is not retained in EM2, EM3 and EM4. The cache is therefore invalidated regardless of the setting of AIDIS in
MSC_READCTRL when entering these energy modes. Applications that switch frequently between EM0 and EM2/3 and executes the very same non-looping code almost every time will most likely benefit from putting this code in RAM. The interrupt vectors can also be put in RAM to reduce current consumption even further.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 75
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.3.12 Erase and Write Operations
The minimal frequency of system clock for flash write and erase operations is 500 KHz.
Both page erase and write operations require that the address is written into the MSC_ADDRB register. For erase operations, the address may be any within the page to be erased. Load the address by writing 1 to the LADDRIM bit in the MSC_WRITECMD register.
The LADDRIM bit only has to be written once when loading the first address. After each word is written the internal address register
ADDR will be incremented automatically by 4. The INVADDR bit of the MSC_STATUS register is set if the loaded address is outside the flash and the LOCKED bit of the MSC_STATUS register is set if the page addressed is locked. Any attempts to command erase of or write to the page are ignored if INVADDR or the LOCKED bits of the MSC_STATUS register are set. To abort an ongoing erase, set the
ERASEABORT bit in the MSC_WRITECMD register.
When a word is written to the MSC_WDATA register, the WDATAREADY bit of the MSC_STATUS register is cleared. When this status bit is set, software or DMA may write the next word.
A single word write is commanded by setting the WRITEONCE bit of the MSC_WRITECMD register. The operation is complete when the BUSY bit of the MSC_STATUS register is cleared and control of the flash is handed back to the AHB interface, allowing application code to resume execution.
For a DMA write the software must write the first word to the MSC_WDATA register and then set the WRITETRIG bit of the
MSC_WRITECMD register. DMA triggers when the WDATAREADY bit of the MSC_STATUS register is set.
It is possible to write words twice between each erase by keeping at 1 the bits that are not to be changed. Let us take as an example writing two 16 bit values, 0xAAAA and 0x5555. To safely write them in the same flash word this method can be used:
• Write 0xFFFFAAAA (word in flash becomes 0xFFFFAAAA)
• Write 0x5555FFFF (word in flash becomes 0x5555AAAA)
Note that there is a maximum of two writes to the same word between each erase due to a physical limitation of the flash.
Note:
During a write or erase, flash read accesses will be stalled, effectively halting code execution from flash. Code execution continues upon write/erase completion. Code residing in RAM may be executed during a write/erase operation.
6.3.12.1 Mass erase
A mass erase can be initiated from software using ERASEMAIN0 MSC_WRITECMD. This command will start a mass erase of the entire flash. Prior to initiating a mass erase, MSC_MASSLOCK must be unlocked by writing 0x631A to it. After a mass erase has been started, this register can be locked again to prevent runaway code from accidentally triggering a mass erase.
The regular flash page lock bits will not prevent a mass erase. To prevent software from initiating mass erases, use the mass erase lock bits in the mass erase lock word (MLW).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 76
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.4 Register Map
The offset register address is relative to the registers base address.
Offset Name
W1
RW
RW
R
Type
RW
RWH
RW
R
W1
(R)W1
RW
RWH
W1
R
R
RWH
RW
W1
Description
Memory System Control Register
Page Erase/Write Address Buffer
Cache Hits Performance Counter
Cache Misses Performance Counter
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 77
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5 Register Description
6.5.1 MSC_CTRL - Memory System Control Register
Offset
0x000
Reset
Access
Bit Position
Name
Bit
31:4
3
2
1
0
Name
Reserved
IFCREADCLEAR
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW IFC Read Clears IF
This bit controls what happens when an IFC register in a module is read.
Value
0
1
Description
IFC register reads 0. No side-effect when reading.
IFC register reads the same value as IF, and the corresponding interrupt flags are cleared.
PWRUPONDEMAND 0 RW Power Up On Demand During Wake Up
When set, during wake up, pending AHB transfer will cause IMEM to issue power up request to CMU. If not set, will always issue power up request if PWRUPONCMD is not set either.
CLKDISFAULTEN 0 RW Clock-disabled Bus Fault Response Enable
When this bit is set, busfaults are generated on accesses to peripherals/system devices with clocks disabled
ADDRFAULTEN 1 RW Invalid Address Bus Fault Response Enable
When this bit is set, busfaults are generated on accesses to unmapped parts of system and code address space
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 78
6.5.2 MSC_READCTRL - Read Control Register
Offset
0x004
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
MSC - Memory System Controller
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 79
Bit
31:29
28
27:26
25:24
23:10
9
8
7:6
5
4
3
2:0
EFM32JG1 Reference Manual
MSC - Memory System Controller
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
SCBTP 0 RW Suppress Conditional Branch Target Perfetch
Enable suppressed Conditional Branch Target Prefetch (SCBTP) function. SCBTP saves energy by delaying Cortex-M4 conditional branch target prefetches until the conditional branch instruction is in the execute stage. When the instruction reaches this stage, the evaluation of the branch condition is completed and the core does not perform a speculative prefetch of both the branch target address and the next sequential address. With the SCBTP function enabled, one instruction fetch is saved for each branch not taken, with a negligible performance penalty.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
MODE 0x1 RWH Read Mode
After reset, the core clock is 19 MHz from the HFRCO and the MODE field of MSC_READCTRL register is set to WS1. The reset value is WS1 because the HFRCO may produce a frequency above 19 MHz before it is calibrated. A large wait states is associated with high frequency. When changing to a higher frequency, this register must be set to a large wait states first before the core clock is switched to the higher frequency. When changing to a lower frequency, this register should be set to lower wait states after the frequency transition has been completed. If the HFRCO is used as clock source, wait until the oscillator is stable on the new frequency to avoid unpredictable behavior.See Flash Wait-States table for the corresponding threshold for different wait-states.
Value
0
1
Mode
WS0
WS1
Description
Zero wait-states inserted in fetch or read transfers
One wait-state inserted for each fetch or read transfer. See Flash Wait-
States table for details
Reserved
USEHPROT 0 RW AHB_HPROT Mode
Use ahb_hrpot to determine if the instruction is cacheable or not
PREFETCH
To ensure compatibility with future devices, always write bits to 0. More information in
1
Set to configure level of prefetching.
RW Prefetch Mode
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
ICCDIS 0 RW Interrupt Context Cache Disable
Set this bit to automatically disable caching of vector fetches and instruction fetches in interrupt context. Cache lookup will still be performed in interrupt context. When set, the performance counters will not count when these types of fetches occur.
AIDIS 0 RW Automatic Invalidate Disable
When this bit is set the cache is not automatically invalidated when a write or page erase is performed.
IFCDIS 0 RW Internal Flash Cache Disable
Disable instruction cache for internal flash memory.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 80
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.3 MSC_WRITECTRL - Write Control Register
Offset
0x008
Reset
Access
Name
Bit Position
Bit
31:2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
IRQERASEABORT 0 RW Abort Page Erase on Interrupt
When this bit is set to 1, any Cortex-M4 interrupt aborts any current page erase operation. Executing that interrupt vector from Flash will halt the CPU.
WREN 0 RW Enable Write/Erase Controller
When this bit is set, the MSC write and erase functionality is enabled
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 81
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.4 MSC_WRITECMD - Write Command Register
Offset
0x00C
Reset
Access
Name
Bit Position
Bit
31:13
12
11:9
8
7:6
5
4
3
2
1
0
Name
Reserved
CLEARWDATA
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 W1 Clear WDATA state
Will set WDATAREADY and DMA request. Should only be used when no write is active.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
ERASEMAIN0 0 W1 Mass erase region 0
Initiate mass erase of region 0. Before use MSC_MASSLOCK must be unlocked. To completely prevent access from software, clear bit 0 in the mass erase lock-word (MLW)
Reserved
ERASEABORT
To ensure compatibility with future devices, always write bits to 0. More information in
0 W1 Abort erase sequence
Writing to this bit will abort an ongoing erase sequence.
WRITETRIG 0 W1 Word Write Sequence Trigger
Start write of the first word written to MSC_WDATA, then add 4 to ADDR and write the next word if available within a 30us timeout. When ADDR is incremented past the page boundary, ADDR is set to the base of the page. If WDOUBLE is set, two words are required every time, and ADDR is incremented by 8.
WRITEONCE 0 W1 Word Write-Once Trigger
Write the word in MSC_WDATA to ADDR. Flash access is returned to the AHB interface as soon as the write operation completes. The WREN bit in the MSC_WRITECTRL register must be set in order to use this command. Only a single word is written, but the internal address is also incremented to allow a direct write of a new word without loading a new address
WRITEEND 0 W1 End Write Mode
Write 1 to end write mode when using the WRITETRIG command.
ERASEPAGE 0 W1 Erase Page
Erase any user defined page selected by the MSC_ADDRB register. The WREN bit in the MSC_WRITECTRL register must be set in order to use this command.
LADDRIM 0 W1 Load MSC_ADDRB into ADDR
Load the internal write address register ADDR from the MSC_ADDRB register. The internal address register ADDR is incremented automatically by 4 after each word is written. When ADDR is incremented past the page boundary, ADDR is set to the base of the page.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 82
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.5 MSC_ADDRB - Page Erase/Write Address Buffer
Offset
0x010
Reset
Bit Position
Access
Name
Bit
31:0
Name
ADDRB
Reset
0x00000000
Access Description
RW Page Erase or Write Address Buffer
This register holds the page address for the erase or write operation. This register is loaded into the internal MSC_ADDR register when the LADDRIM field in MSC_CMD is set.
6.5.6 MSC_WDATA - Write Data Register
Offset
0x018
Bit Position
Reset
Access
Name
Bit
31:0
Name
WDATA
Reset
0x00000000
Access Description
RW Write Data
The data to be written to the address in MSC_ADDR. This register must be written when the WDATAREADY bit of
MSC_STATUS is set.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 83
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.7 MSC_STATUS - Status Register
Offset
0x01C
Reset
Access
Name
Bit Position
Bit
31:7
6
5
4
3
2
1
0
Name
Reserved
PCRUNNING
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 R Performance Counters Running
This bit is set while the performance counters are running. When one performance counter reaches the maximum value, this bit is cleared.
ERASEABORTED 0 R The Current Flash Erase Operation Aborted
When set, the current erase operation was aborted by interrupt.
WORDTIMEOUT 0 R Flash Write Word Timeout
When this bit is set, MSC_WDATA was not written within the timeout. The flash write operation timed out and access to the flash is returned to the AHB interface. This bit is cleared when the ERASEPAGE, WRITETRIG or WRITEONCE commands in MSC_WRITECMD are triggered.
WDATAREADY 1 R WDATA Write Ready
When this bit is set, the content of MSC_WDATA is read by MSC Flash Write Controller and the register may be updated with the next 32-bit word to be written to flash. This bit is cleared when writing to MSC_WDATA.
INVADDR 0 R Invalid Write Address or Erase Page
Set when software attempts to load an invalid (unmapped) address into ADDR
LOCKED 0 R Access Locked
When set, the last erase or write is aborted due to erase/write access constraints
BUSY 0 R Erase/Write Busy
When set, an erase or write operation is in progress and new commands are ignored
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 84
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.8 MSC_IF - Interrupt Flag Register
Offset
0x030
Reset
Access
Name
Bit Position
Bit
31:6
5
4
3
2
1
0
Name
Reserved
ICACHERR
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 R
If one, iCache RAM parity Error detected iCache RAM Parity Error Flag
PWRUPF 0 R Flash Power Up Sequence Complete Flag
Set after MSC_CMD.PWRUP received, flash powered up complete and ready for read/write
CMOF 0 R Cache Misses Overflow Interrupt Flag
Set when MSC_CACHEMISSES overflows
Cache Hits Overflow Interrupt Flag CHOF 0
Set when MSC_CACHEHITS overflows
R
WRITE 0
Set when a write is done
R Write Done Interrupt Read Flag
ERASE
Set when erase is done
0 R Erase Done Interrupt Read Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 85
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.9 MSC_IFS - Interrupt Flag Set Register
Offset
0x034
Reset
Access
Name
Bit Position
Bit
31:6
5
4
3
2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
Set ICACHERR Interrupt Flag ICACHERR 0 W1
Write 1 to set the ICACHERR interrupt flag
PWRUPF 0 W1
Write 1 to set the PWRUPF interrupt flag
Set PWRUPF Interrupt Flag
Set CMOF Interrupt Flag CMOF 0
Write 1 to set the CMOF interrupt flag
W1
CHOF 0 W1
Write 1 to set the CHOF interrupt flag
WRITE 0 W1
Write 1 to set the WRITE interrupt flag
ERASE 0
Write 1 to set the ERASE interrupt flag
W1
Set CHOF Interrupt Flag
Set WRITE Interrupt Flag
Set ERASE Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 86
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.10 MSC_IFC - Interrupt Flag Clear Register
Offset
0x038
Reset
Access
Name
Bit Position
Bit
31:6
5
4
3
2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
ICACHERR 0 (R)W1 Clear ICACHERR Interrupt Flag
Write 1 to clear the ICACHERR interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
PWRUPF 0 (R)W1 Clear PWRUPF Interrupt Flag
Write 1 to clear the PWRUPF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
CMOF 0 (R)W1 Clear CMOF Interrupt Flag
Write 1 to clear the CMOF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
CHOF 0 (R)W1 Clear CHOF Interrupt Flag
Write 1 to clear the CHOF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
WRITE 0 (R)W1 Clear WRITE Interrupt Flag
Write 1 to clear the WRITE interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
ERASE 0 (R)W1 Clear ERASE Interrupt Flag
Write 1 to clear the ERASE interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 87
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.11 MSC_IEN - Interrupt Enable Register
Offset
0x03C
Reset
Access
Name
Bit Position
Bit
31:6
5
4
3
2
1
0
Name
Reserved
ICACHERR
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW ICACHERR Interrupt Enable
Enable/disable the ICACHERR interrupt
PWRUPF 0 RW
Enable/disable the PWRUPF interrupt
RW
PWRUPF Interrupt Enable
CMOF Interrupt Enable CMOF 0
Enable/disable the CMOF interrupt
CHOF 0
Enable/disable the CHOF interrupt
RW CHOF Interrupt Enable
WRITE 0
Enable/disable the WRITE interrupt
ERASE 0
Enable/disable the ERASE interrupt
RW
RW
WRITE Interrupt Enable
ERASE Interrupt Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 88
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.12 MSC_LOCK - Configuration Lock Register
Offset
0x040
Reset
Access
Name
Bit Position
Bit
31:16
15:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LOCKKEY 0x0000 RWH Configuration Lock
Write any other value than the unlock code to lock access to MSC_CTRL, MSC_READCTRL, MSC_WRITECMD,
MSC_STARTUP and MSC_AAPUNLOCKCMD. Write the unlock code to enable access. When reading the register, bit 0 is set when the lock is enabled.
Value Description Mode
Read Operation
UNLOCKED
LOCKED
Write Operation
LOCK
UNLOCK
0
1
0
0x1B71
MSC registers are unlocked
MSC registers are locked
Lock MSC registers
Unlock MSC registers
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 89
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.13 MSC_CACHECMD - Flash Cache Command Register
Offset
0x044
Reset
Access
Bit Position
Name
Bit
31:3
2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
STOPPC 0 W1 Stop Performance Counters
Use this commant bit to stop the performance counters.
STARTPC 0 W1 Start Performance Counters
Use this command bit to start the performance counters. The performance counters always start counting from 0.
INVCACHE 0 W1 Invalidate Instruction Cache
Use this register to invalidate the instruction cache.
6.5.14 MSC_CACHEHITS - Cache Hits Performance Counter
Offset
0x048
Bit Position
Reset
Access
Name
Bit
31:20
19:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
CACHEHITS 0x00000 R Cache hits since last performance counter start command.
Use to measure cache performance for a particular code section.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 90
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.15 MSC_CACHEMISSES - Cache Misses Performance Counter
Offset
0x04C
Bit Position
Reset
Access
Name
Bit
31:20
19:0
Name
Reserved
CACHEMISSES
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00000 R Cache misses since last performance counter start command.
Use to measure cache performance for a particular code section.
6.5.16 MSC_MASSLOCK - Mass Erase Lock Register
Offset
0x054
Reset
Bit Position
Access
Name
Bit
31:16
15:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LOCKKEY 0x0001 RWH Mass Erase Lock
Write any other value than the unlock code to lock access the the ERASEMAINn commands. Write the unlock code 631A to enable access. When reading the register, bit 0 is set when the lock is enabled. Locked by default
Value Description Mode
Read Operation
UNLOCKED
LOCKED
Write Operation
LOCK
UNLOCK
0
1
0
0x631A
Mass erase unlocked
Mass erase locked
Lock mass erase
Unlock mass erase
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 91
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.17 MSC_STARTUP - Startup Control
Offset
0x05C
Reset
Access
Name
Bit Position
Bit
31
30:28
27
26
25
24
23:22
21:12
11:10
9:0
Name
Reserved
STWS
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x1 RW Startup Waitstates
Active wait for flash startup startup after SDLY0
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
STWSAEN 0 RW Startup Waitstates Always Enable
Use the number of waitstates given by STWS during startup always
STWSEN 1 RW Startup Waitstates Enable
Use the number of waitstates given by STWS during startup. During the optional STDLY1 timout
ASTWAIT 1 RW
Active wait for flash startup startup after SDLY0
Active Startup Wait
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
STDLY1 0x001 RW Startup Delay 0
Number of cycles with startup waitstates, and also the maximum number of cycles startup sampling will be attempted before starting up system
Reserved
STDLY0
To ensure compatibility with future devices, always write bits to 0. More information in
0x04D RW
Number of idle cycles from exiting sleep mode
Startup Delay 0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 92
EFM32JG1 Reference Manual
MSC - Memory System Controller
6.5.18 MSC_CMD - Command Register
Offset
0x074
Reset
Access
Name
Bit Position
Bit
31:1
0
Name
Reserved
PWRUP
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 W1 Flash Power Up Command
Write to this bit to power up the Flash. IRQ PWRUPF will be fired when power up sequence completed
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 93
7. LDMA - Linked DMA Controller
0 1 2 3 4
DMA controller
Flash
RAM
External Bus
Interface
Peripherals
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
Quick Facts
What?
The LDMA controller can move data without CPU intervention, effectively reducing the energy consumption for a data transfer.
Why?
The LDMA can perform data transfers more energy efficiently than the CPU and allows autonomous operation in low energy modes. For example the
LEUART can provide full UART communication in
EM2 DeepSleep, consuming only a few µA by using the LDMA to move data between the LEUART and
RAM.
How?
The LDMA controller has multiple highly configurable, prioritized DMA channels. A linked list of flexible descriptors makes it possible to tailor the controller to the specific needs of an application.
7.1 Introduction
The Linked Direct Memory Access (LDMA) controller performs memory transfer operations independently of the CPU. This has the benefit of reducing the energy consumption and the workload of the CPU, and enables the system to stay in low energy modes while still routing data to memory and peripherals. For example, moving data from the LEUART to memory or memory to LEUART. Each of the DMA channels on the EFM32 can be connected to any of the EFM32 peripherals.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 94
7.1.1 Features
• Flexible Source and Destination transfers
• Memory-to-memory
• Memory-to-peripheral
• Peripheral-to-memory
• Peripheral-to-peripheral
• DMA transfers triggered by peripherals, software, or linked list
• Single or multiple data transfers for each peripheral or software request
• Inter-channel and hardware event synchronization via trigger and wait functions
• Supports single or multiple descriptors
• Single descriptor
• Linked list of descriptors
• Circular and ping-pong buffers
• Scatter-Gather
• Looping
• Pause and restart triggered by other channels
• Sophisticated flow control which can function without CPU interaction
• Channel arbitration includes:
• Fixed priority
• Simple round robin
• Round robin with programmable multiple interleaved entries for higher priority requesters
• Programmable data size and source and destination address strides
• Programmable interrupt generation at the end of each DMA descriptor execution
• Little-endian/big-endian conversion
• DMA write-immediate function
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 95
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.2 Block Diagram
.
Cortex
AHB
RAM
Interrupts
Error
Channel done
LDMA Core
Peripheral
Peripheral
Peripheral
Peripheral
Channel select
ACK/
REQ
Channel 0
Channel 1
Channel N
Descriptor A
Descriptor B
Descriptor C
LDMA
Figure 7.1 LDMA Block Diagram
The Linked DMA Controller consists of three main parts
• A DMA core that executes transers and communicates status to the core
• A channel select block that routes peripheral DMA requests and acknowledge signals to the DMA
• A set of internal channel configuration registers for tracking the progres of each DMA channel
The DMA has acces to all system memory through the AHB bus and the AHB->APB bridge. It can load channel descriptors from memory with no CPU intervention.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 96
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.3 Functional Description
The Linked DMA Controller is highly flexible. It is capable of transferring data between peripherals and memory without involvement from the processor core. This can be used to increase system performance by off-loading the processor from copying large amounts of data or avoiding frequent interrupts to service peripherals needing more data or having available data. It can also be used to reduce the system energy consumption by making the LDMA work autonomously with EM2 peripherals for data transfer in EM2 DeepSleep without having to wake up the processor core from sleep.
The Linked DMA Controller has 8 independent channels. Each of these channels can be connected to any of the available peripheral
DMA transfer request input sources by writing to the channel configuration registers, see
7.3.2 Channel Configuration . In addition, each
channel can also be triggered directly by software, which is useful for memory-to-memory transfers.
The channel descriptors determine what the Linked DMA Controller will do when it receives DMA transfer request. The initial descriptor is written directly to the LDMA's channel registers. If desired, the initial descriptor can link to additional linked descriptors stored in memory (RAM or Flash). Alternatively, software may also load the initial descriptor by writing the descriptor address to the LDMA_CHx_LINK register and then setting the corresponding bit the LDMA_LINKLOAD register.
Before enabling a channel, the software must take care to properly configure the channel registers including the link address and any linked descriptors. When a channel is triggered, the Linked DMA Controller will perform the memory transfers as specified by the descriptors. A descriptor contains the memory address to read from, the memory address to write to, link address of the next descriptor, the number of bytes to be transferred, etc. The channel descriptor is described in detail in
7.3.7 Channel descriptor data structure .
The Linked DMA Controller supports both fixed priority and round robin arbitration. The number of fixed and round robin channels is programmable. For round robin channels, the number of arbitration slots requested for each channel is programmable. Using this scheme, it is possible to ensure that timing-critical transfers are serviced on time.
DMA transfers take place by reading a block of data at a time from the source, storing it in the LDMA’s local FIFO, then writing the block out to the destination from the FIFO. Interrupts may optionally be signaled to the CPU’s interrupt controller at the end of any DMA transfer or at the completion of a descriptor if the DONEIFSEN bit is set. An AHB error will always generate an interrupt.
7.3.1 Channel Descriptor
Each DMA channel has descriptor registers. A transfer can be initialized by software writing to the registers or by the DMA itself copying a descriptor from RAM to memory. When using a linked list of descriptors the first descriptor should be initialized by the CPU. The DMA itself will then copy linked descriptors to its descriptor registers as required. In addition to manually initializing the first transfer, software may also cause the LDMA to load the initial descriptor by writing the descriptor address to the LDMA_CHx_LINK register and then setting the corresponding bit the LDMA_LINKLOAD register.
The contents of the descriptor registers are dynamically updated during the DMA transfer. The contents of descriptors in memory are not edited by the controller.
Some descriptor field values are only used for linked descriptors. For example, the SRCMODE and DSTMODE bits of the
LDMA_CHx_CTRL registers determine if a linked descriptor is using relative or absolute addressing. Software writes to the address registers will always use absolute addressing and never set these bits. Therefore, these bits are read only.
7.3.1.1 DMA Transfer Size
A DMA transfer is the smallest unit of data that can be transfered by the LDMA. The LDMA supports byte, half-word and word sized transfers. The SIZE field in the LDMA_CHx_CTRL register specifies the data width of one DMA transfer.
7.3.1.2 Source/Destination Increments
The SRCINC and DSTINC in the LDMA_CHx_CTRL register determines the increment between DMA transfers. The increment is in units of DMA transfers and using an increment size of 1 will transfer contiguous bytes, half-words, or words depending on the value of the SIZE field. Multiple unit increments are useful for transferring or packing/unpacking alligned data. For example using an increment of 4 with a size of BYTE will transfer word aligned bytes. An increment of 2 units witha size of HALFWORD is suitable for the transfer of word aligned half-word data. The LDMA can pack also pack or unpack data by using a different increment size for source and destination. For example - to convert from word aligned byte data (unpacked) to contigous byte data (packed), set the SIZE to BYTE, SRCINC to 4, and DSTINC to 1.
SIZE may also be set to NONE which will cause the LDMA to read or write the same location for every DMA transfer. This is usfull for accessing peripheral FIFO or data registers.
7.3.1.3 Block Size
The block size defines the amount of data transferred in one arbitration. It consists of one or more DMA transfers. See
7.3.6.1 Arbitration Priority for more details.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 97
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.3.1.4 Transfer Count
The descriptor transfer count defines how many DMA transfers to perform. The number of bytes transferred by the descripter will depend on both the transfer count XFERCNT and the SIZE field settings. TOTAL_BYTES = XFERCNT * SIZE
7.3.1.5 Descriptor List
A descriptor list consists of one or more descriptors which are executed in serially. This list may be a simple sequence of descriptors, a loop of descriptors, or a combination of the two.
Each descriptor in the list can be one of several types.
• Single Transfer descriptor: Transfers TOTAL_BYTES of data and then stops.
• Linked Transfer descriptor: Transfers TOTAL_BYTES of data and then loads the next linked descriptor.
).
• WRI descriptor: Writes a value to a location in memory (see
7.3.7.3 WRI descriptor structure
).
7.3.1.6 Addresses
Before initiating a transfer, software should write the source address, destination address, and if applicable the link address to the descriptor registers. Alternatively, software may load a descriptor from memory by writing the descriptor address to the LDMA_CHx_LINK register and setting the corresponding bit in the LDMA_LINKLOAD register.
During a DMA transfer, the DMA source and destination address registers are pointers to the next transfer address. The LDMA will update the SRC and DST addresses after each transfer. If software halts a DMA transfer by clearing the enable bit, the SRC and DST addresses will indicate the next transfer address.
When a desriptor is finished the DMA will either halt or load the next (linked) descriptor depending on the value of the LINK field in the
LDMA_Chx_LINK register. After loading a linked descriptor, the descriptor registers will reflect the content of the loaded descriptor. Note that the linked descriptor must be word aligned in memory. The two least significant bits of the LDMA_CHx_LINK register are used by the LINK and LINKMODE bits. The two least significant bits of the link address are always zero.
7.3.1.7 Addressing Modes
The DMA descriptors support absolute addressing or relative addressing. When using relative addressing, the offset is relative to the current contents of the respective address registers. Regardless of the descriptor addressing modes, the address registers always indicate the absolute address. For example, when loading a descriptor using relative SRC addressing, the LDMA will add the descriptor source address (offset) to the contents of the SRCADDR register (base address). After loading, the SRCADDR register will indicate the absolute address of the loaded descriptor.
The initial descriptor must use absolute addressing. The LDMA will ignore the DSTMODE, SRCMODE, and LINKMODE bits for the initial descriptor and interpret the addresses as an absolute addresses.
Relative addressing is most useful for the link address. The initial descriptor will indicate the absolute address of the linked descriptors in memory. The linked descriptors might be an array of structures. In this case the offset between descriptors is constant and is always
16 bytes. The LINK address is not incremented or decremented after each transfer. Thus, a relative offset of 0x10 may be used for all linked descriptors.
The source and destination addresses also support relative addressing. When using relative addressing with the source or destination address registers, the LDMA adds the relative offset to the current contents of the respective address register. Since the source and destination addresses are normally incremented after each transfer, the final address will point to one unit past the last transfer. Thus, an offset of zero will give the next sequential data address.
for an common use of releative addressing.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 98
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.3.1.8 Byte Swap
Enabling byte swap reverses the endianess of the incoming source data read into the LDMA’s FIFO. Byte swap is only valid for transfer sizes of word and half-word. Note that linked structure reads are not byte swapped.
B3b7 B3b0 B2b7 B2b0 B1b7 B1b0 B0b7 B0b0
B3 B2 B1 B0
BYTESWAP=1
SIZE=WORD
B0b7 B0b0
B0
B1b7 B1b0
B1
B2b7 B2b0
B2
B3b7 B3b0
B3
B3b7 B3b0 B2b7 B2b0 B1b7 B1b0 B0b7 B0b0
B1 B0
BYTESWAP=1
SIZE=HALF
B2b7 B2b0 B3b7 B3b0 B0b7 B0b0
B0
B1b7 B1b0
B1
Figure 7.2 Word and Half-Word Endian Byte Swap Examples
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 99
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.3.1.9 DMA Size and Source/Destination Increment Programming
The DMA channels’ SIZE, SRCINC, and DSTINC bit-fields are programmed to best utilize memory resources. They provide a means for memory packing and unpacking, as well as for matching the size of data being transmitted to or received from an IO peripheral. The following figure shows how 32-bit words of data are read from a memory source into the DMA’s internal transfer FIFO, and then written out to the memory destination. The memory organization in bytes is shown as well as the first read to and write from the DMA’s FIFO.
source
0x200
Memory kB3 lB3 kB2 lB2 kB1 lB1 kB0 lB0 mB3 mB2 mB1 mB0 nB3 nB2 nB1 nB0 oB3 oB2 oB1 oB0 pB3 pB2 pB1 pB0 qB3 qB2 qB1 qB0 rB3 rB2 rB1 rB0 sB3 tB3 sB2 sB1 sB0 tB2 tB1 tB0 uB3 uB2 uB1 uB0 vB3 vB2 vB1 vB0 wB3 wB2 wB1 wB0 xB3 xB2 yB3 yB2 xB1 yB1 xB0 yB0 zB3 zB2 zB1 zB0 destination
0x400 kB3 kB2 kB1 lB3 lB2 lB1 kB0 lB0 mB3 mB2 mB1 mB0
First read transmit data= kB3 kB2 kB1
Next read data= oB3 opB2 oB1 oB0
DMA Controller FIFO kB3 kB2 kB0 kB1 kB0 lB3 lB2 lB1 lB0 mB3 mB2 mB1 mB0 nB3 nB2 nB1 nB0
Next write data= nB3 nB2 nB1 nB0
First write transmit data= kB3 kB2 kB1 kB0 size[1:0] = WORD src_inc[1:0 ]= WORD dst_inc[1:0 ]= WORD
Figure 7.3 Memory-to-Memory Transfer WORD Size Example
The next example shows four variations of half-word sized transfers, with all possible combinations of half- and full-word source and destination increments. Note that when the size and source/destination increments are all configured for half-word, the resulting DMA transfer organization is equivalent to the full-word sized transfer in the previous example. The difference is that the half-word configuration requires twice as many DMA transfers.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 100
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller source
0x200
Memory kB3 lB3 kB2 lB2 kB1 lB1 kB0 lB0 mB3 mB2 mB1 mB0 nB3 nB2 nB1 nB0 oB3 pB3 qB3 rB3 oB2 pB2 qB2 rB2 oB1 pB1 qB1 rB1 oB0 pB0 qB0 rB0 sB3 tB3 sB2 tB2 sB1 tB1 uB3 vB3 uB2 vB2 uB1 vB1 wB3 wB2 wB1 xB3 yB3 zB3 xB2 yB2 zB2 xB1 yB1 zB1 sB0 tB0 uB0 vB0 wB0 xB0 yB0 zB0 destination
0x400 kB3 lB3 kB2 lB2 kB1 lB1 kB0 lB0 mB3 mB2 mB1 mB0 nB3 nB2 nB1 nB0
First read transmit data= kB1
First write transmit data= kB1 kB0 kB0
DMA Controller FIFO kB3 lB3 kB2 lB2 kB1 lB1 kB0 lB0 mB3 mB2 mB1 mB0 nB3 nB2 nB1 nB0 source
0x200
Memory kB3 lB3 kB2 lB2 kB1 lB1 kB0 lB0 mB3 mB2 mB1 mB0 nB3 nB2 nB1 nB0 oB3 pB3 qB3 rB3 oB2 pB2 qB2 rB2 oB1 pB1 qB1 rB1 oB0 pB0 qB0 rB0 sB3 tB3 sB2 tB2 uB3 vB3 uB2 vB2 wB3 wB2 xB3 yB3 zB3 xB2 yB2 zB2 sB1 tB1 uB1 vB1 sB0 tB0 uB0 vB0 wB1 wB0 xB1 yB1 zB1 xB0 yB0 zB0 destination
0x400
First read transmit data= kB1 kB0
DMA Controller FIFO lB1 nB1 pB1 rB1 lB0 nB0 pB0 rB0 kB1 kB1 lB1 kB0 lB0 mB1 mB0 nB1 oB1 nB0 oB0 pB1 qB1 rB1 pB0 qB0 rB0 First write transmit data= kB1 kB0 kB0 mB1 mB0 oB1 oB0 qB1 qB0 size[1:0] = HALF src_inc[1:0] = HALF dst_inc[1:0] = HALF source
0x200 tB3 uB3 vB3 wB3 xB3 yB3 zB3 kB3 lB3
Memory kB2 lB2 kB1 lB1 kB0 lB0 mB3 mB2 mB1 mB0 nB3 oB3 nB2 oB2 nB1 oB1 nB0 oB0 pB3 qB3 rB3 sB3 pB2 qB2 rB2 sB2 pB1 qB1 rB1 sB1 pB0 qB0 rB0 sB0 tB2 uB2 vB2 tB1 uB1 vB1 wB2 wB1 xB2 yB2 zB2 xB1 yB1 zB1 tB0 uB0 vB0 wB0 xB0 yB0 zB0 destination
0x400 lB1 nB1 pB1 rB1 lB0 kB1 kB0 nB0 mB1 mB0 pB0 rB0 oB1 qB1 oB0 qB0
First read transmit data= kB1 kB0
DMA Controller FIFO lB1 nB1 pB1 rB1 lB0 nB0 pB0 rB0 kB1 kB0 mB1 mB0 oB1 qB1 oB0 qB0
First write transmit data= kB1 kB0 size[1:0] = HALF src_inc[1:0] = WORD dst_inc[1:0] = WORD source
0x200 kB3 lB3
Memory kB2 lB2 kB1 lB1 kB0 lB0 mB3 mB2 mB1 mB0 nB3 oB3 nB2 oB2 nB1 oB1 nB0 oB0 pB3 qB3 rB3 sB3 pB2 qB2 rB2 sB2 pB1 qB1 rB1 sB1 pB0 qB0 rB0 sB0 tB3 uB3 tB2 uB2 vB3 vB2 wB3 wB2 xB3 yB3 zB3 xB2 yB2 zB2 tB1 uB1 vB1 tB0 uB0 vB0 wB1 wB0 xB1 yB1 zB1 xB0 yB0 zB0 destination
0x400
First read transmit data= kB1
DMA Controller FIFO kB3 lB3 kB2 lB2 kB1 lB1 kB0 lB0 mB3 mB2 mB1 mB0 nB3 nB2 nB1 nB0 kB1 kB3 kB0 kB2 lB1 lB0 lB3 lB2 mB1 mB0 mB3 mB4 nB1 nB0 nB3 nB2 First write transmit data= kB1 kB0 kB0 size[1:0] = HALF src_inc[1:0] = WORD dst_inc[1:0] = HALF size[1:0] = HALF src_inc[1:0] = HALF dst_inc[1:0] = WORD
Figure 7.4 Memory-to-Memory Transfer HALF Size Examples
Fields SRCINCSIGN and DSTINCSIGN allow for address decrement. These can be used to mirror an image, for example, in the pixel copy application.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 101
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.3.2 Channel Configuration
Each DMA channel has associated configuration and loop counter registers for controlling direction of address increment , arbitration slots, and descriptor looping.
7.3.2.1 Address Increment/Decrement
Normally DMA transfers increment the source and destination addresses after each DMA transfer. Each channel is also capable of decrementing the source and/or destination addresses after each DMA transfer. This may be useful for flipping an array or copying data from tail to head. For example, a data packet might be prepared as an array of data with increasing addresses and then transmitted from the highest address to the lowest address, from tail to head.
After reset the SRCINCSIGN and DSTINCSIGN bits in the LDMA_CHx_CFG register are cleared causing the source and destination addresses to increment after each transfer. If the SRCINCSIGN bit is set , the DMA will decrement the source address after each transfer. If the DSTINCSIGN bit in the LDMA_CHx_CFG register is set , the DMA will decrement the destination address after each transfer.
Setting only one of these bits will flip the data. Setting both bits will copy from tail to head, but will not flip the data.
The SRCINCSIGN and DSTINCSIGN bits apply to all descriptors used by that channel. Software should take care to set the starting source and/or destination address to the highest data address when decrementing.
7.3.2.2 Loop Counter
Each channel has a LDMA_CHx_LOOP register that includes a loop counter field. To use looping, software should initialize the loop counter with the desired number of repetitions before enabling the transfer. A descriptor with the DECLOOPCNT bit set to TRUE will repeat the loop and decrement the loop counter until LOOPCNT = 0.
For a looping descriptor, with DECLOOPCNT=1, the LINK address in the LDMA_CHx_LINK register is used as the loop address. While
LOOPCNT is greater than zero, the descriptor will execute and then the LDMA will load the next descriptor using the address specified in the LDMA_CHx_LINK register. This feature enables looping of multiple descriptors. To repeat a single descriptor, the LINK address of the descriptor should point to itself.
After LOOPCNT reaches zero, if the LINK bit in the descriptor LINK word is clear the transfer stops. If the LINK bit is set, the LDMA will load the next sequential descriptor located immediately following the looping descriptor. The behavior of the LINK bit is different for a looping descriptor. This is necessary because the LINK address is re-purposed as the loop address for a looping descriptor.
Note that LOOPCNT sets the number of repeats, not the number of iterations. The total number of loop iterations will be LOOPCNT plus 1. Normally, the LOOPCNT should be set to one or more repeats.
Also note that because there is only one LOOPCNT per channel, software intervention is required to update the LOOPCNT if a sequence of transfers contains multiple loops. It is also possible to use a write immediate DMA data transfer to update the
LDMA_CHx_LOOP register.
7.3.3 Channel Select Configuration
The channel select block determines which peripheral request signal connects to each DMA channel.
This configuration is done by software through the SOURCESEL and SIGSEL fields of the LDMA_CHn_REQSEL register. SOURCE-
SEL selects the peripheral and SIGSEL picks which DMA request signals to use from the selected peripheral.
7.3.4 Starting a transfer
A transfer may be started by software, a peripheral request, or a descriptor load.
Software may initiate a transfer by setting the bit for the desired channel in the LDMA_SREQ register. In this case the channel should set SOURCESEL to NONE to prevent unintentional triggering of the channel by a peripheral.
A peripheral may trigger the channel by configuring the peripheral source and signal as described in
7.3.3 Channel Select Configuration
The LDMA may also be configured to begin a transfer immediatly after a new descriptor is loaded by setting the STRUCTREQ field of the LDMA_CHx_CTRL register or descriptor word.
This configuration is done by software through the SOURCESEL and SIGSEL fields of the LDMA_CHn_REQSEL register. SOURCE-
SEL selects the peripheral and SIGSEL picks which DMA request signals to use from the selected peripheral.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 102
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.3.4.1 Peripheral Transfer Requests
By default peripherals issue a Single Request (SREQ) when any data is present. For peripherals with a data buffer or FIFO this occurs any time the FIFO is not empty. Uppon receving an SREQ the LDMA will perform one DMA transfer and stop till another request is made.
It is generally more efficent to wait for a peripheral to accumulate data and transfer in a burst. This both reduces overhead of the DMA engine and allows EM2 peripherals to save power by using the LDMA less often. To enable this set the IGNORESREQ bit in the
LDMA_CHx_CTRL register (or descriptor) which will cause the LDMA to ignore SREQ's and wait for a full Request (REQ) signal. When the REQ is received the entire descriptor will be executed. For most peripherals with a FIFO the REQ signal is set when the FIFO is full, or a predetermined threshold has been reached. See the individual peripheral chapters for more information.
7.3.5 Managing Transfer Errors
LDMA transfer errors are normally managed using interrupts. Software should clear the ERROR flag in the bit in the LDMA_IF register and enable error interrupts by setting the ERROR bit in the LDMA_IEN register before initiating a DMA transfer
The LDMA interrupt handler should check the ERROR flag bit in the LDMA_IF register. If the ERROR flag bit is set, it should then read the CHERROR field in the LDMA_STATUS register to determine the errant channel. The interrupt handler should reset the channel and clear the ERROR flag bit in the LDMA_IF register before returning.
7.3.6 Arbitration
While multiple channels are configured simultaneously the LDMA engine can only be actively copying data for one channel at a time.
Arbitration determines which channel is being serviced at any point in time. The LDMA will choose a channel through arbitration, transfer BLOCK_SIZE elements of that channel and then arbitrate again choosing another channel to service. This allows high priority channels to be serviced while lower priority channels are in the middle of a transfer.
7.3.6.1 Arbitration Priority
There are two modes in determining priority when the controller arbitrates: fixed priority and round robin priority.
In fixed priority mode, channel 0 has the highest priority. As the channel number increases, the priority decreases. When the LDMA controller is idle or when a transfer completes, the highest priority channel with an active request is granted the transfer. This mode guarantees smallest latency for the highest priority requesters. It is best suited for systems where peak bandwidth is well below LDMA controller’s maximum ability to serve. The drawback of this mode is the possibility of starvation for lowest priority requesters.
In the round robin priority mode, each active requesting channel is serviced in the order of priority. A late arriving request on a higher priority channel will not get serviced until the next round. This mode minimizes the risk of starving low-priority latency-tolerant requesters. The drawback of this mode is higher risk of starving low-latency requesters.
The NUMFIXED field in the LDMA_CTRL register determines which channels are fixed priority and which are round robin. Channels lower than NUMFIXED are fixed priority while those above it are round robin. A value of 0x0 implies all channels are round robin. A value of 0x4 implies channels 0 through 3 are fixed priority and 4 through 7 are round robin. A value of 7 implies that channels 0 through 6 are fixed and channel 7 is round robin. This is functionally equivilent to having 8 fixed priority channels.
Fixed priority channels always take priority over round robin. As long as NUMFIXED is greater than 0, there is a possibility that a higher priority channel can starve the remaining channels.
To address the drawbacks of using fixed priority or round robin priority the LDMA implements the concept of arbitration slots. This allows for channels to have high bandwidth and low latency while preventing starvation of latency tollerant low priority channels.
Each channel has a two bit ARBSLOT field in its LDM_CHx_CFG register. This field only applies to channels marked as round robin
(determined by NUMFIXED). The channels in the same arbitration slot are treated equally with round robin scheduling. Channels marked with a higher arbitration slot will get serviced more frequently. By default all channels are placed in arbitration slot 1.
Every time the channels in slot 1 get serviced the channels in slot 2 get servicd twice, thoes in slot 4 get serviced 4 times, and thoes in slot 8 get serviced 7 times. The specific arbitration allocation can be seen by the following table. The highest arbitration slot is serviced every other arbitration cycle, allowing for low latency response. If there are no requests from channels in arbitration slot then that slot is immediately skipped.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 103
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
Table 7.1. Arbitration Slot Order
Arbslot order
Arbslot1
Arbslot2
Arbslot4
Arbslot8
8
1
4
1
8
1
2
1
8
1
4
1
8
1
1
1
8
1
4
1
8
1
2
1
8
1
4
1
The top row shows the order at which the arbitration slots are executed. The remaining part of the table shows a more visual interpretation of the arbitration order.
For example, if we have one low latency channel (CHNL0) and two latency tolerant channels (CHNL1 and CHNL2). We could use the following settings.
LDMA_CTRL.NUMFIXED = 0; set round robbin for all channels.
CHNL0_CFG.ARBSLOTS = TWO;
CHNL1_CFG.ARBSLOTS = ONE;
CHNL2_CFG.ARBSLOTS = ONE;
If all channels are constantly requesting transfers, then the arbitration order is: CHNL0, CHNL1, CHNL0, CHNL2, CHNL0, CHNL1,
CHNL0, CHNL2, CHNL0, etc
Note, there are no channels assigned to arbitration slot four or eight in this exampl, so thoes slots are skipped and the final sequence is
ARBSLOT2, ARBSLOT1, ARBSLOT2, ARBSLOT1, etc...
Channel 1 and Channel 2 are selected in round robin order when arbitration slot 1 is executed.
If we replace the ARBSLOTS value for channel 0 with EIGHT, then the sequence would look like the following:
CHNL0, CHNL0, CHNL0, CHNL0, CHNL1, CHNL0, CHNL0, CHNL0, CHNL2, CHNL0, CHNL0, CHNL0, CHNL0, CHNL1, etc.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 104
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.3.6.2 DMA Transfer Arbitration
In addition to the inter channel arbitration, software can configure when the controller arbitrates during a DMA transfer. This provides reduced latency to higher priority channels when configuring low priority transfers with more arbitration cycles.
The LDMA provides four bits that configure how many DMA transfers occur before it re-arbitrates. These bits are known as the BLOCK-
SIZE bits and they map to the arbitration rate as shown below. For example, if BLOCKSIZE = 4 then the arbitration rate is 6, that is, the controller arbitrates every 6 DMA transfers.
Table 7.2 AHB bus transfer arbitration interval on page 105
lists the arbitration rates.
Table 7.2. AHB bus transfer arbitration interval
7
8
9
10
4
5
6
11
12
13
14
15
Note:
2
3
BLOCKSIZE Arbitrate after x DMA transfers
0
1 x = 1 x = 2 x = 3 x = 4 x = 6 x = 8 x = 12 x = 16 x = 24 x = 32 x = 64 x = 128 x = 256 x = 512 x = 1024 x = lock
Software must take care not to assign a low-priority channel with a large BLOCKSIZE because this prevents the controller from servicing high-priority requests, until it re-arbitrates.
The number of DMA transfers that need to be done is specified by the user in XFERCNT. When XFERCNT > BLOCKSIZE and is not an integer multiple of BLOCKSIZE then the controller always performs sequences of BLOCKSIZE transfers until XFERCNT < BLOCKSIZE remain to be transferred. The controller performs the remaining XFERCNT transfers at the end of the DMA cycle.
Software must store the value of the BLOCKSIZE bits in the channel control data structure. See
7.3.7.1 XFER descriptor structure for
more information about the location of the BLOCKSIZE bits in the data structure.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 105
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.3.7 Channel descriptor data structure
Each channel descriptor consists of four 32-bit words:
• CTRL - control word contains information like transfer count and block size.
• SRC - source address points to where to copy data from
• DST - destination address points to where to copy data to
• LINK - link address points to where to load the next linked descriptor
These words map directly to the LDMA_CHx_CTRL, LDMA_CHx_SRC, LDMA_CHx_DST, and LDMA_CHx_LINK registers. The usage of the SRC and DST fields may differ depending on the structure type
There are three different types of descriptor data structures: XFER, SYNC, and WRI
N a m e
7.3.7.1 XFER descriptor structure
This descriptor defines a typical data transfer which may be a Normal, Link, or Loop transfer.
Only this structure type can be written directly into LDMA's registers by the CPU. All descriptors may be linked to. Please refer to the register descriptions for additional information.
For specifying XFER structure type, set STRUCTTYPE to 0. Please see the peripheral register descriptions for information on the fields in this structure.
Bit Position
SRCADDR
DSTADDR
LINKADDR
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 106
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
N a m e
7.3.7.2 SYNC descriptor structure
This descriptor defines an intra-channel synchronizing structure. It allows the channel to wait for some external stimulus before continuing on to the next descriptor. This structure is also used to provide stimulus to another channel to indicate that it may continue.
For example channel 1 may be configured to transfer a header into a buffer while channel 2 is simlutaniously transfering data into the same structure. When channel 1 has completed it can wait for a sync signal from channel 2 before transfering the now complete buffer to a peripheral.
Synch descriptors do nothing untill a condition is met. The condition is formed by the SYNCTRIG field in the LDMA_SYNC register and the MATCHEN and MATCHVAL fields of the descriptor. When (SYNCTRIG & MATCHEN) == (MATCHVAL & MATCHEN) the next descriptor is loaded. In addition to waiting for the condition a Link descriptor can set or clear bits in SYNCTRIG to meet the conditions of another channel and cause it to continue. The CPU also has the ability to set and clear the SYNCTRIG bits from software.
This structure type can only be linked in from memory.
For specifying SYNC structure type, set STRUCTTYPE to 1.
Bit Position
LINKADDR
Bit
1:0
20
7:0
7:0
7:0
Name Description
STRUCTTYPE Descriptor Type
This field indicates which type of descriptor this is. It must be 1 for a SYNC descriptor.
DONEIFSEN Done if Set indicator
If set the interrupt flag will be set descriptor completes.
SYNCCLR Sync Trigger Clear
This bit-field is used to clear corresponding bits within the SYNCTRIG field of the SYNC LDMA_SYNC register. To clear a given bit, a one should be loaded to the corresponding bit. Set is given priority over clear if both corresponding bits are loaded with a one. The sync trigger clear function can only be used when loaded from a linked structure. Alternately, the user can directly write the SYNCTRIG bit-field if required.
SYNCSET Sync Trigger Set
This bit-field is used to set corresponding bits within the SYNCTRIG bit-field. To set a given bit, a one should be loaded to the corresponding bit. Set is given priority over clear if both corresponding bits are loaded with a one. The sync trigger set function can only be used when loaded from a linked structure. Alternately, the user can directly write the SYN-
CTRIG bit-field if required.
MATCHEN Sync Trigger Match Enable
This bit-field serves as the SYNCTRIG match enable. A sync match triggers the load of the next linked DMA structure as specified by link_mode, when: (SYNCTRIG & MATCHEN) == (MATCHVAL & MATCHEN).
MATCHVAL Sync Trigger Match Value 7:0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 107
Bit
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
Name Description
This bit-field serves as the SYNCTRIG match value. A sync match triggers the load of the next linked DMA structure as specified by link_mode, when: (SYNCTRIG & MATCHEN) == (MATCHVAL & MATCHEN).
N a m e
7.3.7.3 WRI descriptor structure
This descriptor defines a write-immediate structure. This allows a list of descriptors to write a value to a register or memory location. For example, if a channel wishes to perform two loops in a descriptor sequence a WRI may be used to program the loop count for the second loop.
This structure type can only be linked in from memory.
For specifying WRI structure type, set STRUCTTYPE to 2.
Bit Position
C
T
R
L
DSTADDR
LINKADDR
Bit
1:0
20
31:0
31:0
Name Description
STRUCTTYPE Descriptor Type
This field indicates which type of descriptor this is. It must be 2 for a WRI descriptor.
DONEIFSEN Done if Set indicator
If set the interrupt flag will be set descriptor completes.
IMMVAL Immediate Value for Write
This bit-field specifies the immediate data value that is to be written to the address pointed to by DSTADDR. Only one write occurs for WRI structures.
DSTADDR Address to write
This bit-field specifies the address the immediate data should be written to.
7.3.8 Interaction with the EMU
The LDMA interacts with the Energy Management Unit (EMU) to allow transfers from a low energy peripheral while in EM2 DeepSleep.
For example, when using the LEUART in EM2 DeepSleep the EMU can wake up the LDMA sufficiently long to allow data transfers to occur. See section "DMA Support" in the LEUART documentation.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 108
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.3.9 Interrupts
The LDMA_IF Interrupt flag register contains one DONE bit for each channel and one combined ERROR bit. When enabled, these interrupts are available as interrupts to the Cortex-M3 core. They are combined into one interrupt vector, DMA_INT. If the interrupt for the
DMA is enabled in the ARM Cortex-M3 core, an interrupt will be made if one or more of the interrupt flags in LDMA_IF and their corresponding bits in LDMA_IEN are set.
When a descriptor finishes execution the interrupt flag for that channel will be set if the DONEIFSEN field of the LDMA_CHx_LOOP register is set. If LINK and DONEIFSEN are both set when the descriptor completes the interrupt and the linked descriptor will be immediatly loaded. When the final descriptor in a linked list (LINK = 0) is finished the interrupt flag is always set regardless of the state of
DONEIFSEN.
7.3.10 Debugging
For a peripheral request DMA transfer, if software sets a bit for a channel in the LDMA_DBGHALT register then the DMA will halt durring a debug halt and the SRC and DST registers in the debug window will show the transfer in progress. Otherwise, during debug halt the DMA will continue to run and complete the entire transfer causing the descriptor registers to indicate the transfer has completed.
7.4 Examples
This section provides examples of common LDMA usage. All examples assume the LDMA is in the reset state with the channel being configured disabled and LDAM_CHx_CFG, LDMA_CHx_LOOP, and LDMA_CHx_LINK cleared.
7.4.1 Single Direct Register DMA Transfer
This simple example uses only the Channel Descriptor registers directly and does not use linking. Software writes directly to the LDMA channel registers. This example does not use a memory based descriptor list.
This example is suitable for most simple transfers that are limited to transferring one block of data. It supports anything that can be done using a single descriptor. This includes endian conversion and packing/unpacking data. Channel 0 is used for this example.
The LDMA will be used to copy 127 contiguous half words (254 bytes) from 0x0 to 0x1000. It will allow arbitration every 4 transfers and is triggerd by a CPU write to the LDMA_SWREQ register. The CH0 interrupt flag will be set when the transfer completes since the descriptor does not link to another descriptor.
• Configure LDMA_CH0_CTRL
• DSTMODE = 0 (absolute)
• SRCMODE = 0 (absolute)
• SIZE = HALFWORD (16 bits)
• DSTINC = 0 (1 half-word)
• SRCINC = 0 (1 half-word)
• DECLOOPCNT=0 (unused)
• REQMODE = 1 (one request transfers all data)
• BLOCKSIZE = 3 (4 transfers)
• BYTESWAP=0 (no byte swap)
• XFERCNT=127 (transfer 127 half words)
• STRUCTTPYE=0 (TRANSFER)
• Write source address to LDMA_CH0_SRC register
• Write destination address to LDMA_CH0_DST register
• Configure the LDMA_CH0REQSEL register for the desired peripheral or select none for a memory-to-memory transfer
• Clear and enable interrupts.
• Write a 1 to bit 0 of the LDMA_IFC register to clear the CH0 DONE flag
• Write a 1 to bit 0 of the LDMA_IEN register to enable the CH0 interrupt
• Write a 1 to bit 0 of the LDMA_CHEN register to enable CH0
The REQMODE field is normally cleared to zero for a peripheral request transfer and will transfer the specified block size for each peripheral request. The REQMODE may be set to 1 for a memory-to-memory transfer or any time it is desired for a single DMA request to initiate complete transfer.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 109
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.4.2 Descriptor Linked List
This example shows how to use a Linked List of descriptors. Each descriptor has a link address which points to the next descriptor in the list. A descriptor may be removed from the Linked list by altering the Link address of the one before it to point to the one after it.
Descriptor Linked lists are useful when handling an array of buffers for communication data. For example, a bad packet can be removed from a receiver queue by simply removing the descriptor from the linked list.
Software loads the first descriptor into the DMA by writing the descriptor address to LDMA_CHx_LINK and setting the bit for that channel in the LDMA_LINKLOAD register. This method is prefered when using a linked list in memory since it treats the first descriptor just like all the others. However, it is also allowed acceptable for software to write the first descriptor directoy to the LDMA registers.
In this example 4 descriptors are executed in series. the interrupt flag is set after the 2nd and 4th (last) descriptors have completed.
• Prepare a list of descriptors using the XFER structure type in RAM
• Initialize the CTRL, SRC, and DST members as desired
• Setting STRUCTREQ in the CTRL word for descritpors 2-4 will cause them to begin transfering data as soon as they are loaded.
• Write 0x00000013 to the LINK member of all but the last descriptor
• LINKMODE = 1 (relative addressing)
• LINK = 1 (Link to the next descriptor)
• LINKADDR = 0x00000010 (size of descriptor)
• Set the DONEIFSEN bit in the CTRL member of the 2nd structure so that the interrupt flag will be set when it completes
• Write 0x00000000 to the LINK member of the last descriptor
• LINK = 0 (Do not link to the next descriptor)
• LINKMODE = 0 (don't care)
• LINKADDR = 0x00000000 (don't care)
Each descriptor now points to the start of the next descriptor as shown on the left in
Figure 7.5 Descriptor Linked List on page 110 . To
remove a descriptor from the linked list modify the LINK address of the descriptor of the one before to point to the one after. For example to remove the third descriptor, add 0x00000010 to the LINK register of the second descriptor. The second descriptor will now point
.
A
B
C
D
silabs.com | Smart. Connected. Energy-friendly.
Src
Dst
Link
Ctrl
Src
Dst
Link
Ctrl
Src
Dst
Link
Linked
List
Ctrl
Src
Dst
Link
Ctrl
A
0x00000013
B
0x00000013
C
0x00000013
D
0x00000000
Third
Descriptor
Deleted
Dst
Link
Ctrl
Src
Dst
Link
Ctrl
Src
Dst
Link
Ctrl
Src
Dst
Link
Ctrl
Src
A
0x00000013
B
0x00000023
C
0x00000013
D
0x00000000
Figure 7.5 Descriptor Linked List
A
B
C
D
Preliminary Rev. 0.2 | 110
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
To start execution of the linked list of descriptors:
• Write the absolute address of the first descriptor to the LINKADR field of the LDMA_CH0_LINK register
• Set the LINK bit of teh LDMA_CH0_LINK register.
• Configure the LDMA_CH0REQSEL register for the desired peripheral or select none for memory-to-memory
• Clear and enable interrupts as desired
• Set bit 0 in the LDMA_LINKLOAD register to initate loading and execution of the first descriptor
Alternativley, software can manually copy the first descriptor contents to the LDMA_CH0_CTRL, LDMA_CH0_SRC, LDMA_CH0_DST, and LDMA_CH0_LINK registers and then enable the channel in the LDMA_CHEN register.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 111
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.4.3 Single Descriptor Looped Transfer
This example demonstrates how to use looping using a single descriptor. This method allows a single DMA transfer to be repeated a specified number of times. The looping descriptor is stored in memory and reloaded by hardware. After a specified number of iterations, the transfer stops.
CH0 is setup to copy 4 words frm the ADC FIFO into a 15 word buffer at 0x1000. It repeates 4 times to fill the entire 16 word buffere. An interrupt will fire when the entire 16 words has been transfered.
Initialize the Linked descriptor in memory as follows:
• Configure CTRL member
• DSTMODE = 0 (absolute)
• SRCMODE = 0 (absolute)
• SIZE = WORD
• DSTINC = 0 (1 WORD)
• SRCINC = 3 (0 WORDS)
• DECLOOPCNT=1 (decrement loop count)
• REQMODE=1 (Use XFERCNT)
• BLOCKSIZE = 4 (4 words)
• BYTESWAP=0 (no swap)
• XFERCNT= 4 (4 words)
• STRUCTTPYE=0 (TRANSFER)
• IGNORESREQ=1 (ignore single requests)
• Write the address ADC0_SINGLEDATA register to the SRC member
• Write 0x1000 address to DST member
• Configure the LINKLink member
• LINK = 0 (stop after loop)
• MODE = 1 (relative link address)
• LINKADDR = 0 (point to ourself)
• Configure the Channel
• Write the desired number of repeats to the LDMA_CH0_LOOP register
• SOURCESEL in LDMA_CH0REQSEL = ADC0 (select the ADC)
• SIG in LDMA_CH0REQSEL = ADC0SCAN (select the single conversion request)
• Clear and enable interrupts
• Load the descriptor using LINKLOAD as described in
A
LINKADDR->A
DECLOOPCNT=1
LINK=0
0x00
Memory
Ctrl
Src
Dst
Link
A link_addr->A
Figure 7.6 Single Descriptor Looped Transfer
Note that the looping descriptor must be stored in memory, because it must load itself from the link address in memory on each iteration.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 112
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.4.4 Descriptor List with Looping
This example uses a descriptor list in memory with looping over multiple descriptors. This example also uses the looping feature and continues on with the next sequential descriptor after looping completes.
The descriptor list in memory is shown in figure
Figure 7.7 Descriptor List with Looping on page 113
. Descriptor A links to descriptor B.
Descriptor B has the DECLOOPCNT bit enabled and loops back to the start of descriptor A. The LINK address of descriptor B is used for the loop address. The LINK bit is set to indicate that execution will continue after completion of looping. Once the LOOPCNT reaches zero, the LDMA will load descriptor C. Descriptor C must be located immediately following descriptor B.
A B C
LINKADDR->B LINKADDR->A
DECLOOPCNT=1
LINK=0
0x00
0x10
Alternate link
0x20
Memory
Ctrl
Src
Dst
Link
Ctrl
Src
Dst
Link
Ctrl
Src
Dst
Link
A link_addr->B
B link_addr->A
C link_addr=NA
Figure 7.7 Descriptor List with Looping
Initialization is similar to the single looping descriptor with the following modifications.
• Set the LINK bit in descriptors A and B
• write the adress of descriptor A into the LIKADDRESS of descriptor B
• write the adress of descriptor B into the LIKADDRESS of descriptor A
• Descriptor C must be located immediatly after descriptor B in memory
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 113
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.4.5 Simple Inter-Channel Synchronization
The LDMA controller features synchronization structures which allow differing channels and/or hardware events to pause a DMA sequence, and wait for a synchronizing event to restart it.
In this example DMA channel 0 and 1 are tasked with the transfer of different sets of data. Channel 0 has two transfer structures, and channel 1 just one, but channel 0 must wait until channel 1 has completed its transfer before it starts its second transfer structure.
Pausing channel 0 is accomplished by inserting a sync wait structure between the two transfer structures. This sync structure waits on
SYNCTRIG[7] to be set by a sync set/clear structure which is controlled by channel 1. Sync structures do not transfer data, they can only set, clear, or wait to match the SYNCTRIG[7:0] bits. Note that sync structures cannot decrement loop counter.
LDMA_SYNC
SYNCTRIG=0x0 (at time 0)
LDMA_CH0
Structure A @ 0x00 Structure B @ 0x10 Structure C @ 0x20
CTRL CTRL CTRL
STRUCTTYPE=XFER STRUCTTYPE=SYNC STRUCTTYPE=XFER
LINK LINK LINK
LINKADDR[29:0]=0x00000004 LINKADDR[29:0]=0x00000008 LINKADDR[29:0]=NA
LINK=1 LINK=1 LINK=0
DST
MATCHEN=0x80
MATCHVAL=0x80 (waits for SYNCTRIG[7]=1)
LDMA_CH1
Structure Y @ 0x30 Structure Z @ 0x40
CTRL CTRL
STRUCTTYPE=XFER STRUCTTYPE=SYNC
LINK LINK
LINKADDR[29:0]=0x00000010 LINKADDR=NA
LINK=1 LINK=0
SRC
SRCCLR=0x0
SRCSET=0x80 (sets SYNCTRIG[7])
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 114
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
SYNC[7]
CH0
CH1
STRUCTTYPE=XFER
STRUCTTYPE=-SYNC wait SYNCTRIG[7]=1
STRUCTTYPE=XFER
A B C
C not fetched until sync_trig[7] is set
Y
STRUCTTYPE=XFER
Z
STRUCTTYPE=SYNC set SYNC[7]
Time
Figure 7.8 Simple Intra-channel Synchronization Example
Both A and Y effectively start at the same time. A finishes earlier, then it links to B, which waits for the SYNCTRIG[7] bit to be set before loading C. Y finishes after B is loaded, and it links to sync structure Z, which sets the SYNCTRIG[7] bit. Channel 0 responds to the trigger set by loading C for the final data transfer.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 115
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.4.6 2D Copy
The LDMA can easily perform a 2D copy using a descriptor list with looping. This set up is visualized in
For an application working with graphics, this would mean the ability to copy a rectangle of a given width and height from one picture to another.
Source Buffer
Source
Address
Descriptor A
Descriptor B
Destination Buffer
Destination
Address
Descriptor A
Descriptor B
Destination
Address
2D Copy Descriptors in Memory
CTRL
SRC
DST
LINK
CTRL
SRC
DST
LINK
A
B
XFERCNT = WIDTH - 1
SRCMD = DSTMD = 0
SRC = SRCADDR
DST = DSTADDR
LINK = 0x00000013
XFERCNT = WIDTH - 1
SRCMD = DSTMD = 1
SRCADDR = SRCSTRIDE - WIDTH
DSTADDR = DSTSTRIDE - WIDTH
LINK = 0x00000001
WIDTH
SRCSTRIDE
WIDTH
DSTSTRIDE
A B
LINKADDR->B LINKADDR->B
DECLOOPCNT=1
LINK=0
Figure 7.9 2D copy
The first descriptor will use absolute addressing mode and the source and destination addresses should point to the desired target addresses. The first descriptor will copy only the first row. The XFERCNT of the first descriptor is set to the desired width minus one.
• CTRL
• XFERCNT = WIDTH - 1
• SRCMD = 0 (absolute)
• DSTMD = 0 (absolute)
• SRCADDR = target source address
• DSTADDR = target destination address
• LINK = 0x00000013
• LINK=1
• LINKMD=1
• LINKADDR=0x00000010 (point to next descriptor)
The second descriptor will use relative addressing and the source and destination addresses are set to the desired offset. After the completion of the first descriptor, the address registers will point to the last address transferred. Thus, the width must be subtracted from the stride to get the offset. The second descriptor uses looping and the link register has not offset.
• CTRL
• XFERCNT = WIDTH - 1
• SRCMD = 1 (relative)
• DSTMD = 1 (relative)
• DECLOOPCNT = 1
• SRCADDR = desired source offset (SRCSTRIDE-WIDTH)
• DSTADDR = desired destination offset (DSTSTRIDE-WIDTH)
• LINK = 0x00000001
• LINK=0
• LINKMD=1 (relative)
• LINKADDR=0x000000000 (no offset)
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 116
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
.
Because the first descriptor already transferred one row, the number of looping repeats should be the desired height minus two. Therefore, LOOPCNT should be set to HEIGHT minus two before initiating the transfer.
This same method is easily extended to copy multiple rectangles by linking descriptors together. To initialize the LDMA_CHx_LOOP register, precede each descriptor pair described above with a write immediate descriptor which writes the desired value to the
LOOPCNT field of the LDMA_CHx_LOOP register.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 117
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.4.7 Ping-Pong
Communication peripherals often use ping-pong buffers. Ping-pong buffers allow the CPU to process data in one buffer while a peripheral transmits or receives data in the other buffer.
Both transmit and receive ping-pong buffers are easily implemented using the LDMA. In either case, this requires two descriptors as shown in
Figure 7.10 Infinite Ping-Pong Example on page 118
. The LINKADDR field of the LINK member should point to the other descriptor. Using two adjacent descriptors and relative link addressing ensures the descriptors are easily reloadable.
A B
CTRL
SRC
DST
LINK
CTRL
SRC
DST
LINK
Memory
A
LINKADDR = 0x00000010
LINKMD = 1
B
LINKADDR = 0xFFFFFFF0
LINKMD = 1
Figure 7.10 Infinite Ping-Pong Example
A receiver ping-pong buffer controller consists of two buffers and two descriptors stored in memory that point to the two buffers. Once initialized, as the peripheral receives data, it will fill the first buffer. Once the first buffer is full, it will link automatically to the second buffer and generate an interrupt. Software will then process the data in the first buffer while the LDMA is transferring data to the second buffer. For a receiver ping-pong buffer each descriptor should link to the other descriptor. The link bit should be set to provide infinite ping pong between the two buffers. The DONIFS bit in each descriptor should be set to generate an interrupt on the completion of each descriptor.
• Descriptor A
• CTRL
• DONEIFS = 1
• other settings as desired
• SRCADDR = peripheral source address
• DSTADDR = memory destination address
• LINK = 0x00000013
• LINKADDR = 0x00000010 (next descriptor)
• LINK = 1 (link to next descriptor)
• LINKMD = 1 (relative addressing)
• Descriptor B
• CTRL
• DONEIFS = 1
• other settings as desired
• SRCADDR = peripheral source address
• DSTADDR = memory destination address
• LINK = 0xFFFFFFF3
• LINKADDR = 0xFFFFFFF0 (previous descriptor)
• LINK = 1 (link to previous descriptor)
• LINKMD = 1 (relative addressing)
For transmitter ping-pong buffer, software will fill the first buffer and then initiate the DMA transfer. The LDMA will transmit the first buffer data while software is filling the second buffer. In this case, the two descriptors should point to each other, but not automatically continue to the second buffer. The LINK bit should be cleared to zero. Once software has loaded the first buffer, it will use the
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 118
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
LINKLOAD bit to load the first descriptor and transmit the data. The DONIFS need not be set in each descriptor. The DMA will stop and then generate an interrupt at the completion of each descriptor.
• Descriptor A
• CTRL
• DONEIFS = 0
• other settings as desired
• SRCADDR = memory source address
• DSTADDR = peripheral destination address
• LINK = 0x00000013
• LINKADDR = 0x00000010 (next descriptor)
• LINK = 0 (link to next descriptor)
• LINKMD = 1 (relative addressing)
• Descriptor B
• CTRL
• DONEIFS = 0
• other settings as desired
• SRCADDR = memory source address
• DSTADDR = peripheral destination address
• LINK = 0xFFFFFFF3
• LINKADDR = 0xFFFFFFF0 (previous descriptor)
• LINK = 0 (link to previous descriptor)
• LINKMD = 1 (relative addressing)
7.4.8 Scatter-Gather
Scatter-Gather in general refers to a process that copies data from multiple locations scattered in memory and gathers the data to a single location in memory, or vice versa. A simple descriptor list allows data gathering. For example, data from a discontiguous list of buffers might be copied to a contiguous sequential array of buffers. The inverse is also possible when a sequential array of buffers is scattered to a discontiguous list of available buffers. See section
7.4.2 Descriptor Linked List .
Some DMAs which only have two descriptors implement scatter-gather by using one descriptor to modify the other descriptor. While it is possible to implement this same behavior using the LDMA, it is much more straight-forward to just use a simple descriptor list.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 119
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.5 Register Map
The offset register address is relative to the registers base address.
Offset Name
...
...
...
...
...
...
...
RWH
RWH
RWH
RWH
RWH
RW
RW
RWH
RWH
RWH
RW
RW
RWH
RWH
RWH
RWH
RWH
RW
RW
W1
RW
R
W1
W1
R
W1
(R)W1
RW
Type
RW
R
RWH
RWH
R
RWH
RW
Description
DMA Synchronization Trigger Register (Single-Cycle RMW)
DMA Channel Enable Register (Single-Cycle RMW)
DMA Channel Linking Done Register (Single-Cycle RMW)
DMA Channel Debug Halt Register
DMA Channel Software Transfer Request Register
DMA Channel Request Disable Register
DMA Channel Requests Pending Register
DMA Channel Link Load Register
DMA Channel Request Clear Register
Channel Peripheral Request Select Register
Channel Configuration Register
Channel Descriptor Control Word Register
Channel Descriptor Source Data Address Register
Channel Descriptor Destination Data Address Register
Channel Descriptor Link Structure Address Register
Channel Peripheral Request Select Register
Channel Configuration Register
Channel Descriptor Control Word Register
Channel Descriptor Source Data Address Register
Channel Descriptor Destination Data Address Register
Channel Descriptor Link Structure Address Register
Channel Peripheral Request Select Register
Channel Configuration Register
Channel Descriptor Control Word Register
Channel Descriptor Source Data Address Register
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 120
Offset Name
7.6 Register Description
7.6.1 LDMA_CTRL - DMA Control Register
Offset
0x000
Reset
Access
Type
RWH
RWH
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
Description
Channel Descriptor Destination Data Address Register
Channel Descriptor Link Structure Address Register
Bit Position
Name
Bit
31:27
26:24
23:16
15:8
7:0
Name
Reserved
NUMFIXED
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x7 RW Number of Fixed Priority Channels
This field defines the number of Fixed Priority Arbitration channels. Channels CH0 though CH(n-1) are fixed, and channels
CH(n) through CH7 are round robin, where n is the field value. The reset value will give all fixed channels
Reserved
SYNCPRSCLREN
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW Synchronization PRS Clear Enable
Setting a bit in this field will enable the corresponding PRS input to clear the respective bit in the SYNCTRIG field of the
LDMA_SYNC register. Refer to the PRS section for a list of the PRS inputs.
SYNCPRSSETEN 0x00 RW Synchronization PRS Set Enable
Setting a bit in this field will enable the corresponding PRS input to set the respective bit in the SYNCTRIG field of the
LDMA_SYNC register. Refer to the PRS section for a list of the PRS inputs.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 121
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.2 LDMA_STATUS - DMA Status Register
Offset
0x004
Reset
Access
Name
Bit Position
2
1
Bit
31:29
28:24
23:21
20:16
15:11
10:8
7:6
5:3
0
Name
Reserved
CHNUM
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x08 R Number of Channels
The value of CHNUM always reads the total number of channels present for this instance of the DMA controller module.
Reserved
FIFOLEVEL
To ensure compatibility with future devices, always write bits to 0. More information in
0x10 R FIFO Level
The value of FIFOLEVEL indicates the number of entries currently in the FIFO. (Note when all channels are disabled, this register will read the total number of entries in the FIFO.)
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CHERROR 0x0 R Errant Channel Number
When the ERROR flag is set in the LDMA_IF register, the CHERROR field will indicate the most recent channel to have a transfer error.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CHGRANT 0x0 R Granted Channel Number
The value of this field indicates the currently active channel or last active channel. Note that the reset value for this field is zero.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
ANYREQ 0 R Any DMA Channel Request Pending
The value of this bit will be TRUE (1) if any requests are pending
ANYBUSY 0 R Any DMA Channel Busy
The value of this bit will be TRUE (1) if one or more DMA channels are actively transferring data
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 122
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.3 LDMA_SYNC - DMA Synchronization Trigger Register (Single-Cycle RMW)
Offset
0x008
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
SYNCTRIG 0x00 RWH Synchronization Trigger
The SYNC trigger field allows a transfer to pause until a specified trigger bit is set or cleared. The SYNC trigger bits may be set and cleared by a SYNC descriptor, PRS signal, or software. Note: software requires to use single-cycle read-modifywrite, detailed in
7.6.4 LDMA_CHEN - DMA Channel Enable Register (Single-Cycle RMW)
Offset
0x020
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
CHEN
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RWH Channel Enables
Setting one of these bits will enable the respective DMA channel. If cleared while a transfer is in progress, the current transfer block will complete. The remaining blocks will pause until resumed later by setting this bit again. Note: software requires to use single-cycle read-modify-write, detailed in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 123
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.5 LDMA_CHBUSY - DMA Channel Busy Register
Offset
0x024
Reset
Access
Name
Bit Position
Bit
31:8
7:0
Name
Reserved
BUSY
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 R Channels Busy
The bits of this field read 1 when the corresponding channel is busy.
7.6.6 LDMA_CHDONE - DMA Channel Linking Done Register (Single-Cycle RMW)
Offset
0x028
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
CHDONE 0x00 RWH DMA Channel Linking or Done
Each DMA channel sets the corresponding bit in this register when the entire transfer is done. The interrupt service routine should clear these bits. Enabling a DMA channel will also clear the corresponding LINKDONE bit. Note: software requires to use single-cycle read-modify-write, detailed in
4.2.2 Peripheral Bit Set and Clear
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 124
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.7 LDMA_DBGHALT - DMA Channel Debug Halt Register
Offset
0x02C
Bit Position
Reset
Access
Name
Bit
31:8
7:0
7.6.8 LDMA_SWREQ - DMA Channel Software Transfer Request Register
Offset
0x030
Bit Position
Reset
Access
Name
Name
Reserved
DBGHALT
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW DMA Debug Halt
Setting one of these bits will mask the corresponding DMA channel's peripheral request when debugging and the CPU is halted. This may be useful for debugging DMA software.
Bit
31:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
SWREQ 0x00 W1 Software Transfer Requests
Setting one of these bits will trigger a DMA transfer for the corresponding channel. Writing zeros has no effect.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 125
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.9 LDMA_REQDIS - DMA Channel Request Disable Register
Offset
0x034
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
REQDIS
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW DMA Request Disables
Setting one of these bits will disable peripheral requests for the corresponding channel. When cleared any pending peripheral requests will be serviced.
7.6.10 LDMA_REQPEND - DMA Channel Requests Pending Register
Offset
0x038
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
REQPEND 0x00 R DMA Requests Pending
When a DMA channel has a pending peripheral request the corresponding REQPEND bit will read 1.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 126
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.11 LDMA_LINKLOAD - DMA Channel Link Load Register
Offset
0x03C
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LINKLOAD 0x00 W1 DMA Link Loads
Setting one of these bits will force the corresponding DMA channel to load the next DMA structure and enable the channel.
This empowers software to step through a sequence of descriptors.
7.6.12 LDMA_REQCLEAR - DMA Channel Request Clear Register
Offset
0x040
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
REQCLEAR 0x00 W1 DMA Request Clear
Setting one of these bits will clear any internally registered transfer requests for the corresponding channel.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 127
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.13 LDMA_IF - Interrupt Flag Register
Offset
0x060
Reset
Access
Name
Bit Position
Bit
31
30:8
7:0
Name Reset Access Description
ERROR 0 R Transfer Error Interrupt Flag
The ERRORIF flag is set when a read or write error occurs. The CHERROR field in the LDMA_STATUS register reflects the number of the channel which had the last error.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
DONE 0x00 R DMA Structure Operation Done Interrupt Flag
When a channel completes a transfer or sync operation, the corresponding DONE bit is set in the LDMA_IF register.
7.6.14 LDMA_IFS - Interrupt Flag Set Register
Offset
0x064
Reset
Access
Name
Bit Position
Bit
31
30:8
7:0
Name
ERROR
Write 1 to set the ERROR interrupt flag
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
DONE
Reset
0
0x00
Write 1 to set the DONE interrupt flag
Access Description
W1 Set ERROR Interrupt Flag
W1 Set DONE Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 128
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.15 LDMA_IFC - Interrupt Flag Clear Register
Offset
0x068
Reset
Access
Name
Bit Position
Bit
31
30:8
7:0
Name
ERROR
Reset
0
Access Description
(R)W1 Clear ERROR Interrupt Flag
Write 1 to clear the ERROR interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
DONE 0x00 (R)W1 Clear DONE Interrupt Flag
Write 1 to clear the DONE interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
7.6.16 LDMA_IEN - Interrupt Enable register
Offset
0x06C
Reset
Access
Name
Bit Position
Bit
31
30:8
7:0
Name Reset
ERROR 0
Enable/disable the ERROR interrupt
Access Description
RW ERROR Interrupt Enable
Reserved
DONE
To ensure compatibility with future devices, always write bits to 0. More information in
0x00
Enable/disable the DONE interrupt
RW DONE Interrupt Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 129
7.6.17 LDMA_CHx_REQSEL - Channel Peripheral Request Select Register
Offset
0x080
Bit Position
Reset
Access
Name
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 130
Bit
31:22
21:16
15:4
3:0
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
Name
Reserved
SOURCESEL
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00
Select input source to DMA channel.
RW Source Select
Value
0b000000
0b000001
0b001000
0b001100
0b001101
0b010000
0b010100
0b011000
0b011001
0b110000
0b110001
Mode
NONE
PRS
ADC0
USART0
USART1
LEUART0
I2C0
TIMER0
TIMER1
MSC
CRYPTO
Description
No source selected
Peripheral Reflex System
Analog to Digital Converter 0
Universal Synchronous/Asynchronous Receiver/Transmitter 0
Universal Synchronous/Asynchronous Receiver/Transmitter 1
Low Energy UART 0
I2C 0
Timer 0
Timer 1
Advanced Encryption Standard Accelerator
Reserved
SIGSEL
To ensure compatibility with future devices, always write bits to 0. More information in
0x0
Select input signal to DMA channel.
RW Signal Select
Description Value
SOURCESEL =
0b000000 (NONE)
0bxxxx
SOURCESEL =
0b000001 (PRS)
0b0000
0b0001
SOURCESEL =
0b001000 (ADC0)
0b0000
0b0001
SOURCESEL =
0b001100 (USART0)
0b0000
0b0001
0b0010
SOURCESEL =
0b001101 (USART1)
0b0000
0b0001
Mode
OFF
PRSREQ0
PRSREQ1
ADC0SINGLE
ADC0SCAN
USART0RXDATAV
USART0TXBL
USART0TXEMPTY
USART1RXDATAV
USART1TXBL
Channel input selection is turned off
PRSREQ0
PRSREQ1
ADC0SINGLE REQ/SREQ
ADC0SCAN REQ/SREQ
USART0RXDATAV REQ/SREQ
USART0TXBL REQ/SREQ
USART0TXEMPTY
USART1RXDATAV REQ/SREQ
USART1TXBL REQ/SREQ
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 131
Bit Name
0b0010
0b0011
0b0100
SOURCESEL =
0b010000
(LEUART0)
0b0000
0b0001
0b0010
SOURCESEL =
0b010100 (I2C0)
0b0000
0b0001
Reset Access Description
USART1TXEMPTY USART1TXEMPTY
USART1RXDATAVRIGHT REQ/SREQ USART1RXDATAV-
RIGHT
USART1TXBLRIGHT USART1TXBLRIGHT REQ/SREQ
LEUART0RXDATAV
LEUART0TXBL
LEUART0TXEMPTY
I2C0RXDATAV
I2C0TXBL
SOURCESEL =
0b011000 (TIMER0)
0b0000
0b0001
0b0010
0b0011
TIMER0UFOF
TIMER0CC0
TIMER0CC1
TIMER0CC2
SOURCESEL =
0b011001 (TIMER1)
0b0000
0b0001
0b0010
0b0011
TIMER1UFOF
TIMER1CC0
TIMER1CC1
TIMER1CC2
0b0100 TIMER1CC3
SOURCESEL =
0b110000 (MSC)
0b0000
SOURCESEL =
0b110001 (CRYPTO)
MSCWDATA
0b0000
0b0001
0b0010
0b0011
0b0100
CRYPTODATA0WR
CRYPTODATA0XWR
CRYPTODATA0RD
CRYPTODATA1WR
CRYPTODATA1RD
LEUART0RXDATAV
LEUART0TXBL
LEUART0TXEMPTY
I2C0RXDATAV REQ/SREQ
I2C0TXBL REQ/SREQ
TIMER0UFOF
TIMER0CC0
TIMER0CC1
TIMER0CC2
TIMER1UFOF
TIMER1CC0
TIMER1CC1
TIMER1CC2
TIMER1CC3
MSCWDATA
CRYPTODATA0WR
CRYPTODATA0XWR
CRYPTODATA0RD
CRYPTODATA1WR
CRYPTODATA1RD
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 132
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.18 LDMA_CHx_CFG - Channel Configuration Register
Offset
0x084
Reset
Access
Bit Position
Name
Bit
31:22
21
20
Name
Reserved
DSTINCSIGN
Value
0
1
SRCINCSIGN
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW Destination Address Increment Sign
Mode
POSITIVE
NEGATIVE
0 RW
Description
Increment destination address
Decrement destination address
Source Address Increment Sign
19:18
17:16
15:0
2
3
Value
0
1
Value
0
1
Mode
POSITIVE
NEGATIVE
Description
Increment source address
Decrement source address
Reserved
ARBSLOTS
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW Arbitration Slot Number Select
For channels using round robin arbitration, this bit-field is used to select the number of slots in the round robin queue.
Mode
ONE
TWO
FOUR
EIGHT
Description
One arbitration slot selected
Two arbitration slots selected
Four arbitration slots selected
Eight arbitration slots selected
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 133
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.19 LDMA_CHx_LOOP - Channel Loop Counter Register
Offset
0x088
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LOOPCNT 0x00 RWH Linked Structure Sequence Loop Counter
This bit-field specifies the number of iterations when using looping descriptors. Software should write to LOOPCNT before using a looping descriptor.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 134
7.6.20 LDMA_CHx_CTRL - Channel Descriptor Control Word Register
Offset
0x08C
Bit Position
Reset
Access
Name
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 135
Bit
31
30
29:28
27:26
25:24
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
Name
DSTMODE
Reset
0
Access Description
R Destination Addressing Mode
This field specifies the destination addressing mode of linked descriptors. After loading a linked descriptor, reading this field will indicate the destination addressing mode of the linked descriptor. Note that the first descriptor always uses absolute addressing mode.
Value
0
1
Mode
ABSOLUTE
RELATIVE
Description
The DSTADDR field of LDMA_CHx_DST contains the absolute address of the destination data.
The DSTADDR field of LDMA_CHx_DST contains the relative offset of the destination data.
SRCMODE 0 R Source Addressing Mode
This field specifies the source addressing mode of linked descriptors. After loading a linked descriptor, reading this field will indicate the source addressing mode of the linked descriptor. Note that the first descriptor always uses absolute addressing mode.
Value
0
1
Mode
ABSOLUTE
RELATIVE
Description
The SRCADDR field of LDMA_CHx_SRC contains the absolute address of the source data.
The SRCADDR field of LDMA_CHx_SRC contains the relative offset of the source data.
DSTINC 0x0 RWH Destination Address Increment Size
This bit-field specifies the stride or number of unit data addresses to increment the destination address after each unit of data is transferred. The unit data width is controlled by the SIZE bit-field and can be a byte, half-word or word.
1
2
3
Value
0
Mode
ONE
TWO
FOUR
NONE
Description
Increment destination address by one unit data size after each write
Increment destination address by two unit data sizes after each write
Increment destination address by four unit data sizes after each write
Do not increment the destination address. Writes are made to a fixed destination address, for example writing to a FIFO.
SIZE 0x0 RWH
This field specifies the size of data transferred.
Unit Data Transfer Size
Value
0
1
2
Mode
BYTE
HALFWORD
WORD
Description
Each unit transfer is a byte
Each unit transfer is a half-word
Each unit transfer is a word
SRCINC 0x0 RWH Source Address Increment Size
This bit-field specifies the stride or number of unit data addresses to increment the source address after each unit of data is transferred. The unit data width is controlled by the SIZE bit-field and can be a byte, half-word or word.
Value
0
1
Mode
ONE
TWO
Description
Increment source address by one unit data size after each read
Increment source address by two unit data sizes after each read
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 136
23
22
Bit
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
Name
2
3
Reset
FOUR
NONE
Access Description
Increment source address by four unit data sizes after each read
Do not increment the source address. In this mode reads are made from a fixed source address, for example reading FIFO.
IGNORESREQ 0 RWH Ignore Sreq
The channel arbiter will ignore single requests (SREQ) and only respond to multiple requests (REQ) when this bit is set.
DECLOOPCNT 0 RWH Decrement Loop Count
When using looping, setting this bit will decrement the LOOPCNT field in the LDMA_CHx_LOOP register after each descriptor execution.
REQMODE 0 RWH DMA Request Transfer Mode Select 21
20
19:16
15
14:4
Value
0
1
Mode
BLOCK
ALL
Description
The LDMA transfers one BLOCKSIZE per transfer request.
One transfer request transfers all units as defined by the XFRCNT field.
DONEIFSEN 0 RWH DMA Operation Done Interrupt Flag Set Enable
Setting this bit will set the interrupt flag when the transfer is done, or linked in the case where the LINK bit is set, or synchronized in the case of a SYNC transfer.
BLOCKSIZE 0x0 RWH Block Transfer Size
This bit-field controls the number of unit data transfers per arbitration cycle
12
13
14
15
7
9
10
11
3
4
5
1
2
Value
0
Mode
UNIT1
UNIT2
UNIT3
UNIT4
UNIT6
UNIT8
UNIT16
UNIT32
UNIT64
UNIT128
UNIT256
UNIT512
UNIT1024
ALL
Description
One unit transfer per arbitration
Two unit transfers per arbitration
Three unit transfers per arbitration
Four unit transfers per arbitration
Six unit transfers per arbitration
Eight unit transfers per arbitration
Sixteen unit transfers per arbitration
32 unit transfers per arbitration
64 unit transfers per arbitration
128 unit transfers per arbitration
256 unit transfers per arbitration
512 unit transfers per arbitration
1024 unit transfers per arbitration
Transfer all units as specified by the XFRCNT field
BYTESWAP 0 RWH Endian Byte Swap
For word and half-word transfers, setting this bit will swap all bytes of each word or half-word.
XFERCNT 0x000 RWH DMA Unit Data Transfer Count
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 137
Bit
3
2
1:0
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
Name Reset Access Description
Specifies number of unit data (words, half-words, or bytes) to transfer, as determined by the SIZE field. The value written should be one less than the desired transfer count.
STRUCTREQ 0 W1 Structure DMA Transfer Request
When a linked descriptor is loaded with this bit set, it will immediately trigger a transfer.
Reserved
STRUCTTYPE
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 R DMA Structure Type
Value
0
1
2
Mode
TRANSFER
SYNCHRONIZE
WRITE
Description
DMA transfer structure type selected.
Synchronization structure type selected.
Write immediate value structure type selected.
7.6.21 LDMA_CHx_SRC - Channel Descriptor Source Data Address Register
Offset
0x090
Bit Position
Reset
Access
Name
Bit
31:0
Name
SRCADDR
Reset
0x00000000
Access Description
RWH Source Data Address
Writing to this register sets the source address. Reading from this register during a DMA transfer will indicate the next source read address. The value of this register is incremented or decremented with each source read.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 138
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.22 LDMA_CHx_DST - Channel Descriptor Destination Data Address Register
Offset
0x094
Bit Position
Reset
Access
Name
Bit
31:0
Name
DSTADDR
Reset
0x00000000
Access Description
RWH Destination Data Address
Writing to this register sets the destination address. Reading from this register during a DMA transfer will indicate the next destination write address. This value of this register is incremented or decremented with each destination write.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 139
EFM32JG1 Reference Manual
LDMA - Linked DMA Controller
7.6.23 LDMA_CHx_LINK - Channel Descriptor Link Structure Address Register
Offset
0x098
Bit Position
Reset
Access
Name
Bit
31:2
1
0
Name
LINKADDR
Reset
0x00000000
Access Description
RWH Link Structure Address
To use linking, write the address of the the first linked descriptor to this register. When a linked descriptor is loaded, it may also be linked to another descriptor. Reading this register will reflect the address of the next linked descriptor.
LINK 0 RWH Link Next Structure
After completing the initial transfer, if this bit is set, the DMA will load the next linked descriptor. If the next linked descriptor also has this bit set, the DMA will load the next linked descriptor.
LINKMODE 0 R Link Structure Addressing Mode
This field specifies the addressing mode of linked descriptors. After loading a linked descriptor, reading this field will indicate the addressing mode of the loaded linked descriptor. Note that the first descriptor always uses absolute addressing mode.
Value
0
1
Mode
ABSOLUTE
RELATIVE
Description
The LINKADDR field of LDMA_CHx_LINK contains the absolute address of the linked descriptor.
The LINKADDR field of LDMA_CHx_LINK contains the relative offset of the linked descriptor.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 140
EFM32JG1 Reference Manual
RMU - Reset Management Unit
8. RMU - Reset Management Unit
0 1 2 3 4
RESETn
POWERON
BROWNOUT
LOCKUP
SYSRESETREQ
WATCHDOG
Reset Management Unit RESET
8.1 Introduction
The RMU is responsible for handling the reset functionality of the EFM32 Jade Gecko.
8.2 Features
• Reset sources
• Power-on Reset (POR)
• Brown-out Detection (BOD) on the following power domains:
• Analog Unregulated Power Domain AVDD
• Digital Unregulated Power Domain DVDD
• Regulated Digital Domain DECOUPLE (DEC)
• RESETn pin reset
• Watchdog reset
• EM4 Hibernate/Shutoff wakeup reset from GPIO pin
• Software triggered reset (SYSRESETREQ)
• Core LOCKUP condition
• EM4 Hibernate/Shutoff Detection
• Configurable reset levels
• A software readable register indicates the cause of the last reset
Quick Facts
What?
The RMU ensures correct reset operation. It is responsible for connecting the different reset sources to the reset lines of the EFM32 Jade Gecko.
Why?
A correct reset sequence is needed to ensure safe and synchronous startup of the EFM32 Jade Gecko.
In the case of error situations such as power supply glitches or software crash, the RMU provides proper reset and startup of the EFM32 Jade Gecko.
How?
The Power-on Reset and Brown-out Detector of the
EFM32 Jade Gecko provides power line monitoring with exceptionally low power consumption. The cause of the reset may be read from a register, thus providing software with information about the cause of the reset.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 141
EFM32JG1 Reference Manual
RMU - Reset Management Unit
8.3 Functional Description
The RMU monitors each of the reset sources of the EFM32 Jade Gecko. If one or more reset sources go active, the RMU applies reset to the EFM32 Jade Gecko. When the reset sources go inactive the EFM32 Jade Gecko starts up. At startup the EFM32 Jade Gecko loads the stack pointer and program entry point from memory, and starts execution.
Figure 8.1 RMU Reset Input Sources and Connections on page 142
shows an overview of the reset system on EFM32 Jade Gecko.
PAD_RESETn
Filter
POR
EXTRSTTn
PORSTn
AVDD
DVDD
DEC
BOD
AVDDBODn
EXRST
WDOGRST
LOCKUPRST
SYSREQRST
BOD
DVDDBODn
BOD
DECBODn
Lockbit
EM4H/EM4S
Wakeup Resetn
EM4 Pin Wakeup cause
RCCLR
PORESETn
Reset Management Unit
EMU
RMU
FULLRESETn
Enable
Full
Reset
EXTRST
WDOGRST
LOCKUPRST
SYSREQRST
Enable
Extended
Reset
EXTRST
WDOGRST
LOCKUPRST
SYSREQRST
Enable
Limited
Reset
EXTENDEDRESETn
LIMITEDRESETn
EM4H/EM4S
Wakeup Resetn
EM4S only
FULLRESTn
CRYOTIMER,
LFOSC Ctrl
DEBUGRESETn
Debug Interface
SYSEXTENDEDRESETn
RTCC
VMON
RMU_RSTCAUSE
Enabled
Reset EM4
Figure 8.1 RMU Reset Input Sources and Connections
SYSRESETn
EM23 Wakeup
Resetn
EM23 and
Subsystem
SYSNORETRESETn
CORE,
CMU, and
Peripherals
CACHE
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 142
EFM32JG1 Reference Manual
RMU - Reset Management Unit
8.3.1 Reset levels
The reset sources on EFM32 Jade Gecko can be divided in two main groups; Hard resets and Soft resets.
The soft resets can be configured to be either DISABLED, LIMITED, EXTENDED or FULL. The reset level for soft reset sources is configured in the xxxRMODE bitfields in RMU_CTRL.
Table 8.1. Reset levels
RMU_CTRL_xxxRMODE
DISABLED
LIMITED
EXTENDED
FULL
The reset sources resulting in a soft reset are:
• Watchdog reset
• Lockup reset
• System reset request
• Pin reset
Parts of system reset
Nothing is reset, request will not be registered in
RMU_RSTCAUSE
Everything reset, with exception of CRYOTIMER, DEBUGGER,
RTCC, VMON and parts of CMU, RMU and EMU.
Everything reset, with exception of CRYOTIMER, DEBUGGER, and parts of CMU, RMU and EMU.
Everything reset, with exception of some registers in RMU and
EMU.
1
Pin reset can be configured to be either a soft or a hard reset, see 8.3.5 RESETn pin Reset
for details
Note: LIMITED and EXTENDED resets are synchronized to HFSRCCLK. If HFSRCCLK is slow, there will be latency on reset assertion.
If HFSRCCLK is not running, reset will be asserted after a timeout.
Hard resets will reset the entire chip, the reset sources resulting in a hard reset are:
• Power-on reset
• Brown-out reset
• Pin reset
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 143
EFM32JG1 Reference Manual
RMU - Reset Management Unit
8.3.2 RMU_RSTCAUSE Register
Whenever a reset source is active, the corresponding bit in the RMU_RSTCAUSE register is set. At startup the program code may investigate this register in order to determine the cause of the reset. The register is cleared upon POR and software write to
RMU_CMD_RCCLR. The register should be cleared after the value has been read at startup, otherwise the register may indicate multiple causes for the reset at next startup.
RMU_RSTCAUSE should be interpreted according to
Table 8.2 RMU Reset Cause Register Interpretation on page 144 . In Table
is invalidated (i.e. can not be trusted) one of the bits to the right of it does not match the table. X bits are don't care.
Note:
Notice that it is possible to have multiple reset causes. For example, an external reset and a watchdog reset may happen simultaneously.
Table 8.2. RMU Reset Cause Register Interpretation
X
X
X
X
X
RMU_RSTCAUSE
EM4R
ST
X
WDOG
RST
SYS-
REQR
ST
X X
X
X
X
X
X
X
X
X
X
X
X X 1
X
1
1
X
X
X
LOCK-
UPRS
T
EXTRS
T
DEC-
BOD
X X X
X
X
X
X
1
X
X
X
1
X
X
X
1
X
X
X
0
0
0
0
DVDD
BOD
AVDD-
BOD
PORS
T
X
X
0
X
X
1
0
0
0
X
X
0
X
1
X
0
0
0
0
0
0
1
0
0
0
0
0
Reset cause
Power on reset
Brown-out on AVDD power
Brown-out on DVDD power
Brown-out on DEC power
Pin reset
Lockup reset
System reset request
Watchdog reset
System has been in EM4
1 Pin reset configured as hard/soft
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 144
EFM32JG1 Reference Manual
RMU - Reset Management Unit
8.3.3 Power-On Reset (POR)
The POR ensures that the EFM32 Jade Gecko does not start up before the supply voltage V
DD
has reached the threshold voltage
VPORthr (see Device Datasheet Electrical Characteristics for details). Before the threshold voltage is reached, the EFM32 Jade Gecko is kept in reset state. The operation of the POR is illustrated in
Figure 8.2 RMU Power-on Reset Operation on page 145
, with the active low POWERONn reset signal. The reason for the “unknown” region is that the corresponding supply voltage is too low for any reliable operation.
V
V
DD
VPORthr
POWERONn
Unknown time
Figure 8.2 RMU Power-on Reset Operation
8.3.4 Brown-Out Detector (BOD)
The EFM32 Jade Gecko The BODs also include hysteresis, which prevents instability in the corresponding BROWNOUTn line when the supply is crossing the VBODthr limit or the AVDD bods drops below decouple pin (DEC). The operation of the BOD is illustrated in
Figure 8.3 RMU Brown-out Detector Operation on page 145
. The “unknown” regions are handled by the POR module.
VBODthr
V
DD
V
BROWNOUTn Unknown
VBODhyst
VBODhyst
Unknown time
Figure 8.3 RMU Brown-out Detector Operation
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 145
EFM32JG1 Reference Manual
RMU - Reset Management Unit
8.3.5 RESETn pin Reset
The pin reset on EFM32 Jade Gecko can be configured to be either hard or soft. By default, pin reset is configured as a soft reset source. To configure it as a hard reset, clear the PINRESETSOFT bit in CLW0 in the Lock bit page, see
pull-up resistor, and can therefore be left unconnected if no external reset source is needed. Also connected to the RESETn line is a filter which prevents glitches from resetting the EFM32 Jade Gecko.
8.3.6 Watchdog Reset
The Watchdog circuit is a timer which (when enabled) must be cleared by software regularly. If software does not clear it, a Watchdog reset is activated. This functionality provides recovery from a software stalemate. Refer to the Watchdog section for specifications and description. The Watchdog reset can be configured to cause different levels of reset as determined by WDOGRMODE in the
RMU_CTRL register.
8.3.7 Lockup Reset
A Cortex-M3 lockup is the result of the core being locked up because of an unrecoverable exception following the activation of the processor’s built-in system state protection hardware.
A Cortex-M3 lockup gives immediate indication of seriously errant kernel software. This is the result of the core being locked up due to an unrecoverable exception following the activation of the processor’s built in system state protection hardware. For more information about the Cortex-M3 lockup conditions see the ARMv7-M Architecture Reference Manual. The Lockup reset does not reset the Debug
Interface, unless configured as a FULL reset. The Lockup reset can be configured to cause different levels of reset as determined by the LOCKUPRMODE bits in the RMU_CTRL register. This includes disabling the reset.
8.3.8 System Reset Request
Software may initiate a reset (e.g. if it finds itself in a non-recoverable state). By asserting the SYSRESETREQ in the Application Interrupt and Reset Control Register, a reset is issued. The SYSRESETREQ does not reset the Debug Interface, unless configured as a
FULL reset. The SYSRESTREQ reset can be configured to cause different levels of reset as determined by SYSRESETRMODE bits in the RMU_CTRL register. This includes disabling the reset.
8.3.9 Reset state
The RESETSTATE bitfield in RMU_CTRL is a read-write register intended for software use only, and can be used to keep track of state throughout a reset. This bitfield if only reset by POR and hard pin reset.
8.3.10 Registers with alternate reset
Figure 8.1 RMU Reset Input Sources and Connections on page 142
shows an overview of how the different parts of the design are affected by the different levels of reset. For RMU, EMU and CMU there are some exceptions. These are given in the following tables.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 146
8.4 Registers with alternate reset
Alternate reset for registers in RMU
RMU reset levels
POR and hard pin reset
Alternate reset for registers in CMU
CMU reset levels
FULL reset
EXTENDED reset
Alternate reset for registers in EMU
EMU reset levels
POR, BOD, and hard pin reset
EXTENDED reset
FULL reset
RMU_CTRL
CMU_LFRCOCTRL
CMU_LFXOCTRL
CMU_LFECLKSEL
CMU_LFECLKEN0
CMU_LFEPRESC0
EMU_PWRCTRL
EMU_DCDCCTRL
EMU_DCDCMISCCTRL
EMU_DCDCZDETCTRL
EMU_DCDCCLIMCTRL
EMU_DCDCTIMING
EMU_DCDCLPVCTRL
EMU_DCDCLPCTRL
EMU_DCDCLNFREQCTRL
EMU_VMONAVDDCTRL
EMU_VMONALTAVDDCTRL
EMU_VMONDVDDCTRL
EMU_VMONIO0CTRL
EMU_EM4CTRL
EMU_PWRCFG
EMU_DCDCLNVCTRL_LNATT
EFM32JG1 Reference Manual
RMU - Reset Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 147
8.5 Register Map
The offset register address is relative to the registers base address.
Offset Name
Type
RW
R
W1
RW
RWH
Description
EFM32JG1 Reference Manual
RMU - Reset Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 148
8.6 Register Description
8.6.1 RMU_CTRL - Control Register
Offset
0x000
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
RMU - Reset Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 149
Bit
31:26
25:24
23:15
14:12
11
10:8
7
6:4
3
2:0
EFM32JG1 Reference Manual
RMU - Reset Management Unit
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
RESETSTATE 0x0 RW System Software Reset State
Bit-field for software use only. This field has no effect on the RMU and is reset by power-on reset and hard pin reset only.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
PINRMODE 0x4 RW PIN Reset Mode
Controls the reset level for Pin reset request. These settings only apply when PINRESETSOFT in CLW0 in the Lock bit page is set.
2
4
Value
0
1
1
2
Value
0
4
Mode
DISABLED
LIMITED
EXTENDED
FULL
Description
Reset request is blocked.
The CRYOTIMER, DEBUGGER, RTCC, are not reset.
The CRYOTIMER, DEBUGGER are not reset. RTCC is reset.
The entire device is reset except some EMU and RMU registers.
Reserved
SYSRMODE
To ensure compatibility with future devices, always write bits to 0. More information in
0x2 RW Core Sysreset Reset Mode
Controls the reset level for Core SYSREST reset request.
Mode
DISABLED
LIMITED
EXTENDED
FULL
Description
Reset request is blocked.
The CRYOTIMER, DEBUGGER, RTCC, are not reset.
The CRYOTIMER, DEBUGGER are not reset. RTCC is reset.
The entire device is reset except some EMU and RMU registers.
Reserved
LOCKUPRMODE
To ensure compatibility with future devices, always write bits to 0. More information in
0x2 RW Core LOCKUP Reset Mode
Controls the reset level for Core LOCKUP reset request.
1
2
4
Value
0
Mode
DISABLED
LIMITED
EXTENDED
FULL
Description
Reset request is blocked.
The CRYOTIMER, DEBUGGER, RTCC, are not reset.
The CRYOTIMER, DEBUGGER are not reset. RTCC is reset.
The entire device is reset except some EMU and RMU registers.
1
2
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
WDOGRMODE 0x4 RW
Controls the reset level for WDOG reset request.
WDOG Reset Mode
Value
0
Mode
DISABLED
LIMITED
EXTENDED
Description
Reset request is blocked. This disable bit is redundant with enable/ disable bit in WDOG
The CRYOTIMER, DEBUGGER, RTCC, are not reset.
The CRYOTIMER, DEBUGGER are not reset. RTCC is reset.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 150
Bit Name
4
Reset
FULL
EFM32JG1 Reference Manual
RMU - Reset Management Unit
Access Description
The entire device is reset except some EMU and RMU registers.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 151
EFM32JG1 Reference Manual
RMU - Reset Management Unit
8.6.2 RMU_RSTCAUSE - Reset Cause Register
Offset
0x004
Reset
Access
Name
Bit Position
1
0
Bit
31:17
16
15:12
11
10
9
8
7:5
4
3
2
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
EM4RST 0 R EM4 Reset
for details on how to interpret this bit.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
WDOGRST 0 R Watchdog Reset
SYSREQRST 0 R System Request Reset
Register Interpretation on page 144
for details on how to interpret this bit.
LOCKUPRST 0 R LOCKUP Reset
Set if a LOCKUP reset has been requested. Must be cleared by software. Please see
Table 8.2 RMU Reset Cause Register
for details on how to interpret this bit.
EXTRST 0 R External Pin Reset
Set if an external pin reset has been performed. Must be cleared by software. Please see
Register Interpretation on page 144
for details on how to interpret this bit.
Reserved
DECBOD
To ensure compatibility with future devices, always write bits to 0. More information in
0 R Brown Out Detector Decouple Domain Reset
8.2 RMU Reset Cause Register Interpretation on page 144
for details on how to interpret this bit.
DVDDBOD 0 R Brown Out Detector DVDD Reset
8.2 RMU Reset Cause Register Interpretation on page 144
for details on how to interpret this bit.
AVDDBOD 0 R Brown Out Detector AVDD Reset
8.2 RMU Reset Cause Register Interpretation on page 144
for details on how to interpret this bit.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
PORST 0 R Power On Reset
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 152
EFM32JG1 Reference Manual
RMU - Reset Management Unit
8.6.3 RMU_CMD - Command Register
Offset
0x008
Reset
Access
Name
Bit Position
Bit
31:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
RCCLR 0 W1
Set this bit to clear the RSTCAUSE register.
Reset Cause Clear
8.6.4 RMU_RST - Reset Control Register
Offset
0x00C
Reset
Access
Name
Bit
31:0
Name
Reserved
Bit Position
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 153
EFM32JG1 Reference Manual
RMU - Reset Management Unit
8.6.5 RMU_LOCK - Configuration Lock Register
Offset
0x010
Reset
Access
Name
Bit Position
Bit
31:16
15:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LOCKKEY 0x0000 RWH Configuration Lock Key
Write any other value than the unlock code to lock RMU_CTRL and RMU_RST from editing. Write the unlock code to unlock. When reading the register, bit 0 is set when the lock is enabled.
Value Description Mode
Read Operation
UNLOCKED
LOCKED
Write Operation
LOCK
UNLOCK
0
1
0
0xE084
RMU registers are unlocked
RMU registers are locked
Lock RMU registers
Unlock RMU registers
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 154
9. EMU - Energy Management Unit
0 1 2 3 4
EFM32JG1 Reference Manual
EMU - Energy Management Unit
Quick Facts
What?
The EMU (Energy Management Unit) handles the different low energy modes in EFM32 Jade Gecko
Why?
The need for performance and peripheral functions varies over time in most applications. By efficiently scaling the available resources in real-time to match the demands of the application, the energy consumption can be kept at a minimum.
How?
With a broad selection of energy modes, a high number of low-energy peripherals available even in
EM2 DeepSleep, and short wake-up time (2 µs from
EM2 DeepSleep and EM3 Stop), applications can dynamically minimize energy consumption during program execution.
9.1 Introduction
The Energy Management Unit (EMU) manages all the low energy modes (EM) in EFM32 Jade Gecko. Each energy mode manages if the CPU and the various peripherals are available. The energy modes range from EM0 Active to EM4 Shutoff. EM0 Active mode provides the highest amount of features enabling the CPU, and peripherals with highest clock frequency. While EM4 Shutoff Mode provides the lowest power state allowing the part to return to EM0 Active on a wakeup condition. The EMU also controls the various power routing configurations, internal regulators settings, and voltage monitoring needed for optimal power configuration and protection.
9.2 Features
The primary features of the EMU are listed below:
• Energy Modes control
• Entering EM4 Hibernate or EM4 Shutoff
• Configure the regulators and clocks for each Energy Mode
• Configure various EM4 Hibernate/Shutoff wakeup conditions
• Configure RAM power and retention settings
• Configure GPIO retention settings
• Power routing configurations
• DCDC control
• Internal power switches allowing for extensible system power architecture
• Temperature measurement control and status
• Brown Out Detection
• Voltage Monitoring
• Four dedicated continous monitor channels
• Optional monitor features include interrupt generation, low power mode wakeup, EM4 Entry,&
• State Retention
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 155
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3 Functional Description he EMU is responsible for managing the wide range of energy modes available in EFM32 Jade Gecko. The block works in harmony with the entire platform to easily transition between energy modes in the most efficient manner possible. The following diagram
, shows the relative connectivity to the various blocks in the system.
Peripheral bus
Control and
Status Registers
Energy Management Unit
State Machine & Control
Memory
System
Oscillators
Voltage
Regulators
CPU Core
(Not all devices)
PRS
Interrupt
Handler
The combined state of these modules defines the required energy mode
Figure 9.1 EMU Overview
The EMU is available on the peripheral bus. The energy management state machine controls the internal voltage regulators, oscillators, memories and interrupt system. Events, interrupts and resets can trigger the energy management state machine to return to the active state. This is further described in the following sections.
The power architecture is highly configurable to meet system power performance needs. Several external power configurations are supported. The EMU allows flexible control of internal DCDC, Digital Regulator (DIGREG), and internal power switching.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 156
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3.1 Energy Modes
EFM32 Jade Gecko features six main energy modes, referred to as Energy Mode 0 (EM0 Active) through Energy Mode 4 (EM4 Shutoff). The Cortex-M3 is only available for program execution in EM0 Active. In EM0 Active/EM1 Sleep any peripheral function can be enabled. EM2 DeepSleep through EM4 Shutoff, also referred to as low energy modes, provide a significantly reduced energy consumption while still allowing a rich set of peripheral functionality. The following
Table 9.1 table on page 157 shows the possible transitions
between different energy modes.
Table 9.1. Energy Mode Transitions
Current Mode
EM0 Active
EM1 Sleep
EM2 DeepSleep
EM3 Stop
EM4 Hibernate
EM4 Shutoff
EM Transition Action
Enter EM0 Active
Enter EM1
Sleep
Sleep (WFI,
WFE)
IRQ
Enter EM2
DeepSleep
Deep Sleep
(WFI, WFE)
EnterEM3
Stop
Deep Sleep
(WFI, WFE)
Peripheral wake up done
Peripheral wake up done
EnterEM4 Hibernate
EM4 Entry
Enter EM4
Shutoff
EM4 Entry
IRQ
IRQ
Peripheral wake up req
Peripheral wake up req
Wake Up
Wake Up
1 Peripheral wakeup from EM2/3 to EM1 and then automatically back to EM2/3 when done.
The ADC, and LEUART have the ability to temporarily wakeup up the part from either EM2 DeepSleep or EM3 Stop to EM1 Sleep in order to transfer data. Once completed, the part is automatically placed back into the EM2 DeepSleep or EM3 Stop mode.
The Core can always request to go to EM1 Sleep with the WFI or WFE command during EM0 Active. The core will be prevented from entering EM2 DeepSleep, EM3 Stop, EM4 Hibernate, or EM4 Shutoff if Flash is programming or erasing.
An overview of supported energy modes and available functionality is shown in
Table 9.2 Table 2. EMU Energy Mode Overview on page 157
. By default, the system is configured in the lowest configuration within each energy mode. Functionality may be selectively enabled.
Table 9.2. EMU Energy Mode Overview
Wakeup time to EM0 Active/EM1 Sleep
Core Active
High frequency clock and peripherals
High frequency oscillator
Low frequency clock and peripherals
Low frequency oscillator
Ultra low frequency clock and peripherals on
Digital logic and system RAM retained
RTCC RAM Retained
Available
Available
-
EM0 Active EM1 Sleep EM2 Deep-
Sleep
2 µs
On
Available
Available
-
Available
Available
-
-
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
-
-
-
-
EM3 Stop
2 µs
Available
Available
Available
Available
Available
Available
Available
Available
-
-
-
EM4 Hibernate
160 µs
Available
Available
Available
EM4 Shutoff
-
-
-
160 µs
Available
Available
Available
-
Available
-
-
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 157
LEUART (Low Energy UART)
I 2 C
ACMP (Analog Comparator)
PCNT (Pulse Counter)
LETIMER (Low Energy Timer)
WDOG (Watchdog)
RTCC (Real Time Clock)
CRYOTIMER
Pin interrupts
TEMPCHANGE (Temperature Change)
VMON Wakeup or Reset
DCDC
BOD/Power On Reset
Pin Reset
GPIO state retention
Available
Available
Available
Available
Available
On
On
On
EM0 Active EM1 Sleep EM2 Deep-
Sleep
Available
Available
Available
Available
Available
Available
Available Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
On
On
On
Available
Available
Available
Available
Available
On
On
On
EM3 Stop
-
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
Available
On
On
On
EFM32JG1 Reference Manual
EMU - Energy Management Unit
-
-
-
-
-
EM4 Hibernate
-
Available
Available
Available
Available
Available
Available
On
On
On
EM4 Shutoff
-
-
-
-
-
-
-
Available
-
On
On
On
-
-
Available
1 approximate time. refer to datasheet
2 HFXO can be kept running in EM2 DeepSleep
3 I2C functionality limited to receive address recognition
4 ACMP functionality limited to edge interrupt
5 Must be using ULFRCO
6 Pin wakeup from selected pins.
The different Energy Modes are summarized in the following sections.
9.3.1.1 EM0 Active
EM0 Active provides all system features.
• Cortex-M3 is executing code
• High and low frequency clock trees are active
• All peripheral functionality is available
9.3.1.2 EM1 Sleep
EM1 Sleep disables the core but leaves the remaining system fully available.
• Cortex-M3 is in sleep mode. Clocks to the core are off
• High and low frequency clock trees are active
• All peripheral functionality is available
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 158
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3.1.3 EM2 DeepSleep
This is the first level into the low power energy modes. Most of the high frequency peripherals are disabled or have reduced functionality. Memory and registers retain their values.
• Cortex-M3 is in sleep mode. Clocks to the core are off
• High frequency clock tree is inactive
• High frequency oscillator may still be enabled for fast startup
• Low frequency clock tree are still active
• The following low frequency peripherals are available
• RTCC, WDOG, LEUART, LETIMER, PCNT, CRYOTIMER
• Wakeup to EM0 Active through
• Peripheral interrupt, reset pin, power on reset, asynchronous pin interrupt, I2C address recognition, or ACMP edge interrupt
• RAM and register values are preserved
• Options
• Ability to have DIGREG in full power mode for fast wakeup
• Selectively pick which memories to retain
9.3.1.4 EM3 Stop
This low energy mode has both high frequency and low frequency clocks stopped. Most peripherals are disabled or have reduced functionality. Memory and registers retain their values.
• Cortex-M3 is in sleep mode. Clocks to the core are off
• High frequency clock tree is inactive
• High frequency oscillator may still be enabled for fast startup
• Low frequency clock tree is inactive
• The following low frequency peripherals are available if using ULFRCO
• RTCC, WDOG, CRYOTIMER
• Wakeup to EM0 Active through
• Peripheral interrupt, reset pin, power on reset, asynchronous pin interrupt, I2C address recognition, or ACMP edge interrupt
• RAM and register values are preserved
• Options
• Ability to have DIGREG in full power mode for fast wakeup
• Selectively pick which memories to retain
9.3.1.5 EM4 Hibernate
The majority of peripherals are shutoff to reduce leakage power. A few selected peripherals are available. System memory and registers do not retain values. GPIO PAD state and RTCC RAM are retained. Wakeup from EM4 Hibernate requires a reset to the system, returning it back to EM0 Active
• Cortex-M3 is off
• High frequency clock tree is off
• Low frequency clock tree may be active
• The following low frequency peripherals are available
• RTCC, CRYOTIMER
• Wakeup to EM0 Active through
• VMON, TEMPCHANGE, RTCC, CRYOTIMER, reset pin, power on reset, asynchronous pin interrupt
• RTCC RAM retained
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 159
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3.1.6 EM4 Shutoff
EM4 Shutoff is the lowest energy mode of the part. There is no retention except for GPIO PAD state. Wakeup from EM4 Shutoff requires a reset to the system, returning it back to EM0 Active
• Cortex-M3 is off
• High frequency clock tree is off
• Low frequency clock tree may be active
• The following low frequency peripherals are available
• CRYOTIMER
• Wakeup to EM0 Active through
• CRYOTIMER, reset pin, power on reset, asynchronous pin interrupt
9.3.2 Entering Low Energy Modes
The following sections describe the requirements for entering the various Energy Modes.
9.3.2.1 Entry into EM1 Sleep
Energy mode EM1 Sleep is entered when the Cortex-M3 executes the Wait For Interrupt (WFI) or Wait For Event (WFE) instruction while the SLEEPDEEP bit the Cortex-M3 System Control Register is cleared. The MCU can re-enter sleep automatically out of an Interrupt Service Routine (ISR) if the SLEEPONEXIT bit in the Cortex-M3 System Control Register is set. Refer to ARM documentation on entering Sleep modes.
Alternately, EM1 Sleep can be entered from either EM2 DeepSleep or EM3 Stop from a Peripheral Wakeup Request allowing transfers from the Peripheral to System RAM. On EFM32, the ADC, or LEUART peripherals can request this wakeup event. Please refer to their respective register specification to enable this option. The system will return back to EM2 DeepSleep or EM3 Stop once the ADC, or
LEUART have completed its transfers and processing.
During Peripheral Wakeup Request, additional system resources such as FLASH and other Peripherals can be enabled for access.
Refer to EMU_PERWUCONF for more details into system options.
9.3.2.2 Entry into EM2 DeepSleep or EM3 Stop
Energy mode EM2 DeepSleep or EM3 Stop is entered when all of the following conditions are true:
• IDAC is curently not updating output.
• Cortex-M3 (if present) is in DEEPSLEEP state
• Flash Program/Erase Inactive
• DMA done with all current requests
Entry into EM2 DeepSleep and EM3 Stop can be blocked by setting the EMU_CTRL->EM2BLOCK bit.
Note: When EM2 DeepSleep or EM3 Stop entry is blocked, the part is not able to enter a lower energy state. The core will be in a sleep state, similar to EM1, where it is waiting for a proper interrupt of other valid wakeup event. Once the blocking conditions are removed, then the part will automatically enter a lower energy state.
Energy mode EM2 DeepSleep is entered from EM0 Active when the Cortex-M3 executes the Wait For Interrupt (WFI) or Wait For Event
(WFE) instruction while the SLEEPDEEP bit the Cortex-M3 System Control Register is set. The MCU can re-enter DeepSleep automatically out of an Interrupt Service Routine (ISR) if the SLEEPONEXIT bit in the Cortex-M3 System Control Register is set. Refer to ARM documentation on entering Sleep modes.
9.3.2.3 Entry into EM4 Hibernate
Energy mode EM4 Hibernate and EM4 Shutoff is entered through register access.
Entry into EM4 Hibernate/Shutoff will be blocked by setting the EMU_CTRL->EM2BLOCK bit. Software must ensure no modules are active, such as RAC, when entering EM4 Hibernate/Shutoff.EM4CTRL->EM4STATE field must be configured to select either Hibernate
(EM4H) or Shutoff (EM4S) mode prior to entering EM4.
Software may enter EM4 Hibernate/Shutoff from EM0 Active by writing the sequence 2-3-2-3 to EM4CTRL->EM4ENTRY bit field.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 160
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3.3 Exiting a Low Energy Mode
A system in EM2 DeepSleep and EM3 Stop can be woken up to EM0 Active through regular interrupt requests from active peripherals.
Since state and RAM retention is available, the EFM32 is fully restored and can continue to operate as before it went into the Low
Energy Mode.
Wakeup from EM4 Hibernate or EM4 Shutoff is performed through reset. Wakeup from a specific module must be enabled en
EMU_EM4WUCONF.
Enabled interrupts that can cause wakeup from a low energy mode are shown in
Table 9.3 EMU Wakeup Triggers from Low Energy
. The wakeup triggers always return the EFM32 to EM0 Active/EM1 Sleep. Additionally, any reset source will return to EM0 Active.
Table 9.3. EMU Wakeup Triggers from Low Energy Modes
Peripheral
LEUART (Low Energy Uart)
LETIMER
I 2 C
ACMP
PCNT
CRYOTIMER
RTCC
VMON
TEMPCHANGE
CRYOTIMER
Pin Interrupts
Reset Pin
Power
Wakeup Trigger
Receive / transmit
Any enabled interrupt
Receive address recognition
Any enabled edge interrupt
Any enabled interrupt
Timeout
Any enabled interrupt
Rising or falling edge on any monitored power
Measured temperature outside the defined limits
Timeout
Yes
Yes
Yes
Transition
Assertion
Cycle Off/On
Yes
Yes
Yes
Yes
EM2 Deep-
Sleep
Yes -
EM3 Stop EM4 Hibernate
EM4 Shutoff
-
Yes
Yes
-
Yes
-
-
-
-
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
-
-
-
Yes
Yes
-
-
-
-
-
Yes
Yes
1 When using an external clock
2 Corresponding bit in EMU_WUEN must be set.
3 Only available on a subset of the pins. Please refer to the Data Sheet for details.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 161
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3.4 Power Configurations
The EFM32 Jade Gecko allows up to 2 external hookup configurations with additional options giving flexible power architecture selection.
In order to provide the lowest power consuming solutions, the EFM32 Jade Gecko comes with a DCDC module to power internal circuits. The DCDC requires an external inductor and capacitor (please refer to the Data Sheet for preferred values).
The EFM32 Jade Gecko has 5 internal power domains: DCDC, Analog Blocks, FLASH, DVDD, and Low Voltage Digital Logic (also referred to as DECOUPLE). Additional detail for each configuration and option is given in the following sections.
When assigning supply sources, the following requirement must be adhered to:
• VREGVDD = AVDD (Must be the highest voltage in the system)
• VREGVDD >= DVDD
• VREGVDD >= IOVDD
• DVDD >= DECOUPLE
The system boots up in a safe power state but must be immediately programmed to the desired configuration by writing to the
EMU_PWRCFG->PWRCFG bitfield. Out of POR, the PWRCFG is set to STARTUP, locking access to various power control registers.
Once written, the PWRCFG cannot be changed.
9.3.4.1 Power Configuration Selection
The following decision tree should be used to help select the best power configuration for your system.
Does your system need to be pin backwards compatible with legacy Gecko Products
No
Yes
Power Config CFG1:
No DCDC
Yes
Lowest power application
Power Config CFG2:
DCDC powers DVDD
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 162
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3.4.2 Power Configuration 0: STARTUP
The part boots up in STARTUP Power Configuration 0. This mode is the default mode and allows power up with all other power configurations. The power is bypassed internally through the DCDC module to the digital regulator. The internal digital regulator powers the
Digital Logic and connected DECOUPLE pin. All other power pins, regardless of external configuration, will be brought up to the Main
Supply. The PWRCFG register can only be written once to a valid value and is then locked. This should be done immediately out of boot to select the proper power configuration. The DCDC and PWRCTRL registers will be locked until the PWRCFG register is configured.
Main
Supply
+
VREGVDD
DCDC
AVDD_*
Bypass
ON
DCDC
Driver
Analog
Blocks
FLASH
VREGSW DVDD
Digital
Regulator
DEC
Digital
Logic
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 163
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3.4.3 Power Configuration 1: No DCDC (NODCDC)
In this configuration the power is bypassed internally through the DCDC to the digital regulator. The internal digital regulator powers the
Digital Logic and connected DECOUPLE pin. The Main Supply is connected to all of the other power pins. This configuration is backward pin compatibility with legacy products where there is no dcdc.
Main
Supply
+
VREGVDD
DCDC
AVDD_*
Bypass
ON
DCDC
Driver
Analog
Blocks
FLASH
VREGSW DVDD
Digital
Regulator
DEC
Digital
Logic
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 164
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3.4.4 Power Configuration 2: DCDC to DVDD (DCDCTODVDD)
Power Configuration 2 allows for a lower power configuration with VDCDC connected to DVDD externally. The Analog Blocks can be connected to the VDCDC supply internally using the ANASW register bit. This allows for a tradeoff between lower power from DCDC vs. lower noise from Main Supply. The DCDC can be put into High Performance or Low Power mode. Additionally, the DCDC can transition back and forth between bypass mode and regulation mode, allowing for additional savings when Main Supply drops too low for efficient regulation.
Main
Supply
+
VREGVDD AVDD_*
DCDC
Bypass
MODE=OFF
ANASW
Analog
Blocks
DCDC
Driver
Digital
Regulator
VREGSW DVDD DEC
VDCDC
L
FLASH
Digital
Logic
In DCDCTODVDD power configuration, the Main Supply can drop to a level that becomes inefficient for the DCDC module to drive
VDCDC. In this case, the system can be dynamically switched into DCDC bypass mode as seen the following diagram. The DCDC is effectively turned off. Once the Main Supply margin returns, the system can be switched back into DCDC regulation mode.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 165
EFM32JG1 Reference Manual
EMU - Energy Management Unit
Main
Supply
+
VREGVDD AVDD_*
DCDC
Bypass
MODE=ON
ANASW
Analog
Blocks
DCDC
Driver
Digital
Regulator
VREGSW DVDD DEC
VDCDC
L
FLASH
Digital
Logic
9.3.5 IOVDD Connections and Pad state
The IOVDD can be connected to either the DCDC Output or Battery supply. When powered from the DCDC, the system must be designed with consideration into the maximum power consumption allowable from DCDC. Refer to datasheet for DCDC specification.
IOVDD must be less than or equal to AVDD.
9.3.6 DC-to-DC Interface
The EFM32 Jade Gecko features a DC-to-DC power converter which requires a single external inductor and a single external capacitor.
The converter takes the VREGVDD input voltage and converts it down to an output range between VREGVDD and 1.8V with the peak efficency of approximately 85% in either low-noise (LN) mode or low-power (LP) mode. Refer to datasheet for DCDC specification.
The low noise (LN) controller contains an RC ramp oscillator. The ramp gets compared to an error voltage which is the difference between a feed-back sense voltage and an internal reference. The output of the comparator becomes a modulated pulse. This pulse goes to the external LC filter in order to generate the regulated voltage. The LN controller supports load current from sub-mA to approximately 200mA.
The low power (LP) controller contains a ring oscillator which gets turned on once the feed-back voltage drops below the internal reference. The pulse train charges up the external capacitor and once the feed-back voltage is at the expected level, the osicllator turns offf.
The mode uses a comparator with hysteresis. The LP controller supports load current upto approximately 10mA.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 166
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3.6.1 DC-to-DC Programming Guidelines
To enable DC-to-DC, first configure the PWRCFG register to DCDCTODVDD to unlock access to DCDC registers. Set the DCDC feedback source register, EMU_PWRCTRL->DCDCVREGSEL, to be DVDD . Set the desired output voltage level for both LP and LN modes using translation table in the Device Information page (DI) and writing to EMU_DCDCLNVCTRL and EMU_DCDCLPCTRL registers.
Last step is to enable the DCDC by setting the DCDCMODE to LOWNOISE setting. Software can change the MODE after
DCDCCTRLBUSY bit in the DCDCSYNC register goes to zero. The EMU will automatically configure DCDC to LOWPOWER when entering EM2 DeepSleep, EM3 Stop, or EM4 Hibernate/Shutoff and revert back to DCDCMODE mode setting when exiting back to EM0
Active or EM1 Sleep.
Note: Refer to Application Note AN0948: "Power Configurations and DC-DC" for more information. Application Notes can be found on the Silicon Labs website (www.silabs.com/32bit-appnotes) or using the [Application Notes] tile in Simplicity Studio.
9.3.7 Brown Out Detector (BOD)
9.3.7.1 AVDD BOD
The EFM32 Jade Gecko has a fast response Brown Out Detector (BOD) that are always present. These BOD ensure the minimal supply is provided to AVDD supply, which is also connected VREGVDD. System reset will be applied once triggered.
Note: In EM4 Hibernate/Shutoff a low power version of the AVDD BOD, called EM4BOD, is available to trigger a reset at level lower than in other enery modes. All Other BOD's are disabled during EM4 Hibernate/Shutoff
9.3.7.2 DVDD and DECOUPLE BOD
Additional BODs will monitor DVDD and DECOUPLE during EM0 Active through EM3 Stop. This can cause reset to the internal logic, but will not reset the supply selection nor RTCC.
9.3.8 Voltage Monitor (VMON)
The EFM32 features an extremely low energy Voltage Monitor (VMON) capable of running down to EM4 Hibernate. Trigger points are preloaded but may be reconfigured.
• AVDD X 2
• DVDD
• IOVDD0
Table 9.4. VMON Events
Feature
Hysteresis (separate rise and fall triggers)
Interrupt
Wakeup from EM4 Hibernate
-
Condition
Fall or Rise
Fall or Rise
AVDD
Yes
Yes
Yes
The status of the VMON is reflected in the EMU_STATUS register.
The status of the sticky interrupt can be found at EMU_IF.
-
DVDD
Yes
Yes
-
DEC
Yes
Yes
-
IOVDD
Yes
Yes
9.3.9 Powering off SRAM blocks
SRAM blocks may be powered off using the EMU->RAM0CTRL POWERDOWN fields. One SRAM block will always be powered on for proper system functionality.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 167
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.3.10 Temperature Sensor Status
EMU provides low energy periodic temperature measurement. Temperature measurement is taken every 250ms with results stored in
EMU->TEMP register.
Note: EMU temperature sensor is always running (except in EM4 Shutoff) and is independent from ADC temperature sensor.
The EMU provides the following features around temperature changes
• Wakeup from EM4 Hibernate on Temperature Change
• Interrupt from High Level Trip
• Interrupt from Low Level Trip
9.3.11 Registers latched in EM4
The following registers will be latched when enterring EM4. After wakeup from EM4, these registers will be reset and require reprogramming prior to writing the EMU_CMD_EM4UNLATCH command.
• CMU_LFRCOCTRL
• CMU_LFXOCTRL
• CMU_LFECLKSEL
• CMU_LFECLKEN0
• CMU_LFEPRESC0
9.3.12 Register Resets
Each EMU register requires retaining state in various energy modes and power transitions and will consequently need to be reset with a different condtion. The following reset conditions will apply to the appropriate set of registers as marked in the Register Description table.
• Reset with POR or Hard Pin Reset
• Reset with POR, Hard Pin Reset, or any BOD reset
• Reset with SYSEXTENDEDRESETn
• Reset with FULLRESETn (default)
If a register field is not marked with a specific reset condition then it is assumed to be reset with FULLRESETn.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 168
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.4 Register Map
The offset register address is relative to the registers base address.
Offset Name
RW
RW
RW
RW
R
R
W1
(R)W1
RW
RW
W1
RW
RW
Type
RW
R
RWH
RW
RW
RW
RW
RW
RW
RW
R
RW
RW
RW
RWH
RW
Description
Temperature limits for interrupt generation
Value of last temperature measurement
Regulator and Supply Lock Register
DCDC Miscellaneous Control Register
DCDC Power Train NFET Zero Current Detector Control Register
DCDC Power Train PFET Current Limiter Control Register
DCDC Low Noise Voltage Register
DCDC Controller Timing Value Register
DCDC Low Power Voltage Register
DCDC Low Power Control Register
DCDC Low Noise Controller Frequency Control
Alternate VMON AVDD Channel Control
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 169
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5 Register Description
9.5.1 EMU_CTRL - Control Register
Offset
0x000
Reset
Access
Name
Bit Position
Bit
31:2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
EM2BLOCK 0 RW Energy Mode 2 Block
This bit is used to prevent the MCU to enter Energy Mode 2 or lower.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 170
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.2 EMU_STATUS - Status Register
Offset
0x004
Reset
Access
Name
Bit Position
Bit
31:21
20
19:9
8
7:5
4
3
2
1
0
Name
Reserved
EM4IORET
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 R IO Retention Status
The status of IO retention. Will be set upon EM4 entry based on EM4IORETMODE in EMU_EM4CTRL. Cleared by setting
EM4UNLATCH in EMU_CMD, and can also be cleared in EM4H by the VMON.
Value
0
1
Mode
DISABLED
ENABLED
Description
IO retention is disabled.
IO retention is enbled.
Reserved
VMONFVDD
To ensure compatibility with future devices, always write bits to 0. More information in
0 R VMON VDDFLASH Channel.
Indicates the status of the VDDFLASH channel of the VMON.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
VMONIO0 0 R VMON IOVDD0 Channel.
Indicates the status of the IOVDD0 channel of the VMON.
VMONDVDD 0 R VMON DVDD Channel.
Indicates the status of the DVDD channel of the VMON.
VMONALTAVDD 0 R Alternate VMON AVDD Channel.
Indicates the status of the Alternate AVDD channel of the VMON.
VMONAVDD 0 R VMON AVDD Channel.
Indicates the status of the AVDD channel of the VMON.
VMONRDY 0 R VMON ready
VMON status. When high, this bit indicates that all the enabled channels are ready. When low, it indicates that one or more of the enabled channels are not ready.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 171
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.3 EMU_LOCK - Configuration Lock Register
Offset
0x008
Reset
Access
Name
Bit Position
Bit
31:16
15:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LOCKKEY 0x0000 RWH Configuration Lock Key
Write any other value than the unlock code to lock all EMU registers, except the interrupt registers and regulator control registers, from editing. Write the unlock code to unlock. When reading the register, bit 0 is set when the lock is enabled.
Value Description Mode
Read Operation
UNLOCKED
LOCKED
Write Operation
LOCK
UNLOCK
0
1
0
0xADE8
EMU registers are unlocked
EMU registers are locked
Lock EMU registers
Unlock EMU registers
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 172
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.4 EMU_RAM0CTRL - Memory Control Register
Offset
0x00C
Reset
Access
Name
Bit Position
Bit
31:4
3:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
RAMPOWERDOWN 0x0 RW RAM0 blockset power-down
RAM blockset power-down in EM23 with full access in EM01. Block 0 (address range 0x20000000-0x20003FFF) may never be powered down.
Value
0
8
12
14
15
Mode
NONE
BLK4
BLK3TO4
BLK2TO4
BLK1TO4
Description
None of the RAM blocks powered down
Power down RAM blocks 4 and above (address range
0x20006000-0x20007BFF)
Power down RAM blocks 3 and above (address range
0x20004000-0x20007BFF)
Power down RAM blocks 2 and above (address range
0x20002000-0x20007BFF)
Power down RAM blocks 1 and above (address range
0x20001000-0x20007BFF)
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 173
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.5 EMU_CMD - Command Register
Offset
0x010
Reset
Access
Name
Bit Position
Bit
31:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
EM4UNLATCH 0 W1 EM4 Unlatch
When entering EM4, several registers will be latched in order to maintain constant functionality throughout EM4. Upon wakeup, these registers will be reset and can have contradictory values to the latched values. To ensure a seamless transition from EM4 to EM0, the unlatch command should be given after properly reconfiguring these latched registers. The unlatch command can be executed after any reset condition but is only needed after EM4 wakeup.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 174
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.6 EMU_EM4CTRL - EM4 Control Register
Offset
0x018
Reset
Access
Name
Bit Position
2
1
0
Bit
31:18
17:16
15:6
5:4
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
EM4ENTRY 0x0 W1 Energy Mode 4 Entry
This register is used to enter the Energy Mode 4 sequence. Writing the sequence 2,3,2,3,2,3,2,3,2 will enter the part into
Energy Mode 4.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
EM4IORETMODE 0x0 RW EM4 IO Retention Disable
Determine when IO retention will be applied and removed.
Mode
DISABLE
EM4EXIT
SWUNLATCH
3
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 175
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.7 EMU_TEMPLIMITS - Temperature limits for interrupt generation
Offset
0x01C
Bit Position
Reset
Access
Name
Bit
31:17
16
15:8
7:0
Name
Reserved
EM4WUEN
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW Enable EM4 Wakeup due to low/high temerature
Enable EM4 wakeup from low or high temperature from EM4H
TEMPHIGH 0xFF RW Temperature High Limit
The TEMPHIGH interrupt flag is set when a periodic temperature measurement is equal to or higher than this value
TEMPLOW 0x00 RW Temperature Low Limit
The TEMPLOW interrupt flag is set when a periodic temperature measurement is equal to or lower than this value
9.5.8 EMU_TEMP - Value of last temperature measurement
Offset
0x020
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
TEMP 0xXX R Temperature Measurement
Value of last periodic temperature measurement. Value is asynchronously updated. Value is stable for 250ms after a Temperature based interupt and can be read with a single read operation. Otherwise, reading register not based on interrupt generation will require reading multiple times until two consequetive values are the same.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 176
9.5.9 EMU_IF - Interrupt Flag Register
Offset
0x024
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
EMU - Energy Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 177
Bit
31
30
29
28:25
24
23:21
20
19
18
17
16
15
14
13:8
7
6
5
4
3
2
EFM32JG1 Reference Manual
EMU - Energy Management Unit
Name
TEMPHIGH
Reset
0
Access Description
R Temperature High Limit Reached
Set when the value of a periodic remperature measurement is higher or equal than TEMPHIGH in EMU_TEMPLIMITS
TEMPLOW 0 R Temperature Low Limit Reached
Set when the value of a periodic remperature measurement is lower or equal than TEMPHIGH in EMU_TEMPLIMITS
TEMP 0 R New Temperature Measurement Valid
Set when a new periodic temperature measurement is available
Reserved
EM23WAKEUP
To ensure compatibility with future devices, always write bits to 0. More information in
0 R Wakeup IRQ from EM2 and EM3
Will be set when the system wakes up from EM2 and EM3. This interrupt can be used to run initialization code need to reconfigure the system when returning from EM2 and EM3.
Reserved
DCDCINBYPASS
DCDC is in bypass
To ensure compatibility with future devices, always write bits to 0. More information in
0 R DCDC is in bypass
DCDCLNRUNNING 0 R LN mode is running
This flag is set once the dcdc regulator started to run in ln mode
DCDCLPRUNNING 0 R LP mode is running
This flag is set once the DCDC regulator started to run in LP mode
NFETOVERCUR-
RENTLIMIT
0 R NFET current limit hit
Reserved for internal use.
PFETOVERCUR-
RENTLIMIT
0
Reserved for internal use.
R PFET current limit hit
VMONFVDDRISE 0 R VMON VDDFLASH Channel Rise
A rising edge on VMON VDDFLASH channel has been detected.
VMONFVDDFALL 0 R VMON VDDFLASH Channel Fall
A falling edge on VMON VDDFLASH channel has been detected.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
VMONIO0RISE 0 R VMON IOVDD0 Channel Rise
A rising edge on VMON IOVDD0 channel has been detected.
VMONIO0FALL 0 R VMON IOVDD0 Channel Fall
A falling edge on VMON IOVDD0 channel has been detected.
VMONDVDDRISE 0 R VMON DVDD Channel Rise
A rising edge on VMON DVDD channel has been detected.
VMONDVDDFALL 0 R VMON DVDD Channel Fall
A falling edge on VMON DVDD channel has been detected.
VMONALTAVDDRISE 0 R Alternate VMON AVDD Channel Rise
A rising edge on Alternate VMON AVDD channel has been detected.
VMONALTAVDDFALL 0 R Alternate VMON AVDD Channel Fall
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 178
Bit
1
0
Name Reset Access Description
A falling edge on Alternate VMON AVDD channel has been detected.
VMONAVDDRISE 0 R VMON AVDD Channel Rise
A rising edge on VMON AVDD channel has been detected.
VMONAVDDFALL 0 R VMON AVDD Channel Fall
A falling edge on VMON AVDD channel has been detected.
EFM32JG1 Reference Manual
EMU - Energy Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 179
9.5.10 EMU_IFS - Interrupt Flag Set Register
Offset
0x028
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
EMU - Energy Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 180
Bit
31
30
29
28:25
24
23:21
20
19
18
17
16
15
14
13
12
11:8
7
6
5
4
EFM32JG1 Reference Manual
EMU - Energy Management Unit
Name
TEMPHIGH
Reset
0
Access Description
W1
Write 1 to set the TEMPHIGH interrupt flag
Set TEMPHIGH Interrupt Flag
Set TEMPLOW Interrupt Flag TEMPLOW 0 W1
Write 1 to set the TEMPLOW interrupt flag
TEMP 0 W1
Write 1 to set the TEMP interrupt flag
Set TEMP Interrupt Flag
Reserved
EM23WAKEUP
To ensure compatibility with future devices, always write bits to 0. More information in
0 W1 Set EM23WAKEUP Interrupt Flag
Write 1 to set the EM23WAKEUP interrupt flag
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
DCDCINBYPASS 0 W1 Set DCDCINBYPASS Interrupt Flag
Write 1 to set the DCDCINBYPASS interrupt flag
DCDCLNRUNNING 0 W1 Set DCDCLNRUNNING Interrupt Flag
Write 1 to set the DCDCLNRUNNING interrupt flag
DCDCLPRUNNING 0 W1 Set DCDCLPRUNNING Interrupt Flag
Write 1 to set the DCDCLPRUNNING interrupt flag
NFETOVERCUR-
RENTLIMIT
0 W1 Set NFETOVERCURRENTLIMIT Interrupt Flag
Write 1 to set the NFETOVERCURRENTLIMIT interrupt flag
PFETOVERCUR-
RENTLIMIT
0 W1 Set PFETOVERCURRENTLIMIT Interrupt Flag
Write 1 to set the PFETOVERCURRENTLIMIT interrupt flag
VMONFVDDRISE 0 W1
Write 1 to set the VMONFVDDRISE interrupt flag
Set VMONFVDDRISE Interrupt Flag
VMONFVDDFALL 0 W1
Write 1 to set the VMONFVDDFALL interrupt flag
Set VMONFVDDFALL Interrupt Flag
VMONPAVDDRISE 0 W1 Set VMONPAVDDRISE Interrupt Flag
Write 1 to set the VMONPAVDDRISE interrupt flag
VMONPAVDDFALL 0 W1 Set VMONPAVDDFALL Interrupt Flag
Write 1 to set the VMONPAVDDFALL interrupt flag
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
VMONIO0RISE 0 W1
Write 1 to set the VMONIO0RISE interrupt flag
Set VMONIO0RISE Interrupt Flag
VMONIO0FALL 0 W1 Set VMONIO0FALL Interrupt Flag
Write 1 to set the VMONIO0FALL interrupt flag
VMONDVDDRISE 0 W1
Write 1 to set the VMONDVDDRISE interrupt flag
Set VMONDVDDRISE Interrupt Flag
VMONDVDDFALL 0 W1 Set VMONDVDDFALL Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 181
2
1
Bit
3
0
EFM32JG1 Reference Manual
EMU - Energy Management Unit
Name Reset Access Description
Write 1 to set the VMONDVDDFALL interrupt flag
VMONALTAVDDRISE 0 W1 Set VMONALTAVDDRISE Interrupt Flag
Write 1 to set the VMONALTAVDDRISE interrupt flag
VMONALTAVDDFALL 0 W1 Set VMONALTAVDDFALL Interrupt Flag
Write 1 to set the VMONALTAVDDFALL interrupt flag
VMONAVDDRISE 0 W1 Set VMONAVDDRISE Interrupt Flag
Write 1 to set the VMONAVDDRISE interrupt flag
VMONAVDDFALL 0 W1 Set VMONAVDDFALL Interrupt Flag
Write 1 to set the VMONAVDDFALL interrupt flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 182
9.5.11 EMU_IFC - Interrupt Flag Clear Register
Offset
0x02C
Reset
Access
Bit Position
Name
EFM32JG1 Reference Manual
EMU - Energy Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 183
Bit
31
30
29
28:25
24
23:21
20
19
18
17
16
15
14
13
12
11:8
EFM32JG1 Reference Manual
EMU - Energy Management Unit
Name
TEMPHIGH
Reset
0
Access Description
(R)W1 Clear TEMPHIGH Interrupt Flag
Write 1 to clear the TEMPHIGH interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
TEMPLOW 0 (R)W1 Clear TEMPLOW Interrupt Flag
Write 1 to clear the TEMPLOW interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
TEMP 0 (R)W1 Clear TEMP Interrupt Flag
Write 1 to clear the TEMP interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
EM23WAKEUP 0 (R)W1 Clear EM23WAKEUP Interrupt Flag
Write 1 to clear the EM23WAKEUP interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
DCDCINBYPASS 0 (R)W1 Clear DCDCINBYPASS Interrupt Flag
Write 1 to clear the DCDCINBYPASS interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
DCDCLNRUNNING 0 (R)W1 Clear DCDCLNRUNNING Interrupt Flag
Write 1 to clear the DCDCLNRUNNING interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
DCDCLPRUNNING 0 (R)W1 Clear DCDCLPRUNNING Interrupt Flag
Write 1 to clear the DCDCLPRUNNING interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
NFETOVERCUR-
RENTLIMIT
0 (R)W1 Clear NFETOVERCURRENTLIMIT Interrupt Flag
Write 1 to clear the NFETOVERCURRENTLIMIT interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
PFETOVERCUR-
RENTLIMIT
0 (R)W1 Clear PFETOVERCURRENTLIMIT Interrupt Flag
Write 1 to clear the PFETOVERCURRENTLIMIT interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONFVDDRISE 0 (R)W1 Clear VMONFVDDRISE Interrupt Flag
Write 1 to clear the VMONFVDDRISE interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONFVDDFALL 0 (R)W1 Clear VMONFVDDFALL Interrupt Flag
Write 1 to clear the VMONFVDDFALL interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONPAVDDRISE 0 (R)W1 Clear VMONPAVDDRISE Interrupt Flag
Write 1 to clear the VMONPAVDDRISE interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONPAVDDFALL 0 (R)W1 Clear VMONPAVDDFALL Interrupt Flag
Write 1 to clear the VMONPAVDDFALL interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 184
Bit
7
6
5
4
3
2
1
0
EFM32JG1 Reference Manual
EMU - Energy Management Unit
Name
VMONIO0RISE
Reset
0
Access Description
(R)W1 Clear VMONIO0RISE Interrupt Flag
Write 1 to clear the VMONIO0RISE interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONIO0FALL 0 (R)W1 Clear VMONIO0FALL Interrupt Flag
Write 1 to clear the VMONIO0FALL interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONDVDDRISE 0 (R)W1 Clear VMONDVDDRISE Interrupt Flag
Write 1 to clear the VMONDVDDRISE interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONDVDDFALL 0 (R)W1 Clear VMONDVDDFALL Interrupt Flag
Write 1 to clear the VMONDVDDFALL interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONALTAVDDRISE 0 (R)W1 Clear VMONALTAVDDRISE Interrupt Flag
Write 1 to clear the VMONALTAVDDRISE interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONALTAVDDFALL 0 (R)W1 Clear VMONALTAVDDFALL Interrupt Flag
Write 1 to clear the VMONALTAVDDFALL interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONAVDDRISE 0 (R)W1 Clear VMONAVDDRISE Interrupt Flag
Write 1 to clear the VMONAVDDRISE interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
VMONAVDDFALL 0 (R)W1 Clear VMONAVDDFALL Interrupt Flag
Write 1 to clear the VMONAVDDFALL interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 185
9.5.12 EMU_IEN - Interrupt Enable Register
Offset
0x030
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
EMU - Energy Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 186
Bit
31
30
29
28:25
24
23:21
20
19
18
17
16
15
14
13
12
11:8
7
6
5
4
EFM32JG1 Reference Manual
EMU - Energy Management Unit
Name
TEMPHIGH
Reset
0
Enable/disable the TEMPHIGH interrupt
Access Description
RW TEMPHIGH Interrupt Enable
TEMPLOW Interrupt Enable TEMPLOW 0 RW
Enable/disable the TEMPLOW interrupt
TEMP 0 RW
Enable/disable the TEMP interrupt
TEMP Interrupt Enable
Reserved
EM23WAKEUP
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW EM23WAKEUP Interrupt Enable
Enable/disable the EM23WAKEUP interrupt
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
DCDCINBYPASS 0 RW DCDCINBYPASS Interrupt Enable
Enable/disable the DCDCINBYPASS interrupt
DCDCLNRUNNING 0 RW
Enable/disable the DCDCLNRUNNING interrupt
DCDCLNRUNNING Interrupt Enable
DCDCLPRUNNING 0 RW
Enable/disable the DCDCLPRUNNING interrupt
DCDCLPRUNNING Interrupt Enable
NFETOVERCUR-
RENTLIMIT
0 RW NFETOVERCURRENTLIMIT Interrupt Enable
Enable/disable the NFETOVERCURRENTLIMIT interrupt
PFETOVERCUR-
RENTLIMIT
0 RW PFETOVERCURRENTLIMIT Interrupt Enable
Enable/disable the PFETOVERCURRENTLIMIT interrupt
VMONFVDDRISE 0 RW
Enable/disable the VMONFVDDRISE interrupt
VMONFVDDRISE Interrupt Enable
VMONFVDDFALL 0 RW
Enable/disable the VMONFVDDFALL interrupt
VMONFVDDFALL Interrupt Enable
VMONPAVDDRISE 0 RW
Enable/disable the VMONPAVDDRISE interrupt
VMONPAVDDRISE Interrupt Enable
VMONPAVDDFALL 0 RW VMONPAVDDFALL Interrupt Enable
Enable/disable the VMONPAVDDFALL interrupt
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
VMONIO0RISE 0 RW
Enable/disable the VMONIO0RISE interrupt
VMONIO0RISE Interrupt Enable
VMONIO0FALL Interrupt Enable VMONIO0FALL 0 RW
Enable/disable the VMONIO0FALL interrupt
VMONDVDDRISE 0 RW VMONDVDDRISE Interrupt Enable
Enable/disable the VMONDVDDRISE interrupt
VMONDVDDFALL 0 RW VMONDVDDFALL Interrupt Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 187
Bit
3
2
1
0
EFM32JG1 Reference Manual
EMU - Energy Management Unit
Name Reset Access Description
Enable/disable the VMONDVDDFALL interrupt
VMONALTAVDDRISE 0 RW
Enable/disable the VMONALTAVDDRISE interrupt
VMONALTAVDDRISE Interrupt Enable
VMONALTAVDDFALL 0 RW
Enable/disable the VMONALTAVDDFALL interrupt
VMONALTAVDDFALL Interrupt Enable
VMONAVDDRISE 0 RW VMONAVDDRISE Interrupt Enable
Enable/disable the VMONAVDDRISE interrupt
VMONAVDDFALL 0 RW
Enable/disable the VMONAVDDFALL interrupt
VMONAVDDFALL Interrupt Enable
9.5.13 EMU_PWRLOCK - Regulator and Supply Lock Register
Offset
0x034
Bit Position
Reset
Access
Name
Bit
31:16
15:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LOCKKEY 0x0000 RW Regulator and Supply Configuration Lock Key
Write any other value than the unlock code to lock all regulator control registers, from editing. Write the unlock code to unlock. When reading the register, bit 0 is set when the lock is enabled. Registers that are locked: PWRCFG, PWRCTRL and
DCDC* registers.
Value Description Mode
Read Operation
UNLOCKED
LOCKED
Write Operation
LOCK
UNLOCK
0
1
0
0xADE8
EMU Regulator registers are unlocked
EMU Regulator registers are locked
Lock EMU Regulator registers
Unlock EMU Regulator registers
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 188
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.14 EMU_PWRCFG - Power Configuration Register.
Offset
0x038
Reset
Access
Name
Bit Position
Bit
31:4
3:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
PWRCFG 0x0 RW Power Configuration
Update this to match the external power configuration. This field can only be written once to a non-STARTUP value.
PWRCTRL register is locked until PWRCFG is configured.
1
2
Value
0
Mode
STARTUP
NODCDC
DCDCTODVDD
Description
Power up configuration. Works with any external configuration.
DCDC Disabled. AVDD Bypassed to DVDD internally
DCDC filterred and routed to DVDD
9.5.15 EMU_PWRCTRL - Power Control Register.
Offset
0x03C
Reset
Access
Name
Bit Position
Bit
31:6
5
4:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
ANASW 0 RW Analog Switch Selection
Determines the power supply routed to the analog supply (VDDX_ANA) used by the analog peripherals (ULFRCO, LFRCO,
LFXO, HFRCO, AUXHFRCO, VMON, IDAC, and ADC). Field can only be modified when PWRCFG == DCDCTODVDD.
Reset with POR, Hard Pin Reset, or BOD Reset.
Value
0
1
Reserved
Mode
AVDD
DVDD
Description
Select AVDD power supply
Select DVDD power supply
To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 189
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.16 EMU_DCDCCTRL - DCDC Control
Offset
0x040
Reset
Access
Name
Bit Position
Bit
31:6
5
4
3:2
1:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
DCDCMODEEM4 1 RW DCDC Mode EM4H
Determines the DCDC mode in EM4H.When the DCDCMODE field is set to OFF, this bit must be cleared so that the DCDC remains off. Reset with POR, Hard Pin Reset, or BOD Reset.
Value
0
1
Mode
EM4SW
EM4LOWPOWER
Description
DCDC mode is according to DCDCMODE field.
DCDC mode is low power.
2
3
Value
0
1
DCDCMODEEM23 1 RW DCDC Mode EM23
Determines the DCDC mode in EM2 and EM3. When the DCDCMODE field is set to OFF, this bit must be cleared so that the DCDC remains off. Reset with POR, Hard Pin Reset, or BOD Reset.
Value
0
1
Mode
EM23SW
EM23LOWPOWER
Description
DCDC mode is according to DCDCMODE field.
DCDC mode is low power.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
DCDCMODE 0x0 RW Regulator Mode
Determines the operating mode of the DCDC regulator. When the DCDCMODE is set of OFF, DCDCMODEEM23 and
DCDCMODEEM4 must be cleared. Reset with POR, Hard Pin Reset, or BOD Reset.
Mode
BYPASS
LOWNOISE
LOWPOWER
OFF
Description
DCDC regulator is operating in bypass mode.
DCDC regulator is operating in low noise mode.
DCDC regulator is operating in low power mode.
DCDC regulator is off. Note: DVDD must be supplied externally
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 190
9.5.17 EMU_DCDCMISCCTRL - DCDC Miscellaneous Control Register
Offset
0x04C
Reset
Bit Position
Access
Name
EFM32JG1 Reference Manual
EMU - Energy Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 191
Bit
31:30
29:28
27
26:24
23
22:20
19:16
15:12
11:8
7:1
0
EFM32JG1 Reference Manual
EMU - Energy Management Unit
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LPCMPBIAS 0x3 RW LP mode comparator bias selection
LP mode comparator bias selection. Reset with POR, Hard Pin Reset, or BOD Reset.
1
2
Value
0
3
Mode
BIAS0
BIAS1
BIAS2
BIAS3
Description
Nominal load current less than 10uA.
Nominal load current less than 100uA.
Nominal load current less than 1mA.
Nominal load current less than 10mA.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LNCLIMILIMSEL 0x3 RW Current limiter current threshold selection during low noise mode
Current limiter current threshold selection while in low noise mode; current limit=5mA*PFETCNT*(1+LNCLIMILIMSEL). Reset with POR, Hard Pin Reset, or BOD Reset.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LPCLIMILIMSEL 0x3 RW Current limiter current threshold selection during low power mode
Current limiter current threshold selection while in low power mode; current limit=5mA*PFETCNT*(1+LPCLIMILIMSEL). Reset with POR, Hard Pin Reset, or BOD Reset.
BYPLIMSEL 0x0 RW Current Limit In Bypass Mode
Set current limit in bypass mode when BYPLIMEN equals one. The limit is from 20mA to 320mA, with 20mA/step. Reset with POR, Hard Pin Reset, or BOD Reset.
NFETCNT 0x7 RW NFET switch number selection
NFET power switch count number. The selected number of switches are NFETCNT+1. This value applies to both LN and
LP mode. Because of this, when transitioning from LN to LP mode, software may need to update the NFETCNT setting desired for LP mode while still in LN mode. This may cause a very momentary efficiency hit. Reset with POR, Hard Pin
Reset, or BOD Reset.
PFETCNT 0x7 RW PFET switch number selection
PFET power switch count number. The selected number of switches are PFETCNT+1. This value applies to both LN and
LP mode. Because of this, when transitioning from LN to LP mode, software may need to update the PFETCNT setting desired for LP mode while still in LN mode. This may cause a very momentary efficiency hit. Reset with POR, Hard Pin
Reset, or BOD Reset.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LNFORCECCM 0 RW Force DCDC into CCM mode in low noise operation
When this bit is set, the DCDC ignores the zero-threshold detection, resulting in current flowing backwards to the supply pin in periods of the DCDC cycle when the DCDC is lightly loaded.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 192
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.18 EMU_DCDCZDETCTRL - DCDC Power Train NFET Zero Current Detector Control Register
Offset
0x050
Reset
Bit Position
Access
Name
Bit
31:10
9:8
7
6:4
3:0
Name
Reserved
ZDETBLANKDLY
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x1 RW
Reserved for internal use. Do not change.
Reserved for internal use. Do not change.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
ZDETILIMSEL 0x3 RW Reverse current limit level for zero detector
NFET zero current detector current theshold selection when LNFORCECCM equals one. The current limit is
2.5mA*(1+NFETCNT)*ZDETILIMSEL. When ZDETILIMSEL=0, it is equivalent to disabling the zero detector's reverse current monitoring when LNFORCECCM equals zero. Reset with POR, Hard Pin Reset, or BOD Reset.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
9.5.19 EMU_DCDCCLIMCTRL - DCDC Power Train PFET Current Limiter Control Register
Offset
0x054
Reset
Bit Position
Access
Name
Bit
31:14
13
12:10
9:8
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
BYPLIMEN 1 RW Bypass Current Limit Enable
Bypass current limit enable. Setting this bit limits maximum current drawn from DCDC input supply while DCDC is in BY-
PASS mode. Reset with POR, Hard Pin Reset, or BOD Reset.
Reserved
CLIMBLANKDLY
To ensure compatibility with future devices, always write bits to 0. More information in
0x1 RW Reserved for internal use. Do not change.
Reserved for internal use. Do not change.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in 7:0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 193
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.20 EMU_DCDCLNVCTRL - DCDC Low Noise Voltage Register
Offset
0x05C
Bit Position
Reset
Access
Name
Bit
31:15
14:8
7:2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LNVREF 0x71 RWH Low Noise Mode VREF Trim
Low noise mode Vref trim. LNATT and LNVREF set the output of the DCDC to 3*(1+LNATT)*(235.48+3.226*LNVREF).
Customers should use the emlib functions for configuring this field. Reset with POR, Hard Pin Reset, or BOD Reset.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LNATT 0 RW Low Noise Mode Feedback Attenuation
Low noise mode feedback attenuation. Customers should use the emlib functions for configuring this field. Reset with POR,
Hard Pin Reset, or BOD Reset.
Value
0
1
Reserved
Mode
DIV3
DIV6
Description
Feedback Ratio is 1/3
Feedback Ratio is 1/6
To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 194
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.21 EMU_DCDCTIMING - DCDC Controller Timing Value Register
Offset
0x060
Bit Position
Reset
Access
Name
Bit
31
30:29
28
27:20
19:17
16:12
11
10:8
7:0
Name
Reserved
DUTYSCALE
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW
Reserved for internal use. Do not change.
Select bias duty cycle clock.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
BYPWAIT 0xFF RW Bypass mode transition from low power or low noise modes wait
Bypass initialization wait. Add 1 to the value. Should be programmed to 119 to ensure at least 10us. Wait time = (BYPWAIT
+1)*(100ns +/- 20%) ns. Reset with POR, Hard Pin Reset, or BOD Reset.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LNWAIT 0x1F RW Low Noise Controller Initialization wait time
Low noise controller Initialization wait time. Add 1 to the value. Should be programmed to 11 to ensure a minimum of 1us.
Wait time = (LNWAIT+1)*(100ns +/- 20%) ns. Reset with POR, Hard Pin Reset, or BOD Reset
COMPENPRCHGEN 1 RW LN mode precharge enable
Reserved for internal use. Do not change.
Reserved
LPINITWAIT
To ensure compatibility with future devices, always write bits to 0. More information in
0xFF RW Low power initialization wait time
Low power initialization wait time. Add 1 to the value. Should be programmed to 119 to ensure at least 10us. Wait time =
(LPINITWAIT+1)*(100ns +/- 20%) ns. Reset with POR, Hard Pin Reset, or BOD Reset
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 195
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.22 EMU_DCDCLPVCTRL - DCDC Low Power Voltage Register
Offset
0x064
Bit Position
Reset
Access
Name
Bit
31:9
8:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LPVREF 0xB4 RW LP mode vref trim
Select vref level. Maximum available code is 8'b11100111. LPATT and LPVREFSEL set the output of the DCDC to
4*(1+LPATT)*(30+LPVREF)*2.2mV. Customers should use the emlib functions for configuring this field. Reset with POR,
Hard Pin Reset, or BOD Reset.
LPATT 0 RW Low power feedback attenuation
Low power feedback attenuation select. Customers should use the emlib functions for configuring this field. Reset with
POR, Hard Pin Reset, or BOD Reset.
Value
0
1
Mode
DIV4
DIV8
Description
Feedback Ratio is 1/4
Feedback Ratio is 1/8
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 196
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.23 EMU_DCDCLPCTRL - DCDC Low Power Control Register
Offset
0x06C
Reset
Bit Position
Access
Name
Bit
31:27
26:25
24
23:16
15:12
11:0
Name
Reserved
LPBLANK
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW Reserved for internal use. Do not change.
Reserved for internal use. Do not change.
LPVREFDUTYEN 0 RW Lp mode duty cycling enable
Allow duty cycling of the bias. This is to minimize DC bias. Reset with POR, Hard Pin Reset, or BOD Reset.
Reserved
LPCMPHYSSEL
To ensure compatibility with future devices, always write bits to 0. More information in
0x7 RW LP mode hysteresis selection
User-programmable hysteresis level for the low power comparator. Hysteresis voltage at the output is
4*(1+LPATT)*LPCMPHYSSEL*3.13mv. Customers should use the emlib functions for configuring this field. Reset with
POR, Hard Pin Reset, or BOD Reset.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
9.5.24 EMU_DCDCLNFREQCTRL - DCDC Low Noise Controller Frequency Control
Offset
0x070
Bit Position
Reset
Access
Name
Bit
31:29
28:24
23:3
2:0
Name
Reserved
RCOTRIM
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x10 RW
Reserved for internal use. Do not change.
Reserved for internal use. Do not change.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
RCOBAND 0x0 RW LN mode RCO frequency band selection
Low noise mode RCO frequency selection. 0~7: 3~8.95MHz, approximately 0.85MHz/step. Reset with POR, Hard Pin Reset, or BOD Reset.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 197
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.25 EMU_DCDCSYNC - DCDC Read Status Register
Offset
0x078
Reset
Access
Bit Position
Name
Bit
31:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
DCDCCTRLBUSY 0 R DCDC CTRL Register Transfer Busy.
Indicates the status of the DCDCCTRL transfer to the EMU OSC clock domain. Software cannot re-write the register until this signal goes down.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 198
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.26 EMU_VMONAVDDCTRL - VMON AVDD Channel Control
Offset
0x090
Reset
Bit Position
Access
Name
1
0
Bit
31:24
23:20
19:16
15:12
11:8
7:4
3
2
Name Reset Access Description
Reserved
RISETHRES-
COARSE
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW Rising Threshold Coarse Adjust
Rising threshold adjust in 200 mV steps. Valid values are 0x0 (1.2 V) through 0xD (3.8 V). Reset with SYSEXTENDEDRE-
SETn.
RISETHRESFINE 0x0 RW Rising Threshold Fine Adjust
Rising threshold adjust in 20 mV steps. Valid values are 0x0 through 0x9. Reset with SYSEXTENDEDRESETn.
FALLTHRES-
COARSE
0x0 RW Falling Threshold Coarse Adjust
Falling threshold adjust in 200 mV steps. Valid values are 0x0 (1.2 V) through 0xD (3.8 V). Reset with SYSEXTENDEDRE-
SETn.
FALLTHRESFINE 0x0 RW Falling Threshold Fine Adjust
Falling threshold adjust in 20 mV steps. Valid values are 0x0 through 0x9. Reset with SYSEXTENDEDRESETn.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
FALLWU 0 RW Fall Wakeup
When set, a wakeup from EM4H will take place upon a falling edge. Reset with SYSEXTENDEDRESETn.
RISEWU 0 RW Rise Wakeup
When set, a wakeup from EM4H will take place upon a rising edge. Reset with SYSEXTENDEDRESETn.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
EN 0 RW Enable
Set this bit to enable the AVDD VMON. Reset with SYSEXTENDEDRESETn.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 199
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.27 EMU_VMONALTAVDDCTRL - Alternate VMON AVDD Channel Control
Offset
0x094
Reset
Bit Position
Access
Name
1
0
Bit
31:16
15:12
11:8
7:4
3
2
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
THRESCOARSE 0x0 RW Threshold Coarse Adjust
Threshold adjust in 200 mV steps. Valid values are 0x0 (1.2 V) through 0xD (3.8 V). Reset with SYSEXTENDEDRESETn.
THRESFINE 0x0 RW Threshold Fine Adjust
Threshold adjust in 20 mV steps. Valid values are 0x0 through 0x9. Reset with SYSEXTENDEDRESETn.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
FALLWU 0 RW Fall Wakeup
When set, a wakeup from EM4H will take place upon a falling edge. Reset with SYSEXTENDEDRESETn.
RISEWU 0 RW Rise Wakeup
When set, a wakeup from EM4H will take place upon a rising edge. Reset with SYSEXTENDEDRESETn.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
EN 0 RW Enable
Set this bit to enable the ALTAVDD VMON. Reset with SYSEXTENDEDRESETn.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 200
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.28 EMU_VMONDVDDCTRL - VMON DVDD Channel Control
Offset
0x098
Reset
Bit Position
Access
Name
1
0
Bit
31:16
15:12
11:8
7:4
3
2
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
THRESCOARSE 0x0 RW Threshold Coarse Adjust
Threshold adjust in 200 mV steps. Valid values are 0x0 (1.2 V) through 0xD (3.8 V). Reset with SYSEXTENDEDRESETn.
THRESFINE 0x0 RW Threshold Fine Adjust
Threshold adjust in 20 mV steps. Valid values are 0x0 through 0x9. Reset with SYSEXTENDEDRESETn.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
FALLWU 0 RW Fall Wakeup
When set, a wakeup from EM4H will take place upon a falling edge. Reset with SYSEXTENDEDRESETn.
RISEWU 0 RW Rise Wakeup
When set, a wakeup from EM4H will take place upon a rising edge. Reset with SYSEXTENDEDRESETn.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
EN 0 RW Enable
Set this bit to enable the DVDD VMON. Reset with SYSEXTENDEDRESETn.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 201
EFM32JG1 Reference Manual
EMU - Energy Management Unit
9.5.29 EMU_VMONIO0CTRL - VMON IOVDD0 Channel Control
Offset
0x09C
Reset
Bit Position
Access
Name
1
0
Bit
31:16
15:12
11:8
7:5
4
3
2
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
THRESCOARSE 0x0 RW Threshold Coarse Adjust
Threshold adjust in 200 mV steps. Valid values are 0x0 (1.2 V) through 0xD (3.8 V). Reset with SYSEXTENDEDRESETn.
THRESFINE 0x0 RW Threshold Fine Adjust
Threshold adjust in 20 mV steps. Valid values are 0x0 through 0x9. Reset with SYSEXTENDEDRESETn.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
RETDIS 0 RW EM4 IO0 Retention disable
When set, the IO0 Retention will be disabled when this IO0 voltage drops below the threshold set. Reset with SYSEXTEN-
DEDRESETn.
FALLWU 0 RW Fall Wakeup
When set, a wakeup from EM4H will take place upon a falling edge. Reset with SYSEXTENDEDRESETn.
RISEWU 0 RW Rise Wakeup
When set, a wakeup from EM4H will take place upon a rising edge. Reset with SYSEXTENDEDRESETn.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
EN 0 RW Enable
Set this bit to enable the IO0 VMON. Reset with SYSEXTENDEDRESETn.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 202
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10. CMU - Clock Management Unit
0 1 2 3 4
Oscillators CMU
WDOG clock
LETIMER clock
LEUART clock
Peripheral A clock
Peripheral B clock
Peripheral C clock
Peripheral D clock
CPU clock
Quick Facts
What?
The CMU controls oscillators and clocks. EFM32
Jade Gecko supports 6 different oscillators with minimized power consumption and short start-up time. The CMU has HW support for calibration of RC oscillators.
Why?
Oscillators and clocks contribute significantly to the power consumption of the MCU. With the low power oscillators combined with the flexible clock control scheme, it is possible to minimize the energy consumption in any given application.
How?
The CMU can configure different clock sources, enable/disable clocks to peripherals on an individual basis and set the prescaler for the different clocks. The short oscillator start-up times makes duty-cycling between active mode and the different low energy modes (EM2 DeepSleep, EM3 Stop, and EM4 Hibernate/Shutoff) very efficient. The calibration feature ensures high accuracy RC oscillators. Several interrupts are available to avoid CPU polling of flags.
10.1 Introduction
The Clock Management Unit (CMU) is responsible for controlling the oscillators and clocks in the EFM32 Jade Gecko. The CMU provides the capability to turn on and off the clock on an individual basis to all peripheral modules in addition to enable/disable and configure the available oscillators. The high degree of flexibility enables software to minimize energy consumption in any specific application by not wasting power on peripherals and oscillators that do not need to be active.
10.2 Features
• Multiple clock sources available:
• 38 MHz - 40 MHz High Frequency Crystal Oscillator (HFXO)
• 1 MHz - 38 MHz High Frequency RC Oscillator (HFRCO)
• 1 MHz - 38 MHz Auxiliary High Frequency RC Oscillator (AUXHFRCO)
• 32768 Hz Low Frequency Crystal Oscillator (LFXO)
• 32768 Hz Low Frequency RC Oscillator (LFRCO)
• 1000 Hz Ultra Low Frequency RC Oscillator (ULFRCO)
• Low power oscillators.
• Low start-up times.
• Separate prescalers for High Frequency Core Clocks (HFCORECLK), and Peripheral Clocks (HFPERCLK).
• Individual clock prescaler selection for each Low Energy Peripheral.
• Clock gating on an individual basis to core modules and all peripherals.
• Selectable clocks can be output on two external pins and/or PRS.
• Wakeup interrupt based on LFRCO or LFXO ready, allowing to wait for low frequency oscillator startup while being in EM2 Deep-
Sleep avoiding the need for polling.
• Auxiliary 1 MHz - 38 MHz RC oscillator (AUXHFRCO), which is asynchronous to the HFSRCCLK system clock, can be selected for
ADC operation and debug trace.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 203
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3 Functional Description
An overview of the CMU is shown in
Figure 10.1 CMU Overview on page 204 . This figure shows the CMU for the largest device in the
EFM32 family. Please refer to the Configuration Summary in the Device Datasheet to see which core, and peripheral modules, and therefore clock connections, are present in a specific device.
AUX
HFRCO
HFXO
HFRCO
Timeout
AUXCLK
Timeout
Timeout
HFSRCCLK
HFXO
CMU_ADCCTRL.ADCCLKINV
xor
HFPERCLK
ADCn
CMU_ADCCTRL.ADCCLKSEL
CMU_DBGCLKSEL.DBG
clock switch
DBGCLK
ADC_CLK
ADC
ADCCLKMODE
MSC
(Flash Programming)
Debug Trace clock switch
CMU_HFPRESC.PRESC
HFSRCCLK prescaler
HFCLK
CMU_HFCLKSEL.HF
CMU_CTRL.HFPERCLKEN
prescaler
HFPERCLK
CMU_HFPERPRESC.PRESC
CMU_HFPERCLKEN0.TIMER0
Clock
Gate
HFPERCLK
TIMER0
CMU_HFPERCLKEN0.I2C0
Clock
Gate
HFPERCLK
I2C0
LFXO
LFRCO
ULFRCO
Timeout
Timeout
CMU_HFCOREPRESC.PRESC
prescaler
HFCORECLK
CMU_HFEXPPRESC.PRESC
prescaler
HFEXPCLK
EM0
Clock
Gate
HFCORECLK
CORTEX
HFBUSCLK
CMU_HFBUSCLKEN0.GPIO
Clock
Gate
HFBUSCLK
GPIO
CMU_HFBUSCLKEN0.DMA
Clock
Gate
HFBUSCLK
DMA
HFBUSCLK
BUSMATRIX
HFBUSCLK
DMEM
CMU_HFBUSCLKEN0.LE
Clock
Gate
HFBUSCLK
LE clock switch
LFACLK
CMU_LFACLKSEL.LFA
HFCLKLE Prescaler
( /2, /4 )
CMU_HFPRESC.HFCLKLEPRESC
prescaler
CMU_LFAPRESC0.LETIMER0
CMU_LFBCLKSEL.LFB
clock switch
LFBCLK
CMU_LFELKSEL.LFE
clock switch
LFECLK
CMU_LFBPRESC0.LEUART0
prescaler
WDOGCLK
WDOG_CTRL.CLKSEL
WDOG
CRYOCLK
CRYOTIMER
CRYOTIMER_CTRL.OSCSEL
CMU_LFACLKEN0.LETIMER0
Clock
Gate
LFACLK
LETIMER0
PCNTn_S0
PCNTnCLK
CMU_PCNTCTRL.PCNTnCLKSEL
CMU_LFBCLKEN0.LEUART0
Clock
Gate
LFBCLK
LEUART0
CMU_LFECLKEN0.RTCC
Clock
Gate
LFECLK
RTCC
Availability of oscillators and clocks in Eneryg Modes:
· Available in EM0/EM1
· Available in EM0/EM1/EM2
· Available in EM0/EM1/EM2/EM3
· Available in EM0/EM1/EM2/EM3/EM4H
· Available in EM0/EM1/EM2/EM4H/EM4S
· Available in EM0/EM1/EM2/EM3/EM4H/EM4S
Figure 10.1 CMU Overview
10.3.1 System Clocks
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 204
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.1.1 HFCLK - High Frequency Clock
HFSRCCLK is the selected High Frequency Source Clock. HFCLK is an optionally prescaled version of HFSRCCLK. The HFSRCCLK, and therefore HFCLK, can be driven by a high-frequency oscillator (HFRCO or HFXO) or one of the low-frequency oscillators (LFRCO or LFXO). By default the HFRCO is selected. In most applications, one of the high frequency oscillators will be the preferred choice. To change the selected clock source, write to the HF bitfield in CMU_HFCLKSEL. The high frequency clock source can also be changed automatically by hardware as explained in
. The currently selected source for HFSRCCLK and HFCLK can be read from CMU_HFCLKSTATUS. The HFSRCCLK is running in EM0 Active and EM1 Sleep and is automatically stopped in
EM2 DeepSleep.
Note:
If a low frequency clock (i.e. LFRCO or LFXO) is selected as source clock for HFSRCCLK via the HF bitfield in CMU_HFCLKSEL, then no register reads should be performed from Low Energy Peripherals for registers which can change value every clock cycle (e.g. a counter register). In addition to the peripherals on LFACLK, LFBCLK and LFECLK, this restriction applies in general to any low frequency peripheral, which is not directly or indirectly clocked from HFSRCCLK (e.g. the WDOG).
HFCLK can optionally be prescaled by setting PRESC in CMU_HFPRESC to a non-zero value. This prescales HFCLK to all high frequency components and is typically used to save energy in applications where the system is not required to run at the highest frequency. The prescaler setting can be changed dynamically and the new setting takes effect immediately. HFCLK is used by the CMU and drives the prescalers that generate HFCORECLK and HFPERCLK allowing for flexible clock prescaling. The HFBUSCLK, used in e.g.
the bus and memory system, is equal to HFCLK.
10.3.1.2 HFCORECLK - High Frequency Core Clock
HFCORECLK is a prescaled version of HFCLK. This clock drives the Core Modules, which consists of the CPU and modules that are tightly coupled to the CPU, e.g. the cache. The prescale factor for prescaling HFCLK into HFCORECLK is set using the CMU_HFCOR-
EPRESC register. The setting can be changed dynamically and the new setting takes effect immediately.
Note:
Note that if HFPERCLK runs faster than HFCORECLK, the number of clock cycles for each bus-access to peripheral modules will in-
crease with the ratio between the clocks. Please refer to 4.2.4 Bus Matrix for more details.
10.3.1.3 HFBUSCLK - High Frequency Bus Clock
HFBUSCLK is equal to HFCLK. This clock drives Bus and Memory System Modules as for example the Bus Matrix, MSC, RAM, DMA,
GPIO and Crypto. HFBUSCLK is also used to drive the bus interface to the Low Energy Peripherals as described further in
10.3.1.5 LFACLK - Low Frequency A Clock
,
10.3.1.6 LFBCLK - Low Frequency B Clock and 10.3.1.7 LFECLK - Low Frequency E
clock enable bit for the specific module in CMU_HFBUSCLKEN0. The frequency of HFBUSCLK is equal to the frequency of HFCLK and can therefore only be prescaled by using the PRESC bitfield in CMU_HFPRESC.
10.3.1.4 HFPERCLK - High Frequency Peripheral Clock
Like HFCORECLK, HFPERCLK also is a prescaled version of HFCLK. This clock drives the High-Frequency Peripherals. All the peripherals that are driven by this clock can be clock gated completely when not in use. This is done by clearing the clock enable bit for the specific peripheral in CMU_HFPERCLKEN0. The peripherals can also be gated simultaneously by clearing the HFPERCLKEN bit in the
CMU_CTRL register. The prescale factor for prescaling HFCLK into HFPERCLK is set using the CMU_HFPERPRESC register. The setting can be changed dynamically and the new setting takes effect immediately.
Note:
Note that if HFPERCLK runs faster than HFCORECLK, the number of clock cycles for each bus-access to peripheral modules will increase with the ratio between the clocks. E.g. if a bus-access normally takes three cycles, it will take 9 cycles if HFPERCLK runs three times as fast as the HFCORECLK.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 205
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.1.5 LFACLK - Low Frequency A Clock
LFACLK is the selected clock for the Low Energy A Peripherals. There are three selectable sources for LFACLK: LFRCO, LFXO and
ULFRCO. In addition, the LFACLK can be disabled, which is the default setting. The selection is configured using the LFA field in
CMU_LFACLKSEL.
The bus interface to the Low Energy A Peripherals is clocked by HFBUSCLK
LE
and this clock therefore needs to be enabled when programming a Low Energy (LE) peripheral.
Each Low Energy Peripheral that is clocked by LFACLK has its own prescaler setting and enable bit. The prescaler settings are configured using CMU_LFAPRESC0 and the clock enable bits can be found in CMU_LFACLKEN0.
When operating in oversampling mode, the pulse counters are clocked by LFACLK. This is configured for each pulse counter (n) individually by setting PCNTnCLKSEL in CMU_PCNTCTRL.
10.3.1.6 LFBCLK - Low Frequency B Clock
LFBCLK is the selected clock for the Low Energy B Peripherals. There are four selectable sources for LFBCLK: LFRCO, LFXO,
HFCLKLE and ULFRCO. In addition, the LFBCLK can be disabled, which is the default setting. The selection is configured using the
LFB field in CMU_LFBCLKSEL. The HFCLKLE setting allows the Low Energy B Peripherals to be used as high-frequency peripherals.
The bus interface to the Low Energy B Peripherals is clocked by HFBUSCLK
LE
and this clock therefore needs to be enabled when programming a LE peripheral.
Note:
If HFCLKLE is selected as LFBCLK, the clock will stop in EM2 DeepSleep and EM3 Stop.
Each Low Energy Peripheral that is clocked by LFBCLK has its own prescaler setting and enable bit. The prescaler settings are configured using CMU_LFBPRESC0 and the clock enable bits can be found in CMU_LFBCLKEN0.
10.3.1.7 LFECLK - Low Frequency E Clock
LFECLK is the selected clock for the Low Energy E Peripherals. There are three selectable sources for LFECLK: LFRCO, LFXO and
ULFRCO. In addition, the LFECLK can be disabled, which is the default setting. The selection is configured using the LFE field in
CMU_LFECLKSEL.
The bus interface to the Low Energy E Peripherals is clocked by HFBUSCLK
LE
and this clock therefore needs to be enabled when programming a LE peripheral.
Note:
LFECLK is in a different power domain than LFACLK and LFBCLK, which makes it available all the way down to EM4 Hibernate.
Each Low Energy Peripheral that is clocked by LFECLK has its own prescaler setting and enable bit. The prescaler settings are configured using CMU_LFEPRESC0 and the clock enable bits can be found in CMU_LFECLKEN0.
10.3.1.8 PCNTnCLK - Pulse Counter n Clock
Each available pulse counter is driven by its own clock, PCNTnCLK where n is the pulse counter instance number. Each pulse counter can be configured to use an external pin (PCNTn_S0) or LFACLK as PCNTnCLK.
10.3.1.9 WDOGCLK - Watchdog Timer Clock
The Watchdog Timer (WDOG) can be configured to use one of three different clock sources: LFRCO, LFXO or ULFRCO.
10.3.1.10 CRYOCLK - Cryotimer Clock
The Cryotimer clock can be configured to use one of three different clock sources: LFRCO, LFXO or ULFRCO. The Cryotimer can also run in EM4 Hibernate/Shutoff provided that its selected clock is kept enabled as configured in EMU_EM4CTRL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 206
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.1.11 AUXCLK - Auxiliary Clock
AUXCLK is a 1 MHz - 38 MHz clock driven by a separate RC oscillator, the AUXHFRCO. This clock can be used for ADC operation and
Serial Wire Output (SWO). When the AUXHFRCO is selected as the ADC clock via the ADC0CLKSEL bitfield in the CMU_ADCCTRL register this clock will become active automatically when needed. Even if the AUXHFRCO has not been enabled explicitly by software, the ADC can automatically start and stop it. The AUXHFRCO is explicitely enabled by writing a 1 to AUXHFRCOEN in
CMU_OSCENCMD. This explicit enabling is required when using the selecting AUXCLK for SWO operation.
10.3.1.12 Debug Trace Clock
The CMU selects the clock used for debug trace via the DBGCLKSEL register. The user can use the AUXHFRCO or the HFCLK. The selected debug trace clock will be used to run the Cortex-M3 trace logic.
Note:
When using AUXHFRCO as the debug trace clock, it must be stopped before entering EM2 or EM3.
10.3.2 Oscillators
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 207
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.2.1 Enabling and Disabling
The different oscillators can typically be enabled and disabled via both hardware and software mechanisms. Enabling via software is done by writing a 1 to the corresponding enable bit in the CMU_OSCENCMD register. Disabling via software is done by writing a 1 to the corresponding disable bit in CMU_OSCENCMD. Enabling via hardware can be performed by various peripherals and varies per oscillator. Disabling via hardware is typically performed on entry of low energy modes. The enable and disable mechanisms for each of the oscillators are summarized in
Table 10.1 Software based and Hardware based Enabling and Disabling of Oscillators on page 208
and described in more detail below.
Table 10.1. Software based and Hardware based Enabling and Disabling of Oscillators
Oscillator
ULFRCO
LFRCO
LFXO
HFRCO
AUXHFRCO
HFXO
-
SW Enable
Via LFRCOEN in
CMU_OSCENCMD.
Via LFXOEN in
CMU_OSCENCMD.
Via HFRCOEN in
CMU_OSCENCMD.
Via AUXHFRCOEN in
CMU_OSCENCMD.
Via HFXOEN in
CMU_OSCENCMD.
-
SW Disable
Via LFRCODIS in
CMU_OSCENCMD.
Via LFXODIS in
CMU_OSCENCMD.
Via HFRCODIS in
CMU_OSCENCMD.
Via AUXHFRCODIS in
CMU_OSCENCMD.
Via HFXODIS in
CMU_OSCENCMD.
HW Enable
Enabled when in
EM0/EM1/EM2/EM3/
EM4H.
HW Disable
EM4S entry depending on configuration in
EMU_EM4CTRL.
Via the WDOG if it is configured to use LFRCO as its clock source via the CLKSEL bitfield in
WDOG_CTRL while
SWOSCBLOCK is set.
EM3 entry. EM4 entry depending on configuration in EMU_EM4CTRL.
Via the WDOG if it is configured to use LFXO as its clock source via the CLKSEL bitfield in
WDOG_CTRL while
SWOSCBLOCK is set.
Reset exit. EM2/EM3 exit. Automatic control by
LEUART RX/TX DMA wake-up as configured in
LEUARTn_CTRL.
EM3 entry. EM4 entry depending on configuration in EMU_EM4CTRL.
EM2/EM3/EM4 entry. Automatic control by
LEUART RX/TX DMA wake-up as configured in
LEUARTn_CTRL. Automatic start and selection of HFXO causes HFRCO disable.
Automatic control by
ADC.
EM2/EM3/EM4 entry. Automatic control by ADC even in EM2/EM3.
EM2/EM3/EM4 entry.
Automatic start by
EM0/EM1 entry as configured in
CMU_HFXOCTRL.
The LFXO and LFRCO can be enabled and disabled by software via the CMU_OSCENCMD register. The WDOG can be configured to force the LFXO or LFRCO to become (and remain) enabled when such an oscillator is selected as its clock source via the CLKSEL bitfield in the WDOG_CTRL register while SWOSCBLOCK is set. In that case LFXODIS and LFRCODIS commands are blocked. They are automatically disabled when entering EM3. Upon EM4 entry they are default turned off, but they can optionally be retained depending on the EMU_EM4CTRL configuration. Retaining of the LFXO or LFRCO in EM4 is needed if such an oscillator is required by a specific peripheral in EM4. Retaining can also be used to guarantee quick oscillator availability after EM4 exit.
Note:
In order to support usage of LFRCO and LFXO in EM4, their settings are automatically latched upon EM4 entry. These settings remain latched upon wake-up from EM4 to EM0 although the related registers (CMU_LFRCOCTRL, CMU_LFXOCTRL, CMU_LFECLKSEL,
CMU_LFECLKEN0 and CMU_LEEPRESC0) will have been reset. The registers can be rewritten by software, but they will only affect the LFRCO and LFXO after unlatching their settings by writing 1 to EM4UNLATCH in the EMU_CMD register.
Note:
Turning off the LFRCO and LFXO upon EM4 Hibernate/Shutoff entry is most easily done by using the RETAINLFRCO and RETAINLF-
XO bitfields from the EMU_EM4CTRL register, which are default such that the LFRCO and LFXO are turned off automatically upon
EM4 Hibernate/Shutoff entry. Alternatively the LFRCO and LFXO can be disabled via the CMU_OSCENCMD register, in which case software should wait for the oscillators to be properly disabled before executing the EM4 Hibernate/Shutoff entry routine.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 208
EFM32JG1 Reference Manual
CMU - Clock Management Unit
After enabling the LFRCO (or LFXO) it should not be disabled before it has been signaled to be ready. Similarly, after disabling the
LFRCO (or LFXO) it should not be re-enabled before it has been signaled to be non-ready. Before entering EM4, software should check that the LFRCO (or LFXO) is signaled to be ready before allowing or initiating the EM4 entry if that oscillator is required in EM4. Also, to guarantee latching the latest settings, no control write should be ongoing upon EM4 entry as can be checked via the CMU_SYNCBUSY register. Typical enable and disable sequences are as follows:
CMU->OSCENCMD = CMU_OSCENCMD_LFRCOEN;
while ((CMU->STATUS & CMU_STATUS_LFRCORDY) != CMU_STATUS_LFRCORDY);
CMU->OSCENCMD = CMU_OSCENCMD_LFRCODIS;
while ((CMU->STATUS & CMU_STATUS_LFRCORDY) == CMU_STATUS_LFRCORDY);
When the LFXO is disabled, the interface to the LFXTAL_N and LFXTAL_P pins are set in a high-Z state. The XTAL oscillations will not stop immediately when LFXO is disabled, but typically die out gradually over some 100 ms. If the LFXO is enabled before XTAL oscillations have had time to reach zero amplitude, startup time can be significantly shorter.
Note:
The LFRCORDY and LFXORDY interrupts can be used to wake up the system from EM2 DeepSleep. In this way busy waiting for the
LFRCO or LFXO to become ready can be avoided by going into EM2 after enabling these oscillators and sleeping until the interrupt causes a wakeup.
The ULFRCO is automatically enabled in EM0, EM1, EM2, EM3, and EM4H and cannot be controlled via CMU_OSCENCMD. It is automatically disabled upon entering EM4S unless prevented by the configuration in EMU_EM4CTRL.
The HFRCO can be enabled and disabled by software via the CMU_OSCENCMD register. The HFRCO is disabled automatically when entering EM2, EM3, or EM4. Further hardware based enabling and disabling can be performed by the LEUART when using automatic
RX/TX DMA wakeup as controlled by the RXDMAWU and TXDMAWU bits in the LEUARTn_CTRL register. An automatic start and selection of the HFXO will lead to an automatic HFRCO disabling.
The AUXHFRCO can be enabled and disabled by software via the CMU_OSCENCMD register. The AUXHFRCO is disabled automatically when entering EM2, EM3, or EM4. Hardware based AUXHFRCO enabling and disabling is however performed by the ADC module when AUXCLK is selected for its operation making it available even when being in EM2/EM3.
After enabling the AUXHFRCO, it should not be disabled before it has been signaled to be enabled. Similarly, after disabling the
AUXHFRCO, it should not be re-enabled before it has been signaled to be non-enabled. Typical enable and disable sequences are as follows:
CMU->OSCENCMD = CMU_OSCENCMD_AUXHFRCOEN;
while ((CMU->STATUS & CMU_STATUS_AUXHFRCOENS) != CMU_STATUS_AUXHFRCOENS);
CMU->OSCENCMD = CMU_OSCENCMD_AUXHFRCODIS;
while ((CMU->STATUS & CMU_STATUS_AUXHFRCOENS) == CMU_STATUS_AUXHFRCOENS);
Note:
When using AUXHFRCO as the debug trace clock (as selected in CMU_DBGCLKSEL), it must be stopped before entering EM2 or
EM3.
The HFXO can be enabled and disabled by software via the CMU_OSCENCMD register. The HFXO is disabled automatically when entering EM2, EM3, or EM4. Hardware based HFXO enabling can be initiated by various peripherals as configured via the AUTOSTAR-
TEM0EM1, AUTOSTARTSELEM0EM1 bits in the CMU_HFXOCTRL register. The interaction between hardware based and software based control of the HFXO is further explained in
10.3.2.9 Automatic HFXO Start .
After enabling the HFXO, it should not be disabled before it has been signaled to be enabled. Similarly, after disabling the HFXO it should not be re-enabled before it has been signaled to be non-enabled. Typical enable and disable sequences are as follows:
CMU->OSCENCMD = CMU_OSCENCMD_HFXOEN;
while ((CMU->STATUS & CMU_STATUS_HFXOENS) != CMU_STATUS_HFXOENS);
CMU->OSCENCMD = CMU_OSCENCMD_HFXODIS;
while ((CMU->STATUS & CMU_STATUS_HFXOENS) == CMU_STATUS_HFXOENS);
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 209
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.2.2 Oscillator Start-up Time and Time-out
The start-up time differs per oscillator and the usage of an oscillator clock can further be delayed by a time-out. The LFRCO, LFXO and the HFXO have a configurable time-out which is set by software in the (various) TIMEOUT bitfields of the CMU_LFRCOCTRL,
CMU_LFXOCTRL and CMU_HFXOTIMEOUTCTRL registers respectively. The time-out delays the assertion of the READY signal for
LFRCO, LFXO and HFXO and should allow for enough time for the oscillator to stabilize. The time-out can be optimized for the chosen crystal (for LFXO and HFXO) used in the application. In case LFRCO and/or LFXO has been retained throughout EM4 Hibernate/Shutoff, such retained oscillators can be quickly restarted for use as LFACLK, LFBCLK or LFECLK by using the minimum TIMEOUT settings for them. For the other RC oscillators (HFRCO, AUXHFRCO, and ULFRCO), the start-up time is known and a fixed time-out is used.
There are individual bits in the CMU_STATUS register for each oscillator indicating the status of the oscillator:
• ENABLED - Indicates that the oscillator is enabled
• READY - Start-up time including time-out is exceeded
These status bits are located in the CMU_STATUS register.
Additionaly, the HFXO has a second time-out counter which can be used to achieve deterministic start-up time based on timing from e.g. the LFXO. This second counter runs off LFECLK and can be programmed via the LFTIMEOUT bitfield in the CMU_HFXOCTRL register. It can be used when waking up from EM2 when either ULFRCO, LFRCO or LFXO is already running and stable. In this case the HFXO ready assertion can be delayed with the number of LFECLK cycles as programmed in LFTIMEOUT. The HFXO ready signal is asserted when both the TIMEOUT counter (configured via the CMU_HFXOTIMEOUTCTRL register) and the LFTIMEOUT counter
(configured via CMU_HFXOCTRL register) have timed out as shown in
Figure 10.2 CMU Deterministic HFXO startup using LFTIME-
is not as accurate as the time base accuracy that can be achieved for the LFTIMEOUT counter, specifically if that one is based on the
LFXO timing. If LFTIMEOUT is triggered before TIMEOUT is triggered, then the LFTIMEOUTERR bitfield in CMU_IF will be set to 1.
Note that use of LFTIMEOUT requires that the peripheral causing the wake-up is on the LFECLK domain.
Wake-up from EM2 with automatic HFXO start HFXO stable (non-deterministic) HFXO ready (deterministic) Automatic switch to HFXO and disable of HFRCO
CMU_STATUS.HFXORDY
CMU_STATUS.HFXOENS
CMU_HFCLKSEL.HF = HFXO
HFCLK
HFRCO
HFXO
LFECLK
TIMEOUT (based on CMU_HFXOTIMEOUTCTRL)
LFTIMEOUT (counting LFECLK cycles)
Figure 10.2 CMU Deterministic HFXO startup using LFTIMEOUT
The startup behavior of the HFXO also depends on how and how long the HFXO is disabled. This can be controlled by configuring the
XTI2GND, and XTO2GND bitfields in the CMU_HFXOCTRL register.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 210
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.2.3 Switching Clock Source
The HFRCO oscillator is a low energy oscillator with extremely short start-up time. Therefore, this oscillator is always chosen by hardware as the clock source for HFCLK when the device starts up (e.g. after reset and after waking up from EM2 DeepSleep and EM3
Stop). After reset, the HFRCO frequency is 19 MHz.
Software can switch between the different clock sources at run-time. E.g., when the HFRCO is the clock source, software can switch to
HFXO by writing the field HF in the CMU_HFCLKSEL command register. See
Figure 10.3 CMU Switching from HFRCO to HFXO before HFXO is ready on page 211
for a description of the sequence of events for this specific operation.
Note:
Before switching the HFCLKSRC to HFXO via the HF bitfield in CMU_HFCLKSEL it is important to first enable the HFXO. Switching to a disabled oscillator will effectively stop HFSRCCLK and only a reset can recover the system.
When selecting an oscillator which has been enabled, but which is not ready yet, the HFSRCCLK will stop for the duration of the oscillator start-up time since the oscillator driving it is not ready. This effectively stalls the Core Modules and the High-Frequency Peripherals.
It is possible to avoid this by first enabling the target oscillator, e.g. HFXO, and then wait for that oscillator to become ready before switching the clock source. This way, the system continues to run on the HFRCO until the target oscillator, e.g. HFXO, has timed out and provides a reliable clock. This sequence of events is shown in
Figure 10.4 CMU Switching from HFRCO to HFXO after HFXO is ready on page 212 .
A separate flag is set when the oscillator is ready. This flag can also be configured to generate an interrupt.
CMU_CMD.HFCLKSEL
CMU_OSCENCMD.HFRCOEN
CMU_OSCENCMD.HFRCODIS
CMU_OSCENCMD.HFXOEN
CMU_OSCENCMD.HFXODIS
CMU_STATUS.HFRCORDY
CMU_STATUS.HFRCOENS
CMU_STATUS.HFRCOSEL
CMU_STATUS..HFXORDY
CMU_STATUS.HFXOENS
CMU_STATUS.HFXOSEL
HFCLK
HFRCO
HFXO
00 02 00
HFXO time-out period
Figure 10.3 CMU Switching from HFRCO to HFXO before HFXO is ready
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 211
EFM32JG1 Reference Manual
CMU - Clock Management Unit
CMU_CMD.HFCLKSEL
CMU_OSCENCMD.HFRCOEN
CMU_OSCENCMD.HFRCODIS
CMU_OSCENCMD.HFXOEN
CMU_OSCENCMD.HFXODIS
CMU_STATUS.HFRCORDY
CMU_STATUS.HFRCOENS
CMU_STATUS.HFRCOSEL
CMU_STATUS.HFXORDY
CMU_STATUS.HFXOENS
CMU_STATUS.HFXOSEL
HFCLK
HFRCO
HFXO
00 02 00
HFXO time-out period
Figure 10.4 CMU Switching from HFRCO to HFXO after HFXO is ready
Switching clock source for LFACLK, LFBCLK, and LFECLK is done by setting the LFA, LFB and LFE bitfields in CMU_LFACLKSEL,
CMU_LFBCLKSEL, and CMU_LFECLKSEL respectively. To ensure no stalls in the Low Energy Peripherals, the clock source should be ready before switching to it.
Note:
To save energy, remember to turn off all oscillators not in use.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 212
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.2.4 HFXO Configuration
The High Frequency Crystal Oscillator needs to be configured to ensure safe startup for the given crystal. Refer to the Device Datasheet and application notes for guidelines in selecting correct components and crystals as well as for configuration trade-offs.
C
L1
38.0 – 40.0
MHz
C
L2
Gecko Device
HFXTAL_N
HFXTAL_P
C
TUNE
C
TUNE
Figure 10.5 HFXO Pin Connection
It is possible to connect an external clock source to the HFXTAL_N pin of the HFXO oscillator. Default the HFXO is started in crystal mode, but an active external sine wave or square wave clock can also be used as clock source. By configuring the MODE field in
CMU_HFXOCTRL to EXTCLK, the HFXO can be bypassed and the source clock can be provided through the HFXTAL_N pin.
Upon enabling the HFXO, a hardware state machine sequentially applies the configurable startup state and steady state control settings from the CMU_HFXOSTARTUPCTRL and CMU_HFXOSTEADYSTATECTRL registers. Configuration is required for both the startup state and the steady state of the HFXO. After reaching the steady operation state of the HFXO, further optimization can optionally be performed to optimize the HFXO for noise and current consumption. Optimization for noise can be performed by an automatic
Peak Detection Algorithm (PDA). Optimization for current can be performed by an automatic Shunt Current Optimization algorithm
(SCO). HFXO operation is possible without PDA and SCO at the cost of higher noise and current consumption than required.
Upon fully disabling the HFXO, the HFXTAL_N and HFXTAL_P pins can optionally be automatically pulled to ground as configured via the XTI2GND and XTO2GND bits respectively from the CMU_HFXOCTRL register. Do not set XTI2GND to 1 when the HFXO is in
EXTCLK mode and an external wave is connected.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 213
EFM32JG1 Reference Manual
CMU - Clock Management Unit
OFF
OFF
OFF
Reset ||
EM2/EM3 entry ||
(CMU->OSCENCMD = CMU_OSCENCMD_HFXODIS)
HFXO major mode configuration from CMU->HFXOCTRL:
· MODE
· LOWPOWER
Startup state configuration from CMU->HFXOSTARTUPCTRL:
· IBTRIMXOCORE
· CTUNE
· REGISH
· LOWPOWER
CMU->OSCENCMD = CMU_OSCENCMD_HFXOEN
STARTUP
Timeout configuration from CMU->HFXOTIMEOUTCTRL:
· STARTUPTIMEOUT
Steady state configuration from CMU->HFXOSTEADYSTATECTRL:
· IBTRIMXOCORE
· CTUNE
· REGISH
STEADY
Timeout configuration from CMU->HFXOTIMEOUTCTRL:
· STEADYTIMEOUT
HFXORDY = 1
OFF
PEAKDETSHUNTOPTMODE = CMD
HFXOPEAKDETRDY = 1
READY
CMU->CMD = CMU_CMD_HFXOSHUNTOPTSTART && PEAKDETSHUNTOPTMODE = CMD
HFXOSHUNTOPTRDY = 1
PEAKDETSHUNTOPTMODE = AUTOCMD ||
CMU->CMD = CMU_CMD_HFXOPEAKDETSTART && PEAKDETSHUNTOPTMODE = CMD
PDA
(Peak
Detection
Algorithm)
PEAKDETSHUNTOPTMODE = AUTOCMD
HFXOPEAKDETRDY = 1
OFF
SCO
(Shunt Current
Optimization)
OFF
Timeout configuration from CMU->HFXOTIMEOUTCTRL:
· PEAKDETTIMEOUT
Timeout configuration from CMU->HFXOTIMEOUTCTRL:
· SHUNTOPTTIMEOUT
Figure 10.6 CMU HFXO control state machine
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 214
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Refer to the Device Datasheet to find the configuration values for a given crystal. The startup state configuration needs to be written into the IBTRIMXOCORE and CTUNE bitfields of the CMU_HFXOSTARTUPCTRL register. The duration of the startup phase is configured in the STARTUPTIMEOUT bitfield of the CMU_HFXOTIMEOUTCTRL register. Similarly, the Device Datasheet provides the steady state configuration depending on the crystal's CL, RESR and oscillation frequency. This configuration is programmed into the IBTRIM-
XOCORE, REGISH and CTUNE bitfields of the CMU_HFXOSTEADYSTATECTRL register. The duration of the steady phase is configured in the STEADYTIMEOUT bitfield of the CMU_HFXOTIMEOUTCTRL register.
All HFXO configuration needs to be performed prior to enabling the HFXO via HFXOEN in CMU_OSCENCMD unless noted otherwise.
The HFXOENS flag in CMU_STATUS indicates if the HFXO has been succesfully enabled. Once the HFXO startup time (STARTUPTI-
MEOUT plus STEADYTIMEOUT) has exceeded, the HFXO is ready for use as indicated by the HFXORDY flag in CMU_STATUS. If
PDA and SCO are enabled, the HFXOPEAKDETRDY and HFXOSHUNTOPTRDY flags in the CMU_STATUS register indicate when these algorithms are ready and it is advised to also wait for these flags before using the HFXO.
The HFXO crystal bias current may be optimized and set to a value which decreases output phase noise without sacrificing PSR. This is done by programming the recommended IBTRIMXOCORE value into the CMU_HFXOSTEADYSTATECTRL register. The built-in
Peak Detector Algorithm (PDA) performs further optimization to accommodate for process variations. Once PDA is ready as indicated by the HFXOPEAKDETRDY flag, the found optimal bias current setting is available in the IBTRIMXOCORE bitfield of the CMU_HFXO-
TRIMSTATUS register. This IBTRIMXOCORE setting should be saved and can be applied directly during a future HFXO startup as a low noise setting by programming it into the corresponding bitfield in CMU_HFXOSTEADYSTATECTRL while the HFXO is off.
If low noise is not required, the same PDA algorithm can be configured to optimize the HFXO for low current consumption by enabling
LOWPOWER in the CMU_HFXOCTRL register before starting up the HFXO. The found IBTRIMXOCORE setting can be saved as a future low current setting.
Default PDA is started automatically once the HFXO has become ready. Repeated PDA can be triggered by writing HFXOPEAKDET-
START to 1 in the CMU_CMD register. PDA can also be triggered only by the command register by configuring PEAKDETSHUNTOPT-
MODE to CMD in the CMU_HFXOCTRL register before starting the HFXO. For PDA to work correctly, the REGISHUPPER bitfield of
CMU_HFXOSTEADYSTATECTRL should be programmed to the value of the steady state REGISH + 3. The PEAKDETTIMEOUT bitfield in the CMU_HFXOTIMEOUTCTRL register is used to time the PDA steps and needs to be configured according to the Device
Datasheet for the given crystal. The PEAKDETEN bitfield of the CMU_HFXOSTEADYSTATECTRL register is only used during manual
(i.e. fully software controlled) peak detection and is ignored during automatic or command based triggering of the PDA. Note that the manual PDA mode is not recommended for general usage and therefore it is not further described. PDA should not be used when using an external wave as clock source.
Current consumption can be (further) reduced by running Shunt Current Optimization (SCO) after PDA. Once SCO is ready as indicated by the HFXOSHUNTOPTRDY flag, the found optimal regulator output current setting is available in the REGISH bitfield of the
CMU_HFXOTRIMSTATUS register. This REGISH setting should be saved and can be applied directly during a future HFXO startup as a low current setting by programming it into the corresponding bitfield in CMU_HFXOSTEADYSTATECTRL while the HFXO is off. Normally SCO is run only for initial HFXO start up. The amplitude of the oscillator is not strongly dependent on temperature, but further optimization may be done each time that the temperature changes significantly. In that case, run SCO again by writing HFXOSHUN-
TOPTSTART to 1 in the CMU_CMD register. SCO depends on the LOWPOWER setting in the CMU_HFXOCTRL and needs to be rerun if that value has been changed.
Default SCO is started automatically once the HFXO has become ready and PDA has finished. Repeated SCO can be triggered by writing HFXOSHUNTOPTSTART to 1 in the CMU_CMD register. SCO can also be triggered only by the command register by configuring PEAKDETSHUNTOPTMODE to CMD in the CMU_HFXOCTRL register before starting the HFXO. For SCO to work correctly, the
REGISHUPPER bitfield of CMU_HFXOSTEADYSTATECTRL should be programmed to the value of the steady state REGISH + 3. The
SHUNTOPTTIMEOUT bitfield in the CMU_HFXOTIMEOUTCTRL register is used to time the SCO steps and needs to be configured according to the Device Datasheet for the given crystal. The REGSELILOW bitfield of the CMU_HFXOSTEADYSTATECTRL register is only used during manual (i.e. fully software controlled) shunt current optimization and is ignored during automatic or command based triggering of the SCO. Note that the manual SCO mode is not recommended for general usage and therefore it is not further described.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 215
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.2.5 LFXO Configuration
The Low Frequency Crystal Oscillator (LFXO) is default configured to ensure safe startup for all crystals. In order to optimize startup time and power consumption for a given crystal, it is possible to adjust the startup gain in the oscillator by programming the GAIN field in CMU_LFXOCTRL. Refer to the Device Datasheet and application notes for guidelines in selecting correct components and crystals as well as for configuration trade-offs.
The LFXO can be retained on in EM4 Hibernate/Shutoff. In that case its required configuration is latched/retained throughout EM4 even though the CMU_LFXOCTRL register itself will be reset. Upon EM4 exit the CMU_LFXOCTRL register therefore needs to be reconfigured to its original settings and the LFXO needs to be restarted via CMU_OSCENCMD, before optionally unlatching the retained LFXO configuration by writing 1 to EM4UNLATCH in the EMU_CMD register. The LFXO startup time is configured via the TIMEOUT bitfield of the CMU_LFXOCTRL register. In case the LFXO has been retained throughout EM4 Hibernate/Shutoff, it can be quickly restarted for use as LFACLK, LFBCLK or LFECLK by using its minimum TIMEOUT setting. While retained, the LFXO can be used downto EM4 Hibernate as source for LFECLK and downto EM4 Shutoff as source for CRYOCLK.
The LFXO crystal is connected to the LFXTAL_N/LFXTAL_P pins as shown in
Figure 10.7 LFXO Pin Connection on page 216
Figure 10.7 LFXO Pin Connection
It is possible to connect an external clock source to the LFXTAL_N pin of the LFXO oscillator. By configuring the MODE field in
CMU_LFXOCTRL, the LFXO can be bypassed. If MODE is set to BUFEXTCLK, an external active sine source can be used as clock source. If MODE is set to DIGEXTCLK, an external active CMOS source can be used as clock source.
The LFXO includes on-chip tunable capacitance, which can replace external load capacitors. The TUNING bitfield of the
CMU_LFXOCTRL register is used to tune the internal load capacitance connected between LFXTAL_P and ground and LFXTAL_N and ground symmetrically. The capacitance range and step size information is available in the device datasheets. Use the formula below to calculate the TUNING bitfield:
TUNING = ((desiredTotalLoadCap * 2 - Min(C
LFXO_T
)) / C
LFXO_TS
)
Equation: CMU LFXO Tuning Capacitance Equation
These tunable capacitors can also be used to compensate for temperature drift of the XTAL in software. Crystals normally have a temperature dependency which is given by a parabolic function. The crystal has highest frequency at its turnover temperature, normally
25C. The frequency is reduced following a parabola for higher and lower temperatures. The LFXO offers a mechanism to internally add capacitance on the LFXTAL_N and LFXTAL_P pins (in parallel to an optional external load capacitance). The variation in frequency as a function of temperature can therefore be compensated by adjusting the load capacitance. When the temperature compensation scheme is used, the maximum internal capacitance should be used to obtain good frequency matching at the turnover temperature. For higher and lower temperatures one then has the maximum tuning range available. The external load capacitance must then of course
be reduced accordingly. Note that the ADC ( 22. ADC - Analog to Digital Converter
) includes an embedded temperature sensor and that
with this LFXO temperature compensation scheme.
The XTAL oscillation amplitude can be controlled via the HIGHAMPL bitfield in CMU_LFXOCTRL. Setting HIGHAMPL to 1 will result in higher amplitude, which in turn provides safer operation, somewhat improved duty cycle, and lower sensitivity to noise at the cost of increased current consumption.
The AGC bit of the CMU_LFXOCTRL register is used to turn on or off the Automatic Gain Control module that adjusts the amplitude of the XTAL. When disabled, the LFXO will run at the startup current and the XTAL will oscillate rail to rail, again providing safer operation, improved duty cycle, and lower sensitivity to noise at the cost of increased current consumption.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 216
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.2.6 HFRCO and AUXHFRCO Configuration
It is possible to calibrate the HFRCO and AUXHFRCO to achieve higher accuracy (see the device datasheets for details on accuracy).
The frequency is adjusted by changing the TUNING and FINETUNING bitfields in CMU_HFRCOCTRL and CMU_AUXHFRCOCTRL.
Changing to a higher value will result in a lower frequency. Please refer to the datasheet for stepsize details.
The HFRCO and AUXHFRCO can be set to one of several different frequency bands from 1 MHz to 38 MHz by setting the FREQ-
RANGE field in CMU_HFRCOCTRL and CMU_AUXHFRCOCTRL. The HFRCO and AUXHFRCO frequency bands are calibrated during production test, and the production tested calibration values can be read from the Device Information (DI) page. The DI page contains a separate tuning value for each frequency band. During reset, HFRCO and AUXHFRCO tuning values are set to the production calibrated values for the 19 MHz band, which is the default frequency band. When changing to a different HFRCO or AUXHFRCO band, make sure to also update the TUNING value and other bitfields in the CMU_HFRCOCTRL and CMU_AUXHFRCOCTRL registers. Typically the entire register is written with a value obtained from the Device Information (DI) page. Please refer to for information on which frequency band settings are stored in the DI page.
The frequency can be tuned more accurately, at the cost of increased current consumption, via the FINETUNING bitfield if finetuning has been enabled via the FINETUNINGEN bit. The HFRCO and AUXHFRCO both contain a local prescaler, which can be used in combination with any FREQRANGE setting. These prescalers allow the output clocks to be divided by 1, 2, or 4 as configured in the
CLKDIV bitfield.
10.3.2.7 LFRCO Configuration
It is possible to calibrate the LFRCO to achieve higher accuracy (see the device datasheets for details on accuracy). The frequency is adjusted by changing the TUNING bitfield in CMU_LFRCOCTRL. Changing to a higher value will result in a lower frequency. Please refer to the datasheet for stepsize details.
The LFRCO can be retained on in EM4 Hibernate/Shutoff. In that case its required configuration is latched/retained throughout EM4 even though the CMU_LFRCOCTRL register itself will be reset. Upon EM4 exit the CMU_LFRCOCTRL register therefore needs to be reconfigured to its original settings and the LFRCO needs to be restarted via CMU_OSCENCMD, before optionally unlatching the retained LFRCO configuration by writing 1 to EM4UNLATCH in the EMU_CMD register. The LFRCO startup time is configured via the
TIMEOUT bitfield of the CMU_LFRCOCTRL register. Default its 16 cycle startup should be used. However, in case the LFRCO has been retained throughout EM4 Hibernate/Shutoff, it can be quickly restarted for use as LFACLK or LFBCLK by using its minimum TIME-
OUT setting. While retained, the LFRCO can be used downto EM4 Hibernate as source for LFECLK and downto EM4 Shutoff as source for CRYOCLK.
The LFRCO is also calibrated in production and its TUNING values are set to the correct value during reset.
The LFRCO can be put in duty cycle mode by setting the ENVREF bit in CMU_LFRCOCTRL to 1 before starting the LFRCO. This will reduce current consumption, but will result in slightly worse accuracy especially at high temperatures. Setting the ENCHOP and/or EN-
DEM bitfields to 1 in CMU_LFRCOCTRL register will improve the average LFRCO frequency accuracy at the cost of a worse cycle to cycle accuracy.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 217
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.2.8 RC Oscillator Calibration
The CMU has built-in HW support to efficiently calibrate the RC oscillators (LFRCO, HFRCO, AUXHFRCO) at run-time, see
10.9 HW-support for RC Oscillator Calibration on page 218
for an illustration of this circuit. The concept is to select a reference and compare the RC frequency with the reference frequency. When the calibration circuit is started, one down-counter running on a selectable clock (DOWNSEL in CMU_CALCTRL) and one up-counter running on a selectable clock (UPSEL in CMU_CALCTRL) are started simultaneously. The top value for the down-counter must be written to CMU_CALCNT before calibration is started. The down-counter counts for CMU_CALCNT+1 cycles. When the down-counter has reached 0, the up-counter is sampled and the CALRDY interrupt flag is set. If CONT in CMU_CALCTRL is cleared, the counters are stopped after finishing the ongoing calibration. If continuous mode is selected by setting CONT in CMU_CALCTRL the down-counter reloads the top value and continues counting and the up-counter restarts from 0. Software can then read out the sampled up-counter value from CMU_CALCNT. The up-counter has counted (the sampled value)+1 cycles. The ratio between the reference and the oscillator subject to the calibration can easily be found using top+1 and sample+1. Overflows of the up-counter will not occur. If the up-counter reaches its top value before the down-counter reaches 0, the upcounter stays at its top value. Calibration can be stopped by writing CALSTOP in CMU_CMD. With this HW support, it is simple to write efficient calibration algorithms in software.
DOWNCLK Domain
AUXHFRCO
HFRCO
LFRCO
HFXO
LFXO
PRS[PRSDOWNSEL]
(Default) HFCLK
CMU_CALCTRL.DOWNSEL
DOWNCLK
20-bit down-counter
= 0 ?
UPCLK Domain
AUXHFRCO
HFRCO
LFRCO
HFXO
LFXO
PRS[PRSUPSEL]
CMU_CALCTRL.UPSEL
UPCLK
SYNC
20-bit up-counter
HFCLK Domain
Reload down-counter with top value in continuous mode.
TOP
Take snapshot of up-counter in up-counter bufffer. If in continuous mode, restart upcounter from 0.
20-bit up-counter buffer
Write top-value using
CMU_CALCNT before starting calibration.
SYNC
CMU_CALCNT
SYNC
Set CMU_IF.CALRDY
Figure 10.9 HW-support for RC Oscillator Calibration
The counter operation for single and continuous mode are shown in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 218
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Up-counter sampled and CALRDY interrupt flag set.
Sampled value available in
CMU_CALCNT.
Up-counter
0
TOP
Down-counter
0
Calibration Started
Calibration Stopped
(counters stopped)
Figure 10.10 Single Calibration (CONT=0)
Up-counter sampled and CALRDY interrupt flag set.
Sampled value available in
CMU_CALCNT.
Up-counter sampled and CALRDY interrupt flag set.
Sampled value available in
CMU_CALCNT.
Up-counter
0
TOP
Down-counter
0
Calibration Started
Figure 10.11 Continuous Calibration (CONT=1)
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 219
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.2.9 Automatic HFXO Start
The enabling of the HFXO and its selection as HFCLKSRC source can be performed automatically by hardware. Automatic control of the HFXO is controlled via the AUTOSTARTSELEM0EM1 and AUTOSTARTEM0EM1 bits in the CMU_HFXOCTRL register. It further depends on the energy mode of the EFM32 .
An automatic HFXO enable is performed only if any of the following conditions are met:
• EFM32 is in EM0/EM1 and AUTOSTARTEM0EM1 or AUTOSTARTSELEM0EM1 are set to 1.
An automatic HFXO select is performed only if any of the following conditions is met:
• EFM32 is in EM0/EM1 and AUTOSTARTSELEM0EM1 is set to 1.
Whenever any of the conditions for automatic HFXO enable is met, software is not alllowed to disable the HFXO. An attempt to do so
(e.g. by writing 1 to the HFXODIS bit) is ignored and causes the HFXODISERR bit in the CMU_IF register to be set to 1. Similarly, whenever any of the conditions for automatic HFXO selection is met, software is not alllowed to deselect the HFXO as clock source for
HFSRCCLK. An attempt to do so (e.g. by selecting another clock source via CMU_HFCLKSEL) is ignored and causes the HFXODI-
SERR bit in the CMU_IF register to be set to 1. Note that CMUERR is not implied by HFXODISERR. CMUERR will not get set to 1 for the above scenarios in which HFXODISERR gets set.
Software can only disable or deselect the HFXO after removing all of the HFXO automatic enable or select reasons. Note that if the autostart functionality is not used, software can always disable or deselect the HFXO even if hardware requires the HFXO as indicated via HFXOREQ bitfield in CMU_STATUS. The HFXODISERR flag will not get set in that case. The HFXO is only disabled by hardware upon EM2, EM3 or EM4 entry.
In case that AUTOSTARTSELEM0EM1 is set to 1 in EM0/EM1 (irrespective of the other autostart bits), the HFXO select will occur immediately, even if HFXO is not ready yet. Upon wake-up into EM0/EM1 this can therefore lead to a relatively long startup time as the system will not start operating from the HFRCO as it would otherwise do.
Note that the user should take care that the settings in the MSC_READCTRL and CMU_CTRL registers, as described in
10.3.3 Configuration For Operating Frequencies
, are compatible with 40 MHz HFXO operation before enabling the HFXO automatic startup feature.
A basic automatic HFXO start scenario is shown in
Figure 10.12 CMU Automatic startup and selection of HFXO on page 220
.
EM0/EM1 entry with CMU_HFXOCTRL.AUTOSTARTSELEM0EM1 = 1
HFXO ready Automatic switch to HFXO (and disable of HFRCO)
CMU_STATUS.HFRCORDY
CMU_STATUS.HFRCOENS
CMU_HFCLKSTATUS.HF = HFRCO
CMU_STATUS.HFXORDY
CMU_STATUS.HFXOENS
CMU_HFCLKSTATUS.HF = HFXO
HFCLK
HFRCO
HFXO
Figure 10.12 CMU Automatic startup and selection of HFXO
If an automatic selection of HFXO is performed, which switches the clock source used for HFCLKSRC, then the HFXOAUTOSW bit in
CMU_IF is set to 1. After automatic enable and selection of the HFXO, the HFRCO is automatically disabled in case it is running. The disabling of a running HFRCO is signalled via the HFRCODIS bit in CMU_IF. This only applies to the HFRCO. If for example the LFXO was used as HFSRCCLK at the time of automatic selection of the HFXO, the LFXO remains unaffected.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 220
EFM32JG1 Reference Manual
CMU - Clock Management Unit
The interaction between automatic HFXO startup and selection with startup and selection of HFRCO is shown in
HFRCO startup/selection while awaiting automatic HFXO startup/selection on page 221
.
EM0/EM1 entry with CMU_HFXOCTRL.AUTOSTARTSELEM0EM1 = 0
EM0/EM1 Entry
&&
CMU_HFXOCTRL.AUTOSTARTSELEM0EM1 = 0 HFRCO selected HFXO ready Automatic switch to HFXO and disable of HFRCO
CMU_STATUS.HFRCORDY
CMU_STATUS.HFRCOENS
CMU_HFCLKSTATUS.HF = HFRCO
CMU_STATUS.HFXORDY
CMU_STATUS.HFXOENS
CMU_HFCLKSTATUS.HF = HFXO
HFCLK
HFRCO
HFXO
Figure 10.13 CMU HFRCO startup/selection while awaiting automatic HFXO startup/selection
Figure 10.14 CMU Automatic HFXO startup/selection while HFRCO started/selected
10.3.3 Configuration For Operating Frequencies
The HFXO is capable of driving crystals up to 40 MHz, which allows the EFM32 to run at up to this frequency. The MSC and the Low
Energy Peripheral Interface however need to be configured correctly to allow operation at higher frequencies as explained below.
The MODE bitfield in MSC_READCTRL makes sure the flash is able to operate at the given HFCLK frequency by inserting wait states for flash accesses. The required settings for controlling flash wait states are shown in
able to operate at the given HFBUSCLK
LE
frequency by inserting wait states when using this interface. The required settings are shown
in Table 10.3 Configuration For Operating Frequencies: Low Energy Peripheral Interface on page 221 .
Before going to a high frequency, make sure the registers in the table have the correct values. When going down in frequency, make sure to keep the registers at the values required by the higher frequency until after the switch has been done.
Table 10.2. Configuration For Operating Frequencies: Flash Wait States
Condition
HFCLK <= 25 MHz
HFCLK > 25 MHz
MODE in MSC_READCTRL
WS0 / WS1
WS1
Table 10.3. Configuration For Operating Frequencies: Low Energy Peripheral Interface
Condition
HFBUSCLK
LE
<= 32 MHz
HFBUSCLK
LE
> 32 MHz
WSHFLE in CMU_CTRL
0 / 1
1
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 221
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.4 Energy Modes
The availability of oscillators and system clocks depends on the chosen energy mode. Default the high frequency oscillators (HFRCO,
AUXHFRCO, and HFXO) and high frequency clocks (HFSRCLK, HFCLK, HFCORECLK, HFBUSCLK, HFPERCLK, HFCLKLE) are available downto EM1 Sleep. From EM2 DeepSleep onwards these oscillators and clocks are normally off, although special cases exist as summarized in
Table 10.4 Oscillator and clock availability in Energy Modes on page 222
and Table 9.2 EMU Energy Mode Overview on page 157 . The CMU overview figure in
Figure 10.1 CMU Overview on page 204 also indicates which oscillators and clocks can be
used in what energy modes.
The low frequency oscillators (LFRCO and LFXO) are available in all energy modes except in EM3 Stop when they are off by definition.
Default these oscillators are also off in EM4 Hibernate and EM4 Shutoff, but they can be retained on in these states as well if needed.
The ultra low frequency oscillator (ULFRCO) is default on in all energy modes, except for EM4 Shutoff, but it can be retained on in that state as well if needed. The low frequency clocks (LFACLK, LFBCLK, LFECLK, WDOGCLK, and CRYOCLK) are in various power domains and therefore their availability not only depends on the chosen clock source, but also on the chosen energy mode as indicated in
Table 10.4 Oscillator and clock availability in Energy Modes on page 222
.
Table 10.4. Oscillator and clock availability in Energy Modes
HFRCO
HFXO
AUXHFRCO
LFRCO, LFXO
ULFRCO
HFSRCLK, HFCLK,
HFCORECLK,
HFBUSCLK,
HFPERCLK,
HFCLKLE
AUXCLK
LFACLK, LFBCLK
LFECLK
WDOGCLK
CRYOCLK
RFSENSECLK
EM0 Active/EM1
Sleep
On
EM2 DeepSleep
Off
Off
On
Off
EM3 Stop
Off
Off
Off
On
Off
EM4 Hibernate
Off
Off
Off
On
Off
Off
Off
Off
EM4 Shutoff
Off
Off
Off
Off
Off
Off
Off
Off
1 Under software control.
2 Default off, but kept active if used by the ADC.
3 Default off, but can be retained on.
4 On only if ULFRCO is used as clock source.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 222
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.3.5 Clock Output on a Pin
It is possible to configure the CMU to output clocks on the CMU_OUT0 and CMU_OUT1 pins. This clock selection is done using the
CLKOUTSEL0 and CLKOUTSEL1 bitfields respectively in CMU_CTRL. The required output pins must be enabled in the CMU_ROU-
TEPEN register and the pin locations can be configured in the CMU_ROUTELOC0 register. The following clocks can be output on a pin:
• HFSRCCLK and HFEXPCLK. The HFSRCCLK is the high frequency clock before any prescaling has been applied. The HFEXPCLK is a prescaled version of HFCLK as controlled by the HFEXPPRESC bitfield in the CMU_HFPRESC register.
• The unqualified clock output from any of the oscillators (ULFRCO, LFRCO, LFXO, HFXO). Note that these unqualified clocks can exhibit glitches or skewed duty-cycle during startup and therefore these clock outputs are normally not used before observing the related ready flag being set to 1 in CMU_STATUS.
• The qualified clock from any of the oscillators (ULFRCO, LFRCO, LFXO, HFXO, HFRCO, AUXHFRCO). A qualified clock will not have any glitches or skewed duty-cycle during startup. For LFRCO, LFXO and HFXO correct configuration of the TIMEOUT bitfield(s) in CMU_LFRCOCTRL, CMU_LFXOCTRL and CMU_HFXOTIMEOUTCTRL respectively is required to guarantee a properly qualified clock.
HFCLK will not have a 50-50 duty cycle when any other division factor than 1 is used in CMU_HFPRESC (i.e. if PRESC is not equal to
0). In such a case, the exported HFEXPCLK will therefore also not be 50-50 when its division factor is not set to an even number in
CMU_HFEXPPRESC.
10.3.6 Clock Output on PRS
The CMU can be used as a PRS producer. It can output clocks onto PRS which can be selected by a consumer as CMUCLKOUT0 and
CMUCLKOUT1. The clocks which can be produced via CMUCLKOUT0 and CMUCLKOUT1 are selected via the CLKOUTSEL0 and
CLKOUTSEL1 fields respectively in CMU_CTRL.
Note that the CLKOUTSEL0 and CLKOUTSEL1 fields are also used for selecting which clock is output onto a pin as described in
configuration of the CMU_ROUTEPEN and CMU_ROUTELOC0 registers.
10.3.7 Error Handling
Certain restrictions apply to how and when the CMU registers can be configured as is desribed for the respective registers. Not adhering to these restrictions can lead to unpredictable and non-defined behaviour. Some of these software restrictions are checked in hardware and not adhering to them will cause the CMUERR interrupt flag in CMU_IF to be set to 1. The restrictions impacting CMUERR are as follows:
• CMU_HFRCOCTRL should not be written while HFRCOBSY in the CMU_SYNCBUSY register is set to 1.
• CMU_AUXHFRCOCTRL should not be written while AUXHFRCOBSY in the CMU_SYNCBUSY register is set to 1.
• CMU_HFXOSTARTUPCTRL, CMU_HFXOSTEADYSTATECTRL and CMU_HFXOTIMEOUTCTRL should not be written while
HFXOBSY in the CMU_SYNCBUSY register is set to 1. Note that writes to CMU_HFXOCTRL do not impact CMUERR. Although most of its bitfields need to be configured before enabling the HFXO, it it allowed to change the AUTOSTART bits (i.e. AUTOSTART-
SELEM0EM1 and AUTOSTARTEM0EM1) at any time.
• HFXO should not be enabled before it has been properly disabled (so only enable HFXO when HFXOENS=0 or HFXOBSY=0). Likewise, HFXO should not be disabled before it has been properly enabled (so only disable HFXO when HFXOENS=1 or HFXOB-
SY=0).
• CMU_LFRCOCTRL should not be written while LFRCOBSY in the CMU_SYNCBUSY register is set to 1. The GMCCURTUNE bitfield should not be written with a differing value while the LFRCOVREFBSY flag is set to 1.
• CMU_LFXOCTRL should not be written while LFXOBSY in the CMU_SYNCBUSY register is set to 1.
10.3.8 Interrupts
The interrupts generated by the CMU module are combined into one interrupt vector. If CMU interrupts are enabled, an interrupt will be made if one or more of the interrupt flags in CMU_IF and their corresponding bits in CMU_IEN are set.
10.3.9 Wake-up
The CMU can be (partially) active all the way down to EM4 Shutoff. It can wake up the CPU from EM2 upon LFRCO or LFXO becoming ready as LFRCORDY and LFXORDY can be used as wake-up interrupt.
10.3.10 Protection
It is possible to lock the control- and command registers to prevent unintended software writes to critical clock settings. This is controlled by the CMU_LOCK register.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 223
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.4 Register Map
The offset register address is relative to the registers base address.
Offset Name
RW
RW
RW
RW
RWH
W1
W1
RW
W1
RW
RW
RW
RW
Type
RW
RWH
RW
RW
RW
RW
RW
RW
RW
RW
RW
RW
RW
RW
RW
RW
R
R
R
R
W1
(R)W1
Description
Oscillator Enable/Disable Command Register
High Frequency Clock Select Command Register
Low Frequency A Clock Select Register
Low Frequency B Clock Select Register
Low Frequency E Clock Select Register
High Frequency Bus Clock Enable Register 0
High Frequency Peripheral Clock Enable Register 0
Low Frequency A Clock Enable Register 0 (Async Reg)
Low Frequency B Clock Enable Register 0 (Async Reg)
Low Frequency E Clock Enable Register 0 (Async Reg)
High Frequency Clock Prescaler Register
High Frequency Core Clock Prescaler Register
High Frequency Peripheral Clock Prescaler Register
High Frequency Export Clock Prescaler Register
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 224
Offset Name
Type
RW
RW
W
R
RW
RW
RW
RW
RW
RWH
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Description
Low Frequency A Prescaler Register 0 (Async Reg)
Low Frequency B Prescaler Register 0 (Async Reg)
I/O Routing Pin Enable Register
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 225
10.5 Register Description
10.5.1 CMU_CTRL - CMU Control Register
Offset
0x000
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 226
Bit
31:21
20
19:17
16
15:9
8:5
4
3:0
EFM32JG1 Reference Manual
CMU - Clock Management Unit
6
7
9
10
1
2
3
Value
0
11
12
13
14
15
Name
Reserved
HFPERCLKEN
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
1
Set to enable the HFPERCLK.
RW HFPERCLK Enable
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
WSHFLE 0 RW Wait State for High-Frequency LE Interface
Set to allow access to LE peripherals when running HFBUSCLK
LE
at frequencies higher than 32 MHz
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CLKOUTSEL1 0x0 RW Clock Output Select 1
Controls the clock output multiplexer. To actually output on the pin, set CLKOUT1PEN in CMU_ROUTE.
Mode
DISABLED
ULFRCO
LFRCO
LFXO
HFXO
HFEXPCLK
ULFRCOQ
LFRCOQ
LFXOQ
HFRCOQ
AUXHFRCOQ
HFXOQ
HFSRCCLK
Description
Disabled
ULFRCO (directly from oscillator)
LFRCO (directly from oscillator)
LFXO (directly from oscillator)
HFXO (directly from oscillator)
HFEXPCLK
ULFRCO (qualified)
LFRCO (qualified)
LFXO (qualified)
HFRCO (qualified)
AUXHFRCO (qualified)
HFXO (qualified)
HFSRCCLK
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CLKOUTSEL0 0x0 RW Clock Output Select 0
Controls the clock output multiplexer. To actually output on the pin, set CLKOUT0PEN in CMU_ROUTE.
7
9
10
11
1
2
3
6
Value
0
Mode
DISABLED
ULFRCO
LFRCO
LFXO
HFXO
HFEXPCLK
ULFRCOQ
LFRCOQ
LFXOQ
Description
Disabled
ULFRCO (directly from oscillator)
LFRCO (directly from oscillator)
LFXO (directly from oscillator)
HFXO (directly from oscillator)
HFEXPCLK
ULFRCO (qualified)
LFRCO (qualified)
LFXO (qualified)
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 227
Bit Name
12
13
14
15
Reset
HFRCOQ
AUXHFRCOQ
Access Description
HFRCO (qualified)
AUXHFRCO (qualified)
HFXOQ
HFSRCCLK
HFXO (qualified)
HFSRCCLK
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 228
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.2 CMU_HFRCOCTRL - HFRCO Control Register
Write this register to set the frequency band in which the HFRCO is to operate. Always update all fields in this registers at once by writing the value for the desired band, which has been obtained from the Device Information page entry for that band. The TUNING,
FINETUNING, FINETUNINGEN and CLKDIV bitfields can be used to tune a specific band (FREQRANGE) of the oscillator to a nonpreconfigured frequency. When changing this setting there will be no glitches on the HFRCO output, hence it is safe to change this setting even while the system is running on the HFRCO. Only write CMU_HFRCOCTRL when it is ready for an update as indicated by
HFRCOBSY=0 in CMU_SYNCBUSY.
Offset Bit Position
0x010
Reset
Access
Name
Bit
31:28
27
26:25
24
23:21
20:16
15:14
13:8
7
6:0
Name
VREFTC
Reset
0xB
Access Description
RW HFRCO Temperature Coefficient Trim on Comparator Reference
Writing this field adjusts the temperature coefficient trim on comparator reference.
FINETUNINGEN 0 RW
Settings this bit enables HFRCO fine tuning.
Enable reference for fine tuning
CLKDIV 0x0 RW Locally divide HFRCO Clock Output
Writing this field configures the HFRCO clock output divider.
1
2
Value
0
Mode
DIV1
DIV2
DIV4
Description
Divide by 1.
Divide by 2.
Divide by 4.
LDOHP 1 RW HFRCO LDO High Power Mode
Settings this bit puts the HFRCO LDO in high power mode.
CMPBIAS 0x2 RW HFRCO Comparator Bias Current
Writing this field adjusts the HFRCO comparator bias current.
FREQRANGE 0x08 RW HFRCO Frequency Range
Writing this field adjusts the HFRCO frequency range.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
FINETUNING 0x1F RWH HFRCO Fine Tuning Value
Writing this field adjusts the HFRCO fine tuning value. Higher value means lower frequency. Fine tuning is only enabled when FINETUNINGEN is set.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
TUNING 0x3C RWH HFRCO Tuning Value
Writing this field adjusts the HFRCO tuning value. Higher value means lower frequency.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 229
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.3 CMU_AUXHFRCOCTRL - AUXHFRCO Control Register
Write this register with the production calibrated values from the Device Info pages. The TUNING, FINETUNING, FINETUNINGEN and
CLKDIV bitfields can be used to tune a specific band (FREQRANGE) of the oscillator to a non-preconfigured frequency. Only write
CMU_AUXHFRCOCTRL when it is ready for an update as indicated by AUXHFRCOBSY=0 in CMU_SYNCBUSY.
Offset Bit Position
0x018
Reset
Access
Name
Bit
31:28
27
26:25
24
23:21
20:16
15:14
13:8
7
6:0
Name
VREFTC
Reset
0xB
Access Description
RW AUXHFRCO Temperature Coefficient Trim on Comparator Reference
Writing this field adjusts the temperature coefficient trim on comparator reference.
FINETUNINGEN 0 RW Enable reference for fine tuning
Settings this bit enables AUXHFRCO fine tuning.
CLKDIV 0x0 RW Locally divide AUXHFRCO Clock Output
Writing this field configures the AUXHFRCO clock output divider.
1
2
Value
0
Mode
DIV1
DIV2
DIV4
Description
Divide by 1.
Divide by 2.
Divide by 4.
LDOHP 1 RW AUXHFRCO LDO High Power Mode
Settings this bit puts the AUXHFRCO LDO in high power mode.
CMPBIAS 0x2 RW AUXHFRCO Comparator Bias Current
Writing this field adjusts the AUXHFRCO comparator bias current.
FREQRANGE 0x08 RW AUXHFRCO Frequency Range
Writing this field adjusts the AUXHFRCO frequency range.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
FINETUNING 0x1F RW AUXHFRCO Fine Tuning Value
Writing this field adjusts the AUXHFRCO fine tuning value. Higher value means lower frequency. Fine tuning is only enabled when FINETUNINGEN is set.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
TUNING 0x3C RW AUXHFRCO Tuning Value
Writing this field adjusts the AUXHFRCO tuning value. Higher value means lower frequency.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 230
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.4 CMU_LFRCOCTRL - LFRCO Control Register
Offset
0x020
Reset
Access
Name
Bit Position
Bit
31:28
27:26
25:24
23:19
18
17
16
15:9
8:0
Name Reset Access Description
GMCCURTUNE 0x8 RW Tuning of gmc current
Set to tune GMC current. This field is updated with the production calibrated value during reset, and the reset value might therefore vary between devices.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
TIMEOUT 0x1 RW LFRCO Timeout
Configures the start-up delay for LFRCO. Do not change while LFRCO is enabled. When starting up the LFRCO after it has been completely turned off, use TIMEOUT=16cycles. If the LFRCO has been retained on in EM4, then the TIMEOUT=2cycles configuration is also allowed when re-enabling the LFRCO after EM4 exit (as it is still running).
Value
0
1
2
Mode
2CYCLES
16CYCLES
32CYCLES
Description
Timeout period of 2 cycles
Timeout period of 16 cycles
Timeout period of 32 cycles
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
ENDEM 1 RW Enable dynamic element matching
Set to enable dynamic element matching. This improves average frequency accuracy at the cost of increased jitter.
ENCHOP 1 RW Enable comparator chopping
Set to enable comparator chopping. This improves average frequency accuracy at the cost of increased jitter.
ENVREF 0 RW Enable duty cycling of vref
Set to enable duty cycling of vref. Clear during calibration of LFRCO. Only change when LFRCO is off.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
TUNING 0x100 RW LFRCO Tuning Value
Writing this field adjusts the LFRCO frequency (the higher the value, the lower the frequency). This field is updated with the production calibrated value during reset, and the reset value might therefore vary between devices.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 231
10.5.5 CMU_HFXOCTRL - HFXO Control Register
Offset
0x024
Reset
Access
Bit Position
Name
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 232
Bit
31:30
29
28
27
26:24
23:11
10
9
8
7:6
5:4
EFM32JG1 Reference Manual
CMU - Clock Management Unit
6
7
4
5
1
2
3
Value
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
AUTOSTARTSE-
LEM0EM1
AUTOSTAR-
TEM0EM1
0 RW Automatically start and select of HFXO upon EM0/EM1 entry from
EM2/EM3
This bit enables automatic start-up and immediate selection of the HFXO when in EM0/EM1 (also after entry from EM2/
EM3). Note that setting this bit to 1 will stall HFSRCCLK until HFXO becomes ready. Allowed to change at any time.
0 RW Automatically start of HFXO upon EM0/EM1 entry from EM2/EM3
This bit enables automatic start-up of the HFXO when in EM0/EM1 (also after entry from EM2/EM3) without causing an automatic HFXO selection. Allowed to change at any time.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LFTIMEOUT 0x0 RW HFXO Low Frequency Timeout
Configures the start-up delay for HFXO measured in LFECLK cycles. Only change when both HFXO and LFECLK are off.
Mode
0CYCLES
2CYCLES
4CYCLES
16CYCLES
32CYCLES
64CYCLES
1KCYCLES
4KCYCLES
Description
Timeout period of 0 cycles (disabled)
Timeout period of 2 cycles
Timeout period of 4 cycles
Timeout period of 16 cycles
Timeout period of 32 cycles
Timeout period of 64 cycles
Timeout period of 1024 cycles
Timeout period of 4096 cycles
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
XTO2GND 0 RW Clamp HFXTAL_P pin to ground when HFXO oscillator is off.
Set to enable grounding of HFXTAL_P pin when HFXO oscillator is off
XTI2GND 0 RW Clamp HFXTAL_N pin to ground when HFXO oscillator is off.
Set to enable grounding of HFXTAL_N pin when HFXO oscillator is off. Do not enable if MODE=EXTCLK and an external source is supplied.
LOWPOWER 0 RW Low power mode control.
Set LOWPOWER=1 to enable low current consumption.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
PEAKDETSHUN-
TOPTMODE
0x0 RW HFXO Automatic Peak Detection and shunt current optimization mode
Set to AUTOCMD to allow automatic HFXO peak detection and shunt current optimization (MANUAL mode provides direct control of IBTRIMXOCORE, REGISH, PEAKDETEN, REGSELILOW).
Value
0
1
Mode
AUTOCMD
CMD
Description
Automatic control of HFXO peak detection and shunt optimization sequences. CMU_CMD HFXOPEAKDETSTART and HFXOSHUNTOPT-
START can also be used.
CMU_CMD HFXOPEAKDETSTART and HFXOSHUNTOPTSTART can be used to trigger peak detection and shunt optimization sequences.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 233
Bit
3:1
0
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name
2
Reset
MANUAL
Access Description
CMU_HFXOSTEADYSTATECTRL IBTRIMXOCORE, REGISH, RE-
GSELILOW, and PEAKDETEN are under full software control and are allowed to be changed once HFXO is ready.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
MODE 0 RW HFXO Mode
Set this to configure the external source for the HFXO. The oscillator setting takes effect when 1 is written to HFXOEN in
CMU_OSCENCMD. The oscillator setting is reset to default when 1 is written to HFXODIS in CMU_OSCENCMD.
Value
0
1
Mode
XTAL
EXTCLK
Description
38 MHz - 40 MHz crystal oscillator
External clock can be supplied (square or wave) on HFXTAL_N pin.
10.5.6 CMU_HFXOCTRL1 - HFXO Control 1
Offset
0x028
Reset
Access
Bit Position
Name
Bit
31:10
9
8:7
6:4
3
2:0
Name
Reserved
XTIBIASEN
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
1 RW
Reserved for internal use. Do not change.
Reserved for internal use. Do not change.
Reserved
REGLVL
To ensure compatibility with future devices, always write bits to 0. More information in
0x4 RW
Reserved for internal use. Do not change.
Reserved for internal use. Do not change.
Reserved
PEAKDETTHR
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW Sets the Peak Detector amplitude detection threshold levels
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 234
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.7 CMU_HFXOSTARTUPCTRL - HFXO Startup Control
Offset
0x02C
Bit Position
Reset
Access
Name
Bit
31:28
Name
RESERVED1
Reset
0xA
Access Description
RW
27:21 RESERVED0 0x09 RW
20
19:11
10:7
6:0
Reserved
CTUNE
To ensure compatibility with future devices, always write bits to 0. More information in
0x0A0 RW Sets oscillator tuning capacitance. Capacitance on HFXTAL_N and
HFXTAL_P (pF) = Ctune = Cpar + CTUNE<8:0> x 40fF. Max Ctune
25pF (CLmax ~12.5pF). CL(DNLmax)=50fF ~ 0.6ppm (12.5ppm/pF)
This CTUNE value is applied during the startup phase of the HFXO
Reserved
IBTRIMXOCORE
To ensure compatibility with future devices, always write bits to 0. More information in
0x60 RW Sets the startup oscillator core bias current. Current (uA) = IB-
TRIMXOCORE x 40uA. Bits 6 and 5 may only be high in the crystal oscillator startup phase
This IBTRIMXOCORE value is applied during the startup phase of the HFXO
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 235
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.8 CMU_HFXOSTEADYSTATECTRL - HFXO Steady State control
Offset
0x030
Bit Position
Reset
Access
Name
Bit
31:28
27
26
25:24
23:20
19:11
10:7
6:0
Name
REGISHUPPER
Reset
0xA
Access Description
RW Set regulator output current level (shunt regulator). Ish = 120uA +
REGISHUPPER x 120uA
Set to steady state value of REGISH + 3.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
PEAKDETEN 0 RW Enables oscillator peak detectors
Direct control allowed when PEAKDETSHUNTOPTMODE=MANUAL and HFXO is ready.
REGSELILOW 0x3 RW Controls regulator minimum shunt current detection relative to nominal
Steady state used during HFXO FSM. Direct control allowed when PEAKDETSHUNTOPTMODE=MANUAL and HFXO is ready.
Reserved
CTUNE
To ensure compatibility with future devices, always write bits to 0. More information in
0x155 RW Sets oscillator tuning capacitance. Capacitance on HFXTAL_N and
HFXTAL_P (pF) = Ctune = Cpar + CTUNE<8:0> x 40fF. Max Ctune
25pF (CLmax ~12.5pF). CL(DNLmax)=50fF ~ 0.6ppm (12.5ppm/pF)
This CTUNE value is applied during the steady state phase of the HFXO (as well as during the peak detection and shunt current optimization algorithms)
REGISH
IBTRIMXOCORE
0xA
0x09
RW Sets the steady state regulator output current level (shunt regulator). Ish = 120uA + REGISH x 120uA
This REGISH value is applied during the steady state phase of the HFXO. Direct control allowed when PEAKDETSHUN-
TOPTMODE=MANUAL and HFXO is ready.
RW Sets the steady state oscillator core bias current. Current (uA) =
IBTRIMXOCORE x 40uA. Bits 6 and 5 may only be high in the crystal oscillator startup phase
This IBTRIMXOCORE value is applied during the steady state phase of the HFXO. It is also used as the initial value during the peak detection algorithm. Direct control allowed when PEAKDETSHUNTOPTMODE=MANUAL and HFXO is ready.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 236
10.5.9 CMU_HFXOTIMEOUTCTRL - HFXO Timeout Control
Offset
0x034
Reset
Access
Bit Position
Name
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 237
Bit
31:20
19:16
15:12
11:8
EFM32JG1 Reference Manual
CMU - Clock Management Unit
7
8
9
10
4
5
6
2
3
Value
0
1
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
SHUNTOPTTIME-
OUT
0x2 RW Wait duration in HFXO shunt current optimization wait state
Wait duration depends on the chosen XTAL (expected value is around 1 us). Program the desired duration measured in cycles of (at least) 83 ns.
Mode
2CYCLES
4CYCLES
16CYCLES
32CYCLES
256CYCLES
1KCYCLES
2KCYCLES
4KCYCLES
8KCYCLES
16KCYCLES
32KCYCLES
Description
Timeout period of 2 cycles
Timeout period of 4 cycles
Timeout period of 16 cycles
Timeout period of 32 cycles
Timeout period of 256 cycles
Timeout period of 1024 cycles
Timeout period of 2048 cycles
Timeout period of 4096 cycles
Timeout period of 8192 cycles
Timeout period of 16384 cycles
Timeout period of 32768 cycles
PEAKDETTIMEOUT 0x6 RW Wait duration in HFXO peak detection wait state
Wait duration depends on the chosen XTAL (expected value is between 25 us and 200 us). Program the desired duration measured in cycles of (at least) 83 ns.
7
8
9
10
3
4
5
6
1
2
Value
0
RESERVED2
Mode
2CYCLES
4CYCLES
16CYCLES
32CYCLES
256CYCLES
1KCYCLES
2KCYCLES
4KCYCLES
8KCYCLES
16KCYCLES
32KCYCLES
0x6 RW
Description
Timeout period of 2 cycles
Timeout period of 4 cycles
Timeout period of 16 cycles
Timeout period of 32 cycles
Timeout period of 256 cycles
Timeout period of 1024 cycles
Timeout period of 2048 cycles
Timeout period of 4096 cycles
Timeout period of 8192 cycles
Timeout period of 16384 cycles
Timeout period of 32768 cycles
7:4 STEADYTIMEOUT 0x6 RW Wait duration in HFXO startup steady wait state
Wait duration depends on the chosen XTAL (expected value is around 100 us). Program the desired duration measured in cycles of (at least) 83 ns.
Value Mode Description
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 238
Bit
3:0
EFM32JG1 Reference Manual
CMU - Clock Management Unit
8
9
10
4
5
2
3
6
7
Name
0
1
Reset
2CYCLES
4CYCLES
16CYCLES
32CYCLES
256CYCLES
1KCYCLES
2KCYCLES
4KCYCLES
8KCYCLES
16KCYCLES
32KCYCLES
Access Description
Timeout period of 2 cycles
Timeout period of 4 cycles
Timeout period of 16 cycles
Timeout period of 32 cycles
Timeout period of 256 cycles
Timeout period of 1024 cycles
Timeout period of 2048 cycles
Timeout period of 4096 cycles
Timeout period of 8192 cycles
Timeout period of 16384 cycles
Timeout period of 32768 cycles
STARTUPTIMEOUT 0x7 RW Wait duration in HFXO startup enable wait state
Wait duration depends on the chosen XTAL (expected value is between 100 us and 1600 us). Program the desired duration measured in cycles of (at least) 83 ns.
6
7
8
9
10
1
2
3
4
5
Value
0
Mode
2CYCLES
4CYCLES
16CYCLES
32CYCLES
256CYCLES
1KCYCLES
2KCYCLES
4KCYCLES
8KCYCLES
16KCYCLES
32KCYCLES
Description
Timeout period of 2 cycles
Timeout period of 4 cycles
Timeout period of 16 cycles
Timeout period of 32 cycles
Timeout period of 256 cycles
Timeout period of 1024 cycles
Timeout period of 2048 cycles
Timeout period of 4096 cycles
Timeout period of 8192 cycles
Timeout period of 16384 cycles
Timeout period of 32768 cycles
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 239
10.5.10 CMU_LFXOCTRL - LFXO Control Register
Offset
0x038
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 240
Bit
31:27
26:24
23:21
20
19:18
17:16
15
14
13
12:11
10
9:8
EFM32JG1 Reference Manual
CMU - Clock Management Unit
4
5
6
7
2
3
Value
0
1
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
TIMEOUT 0x7 RW LFXO Timeout
Configures the start-up delay for LFXO. Do not change while LFXO is enabled. When starting up the LFXO after it has been completely turned off, use the TIMEOUT setting required by the XTAL. If the LFXO has been retained on in EM4, then the
TIMEOUT=2cycles configuration is also allowed when re-enabling the LFXO after EM4 exit (as it is still running).
Mode
2CYCLES
256CYCLES
1KCYCLES
2KCYCLES
4KCYCLES
8KCYCLES
16KCYCLES
32KCYCLES
Description
Timeout period of 2 cycles
Timeout period of 256 cycles
Timeout period of 1024 cycles
Timeout period of 2048 cycles
Timeout period of 4096 cycles
Timeout period of 8192 cycles
Timeout period of 16384 cycles
Timeout period of 32768 cycles
Reserved
BUFCUR
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW LFXO Buffer Bias Current
The default value is intended to cover all use cases and reprogramming is not recommended. Do not change while LFXO is enabled.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CUR 0x0 RW LFXO Current Trim
The default value is intended to cover all use cases and reprogramming is not recommended. Do not change while LFXO is enabled.
AGC 1 RW LFXO AGC Enable
Set this bit to enable automatic gain control which limits XTAL oscillation amplitude. Do not change while LFXO is enabled.
HIGHAMPL 0 RW LFXO High XTAL Oscillation Amplitude Enable
Set this bit to enable high XTAL oscillation amplitude. Do not change while LFXO is enabled.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
GAIN 0x2 RW LFXO Startup Gain
The optimal value for maximum startup margin depends on the chosen XTAL. Please refer to the Device Datasheet or Simplicity Studio for more information.
Reserved
MODE
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW LFXO Mode
Set this to configure the external source for the LFXO. Do not change while LFXO is enabled. The oscillator setting takes effect when 1 is written to LFXOEN in CMU_OSCENCMD. The oscillator setting is reset to default when 1 is written to
LFXODIS in CMU_OSCENCMD.
Value
0
1
Mode
XTAL
BUFEXTCLK
Description
32768 Hz crystal oscillator
An AC coupled buffer is coupled in series with LFXTAL_N pin, suitable for external sinus wave (32768 Hz).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 241
Bit
7
6:0
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name
2
Reset
DIGEXTCLK
Access Description
Digital external clock on LFXTAL_N pin. Oscillator is effectively bypassed.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
TUNING 0x00 RW LFXO Internal Capacitor Array Tuning Value
Writing this field adjusts the internal load capacitance connected between LFXTAL_P and ground and LFXTAL_N and ground symmetrically (the higher the value, the higher the capacitance, the lower the frequency). Only increment or decrement by 1 LSB at a time.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 242
10.5.11 CMU_CALCTRL - Calibration Control Register
Offset
0x050
Reset
Access
Bit Position
Name
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 243
Bit
31:28
27:24
23:20
19:16
15:9
8
7
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
PRSDOWNSEL 0x0 RW PRS Select for PRS Input when selected in DOWNSEL
Select PRS input for PRS based calibration. Only change when calibration circuit is off.
9
10
11
5
6
7
8
1
2
3
4
Value
0
Mode
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
Description
PRS Channel 0 selected as input
PRS Channel 1 selected as input
PRS Channel 2 selected as input
PRS Channel 3 selected as input
PRS Channel 4 selected as input
PRS Channel 5 selected as input
PRS Channel 6 selected as input
PRS Channel 7 selected as input
PRS Channel 8 selected as input
PRS Channel 9 selected as input
PRS Channel 10 selected as input
PRS Channel 11 selected as input
Reserved
PRSUPSEL
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW PRS Select for PRS Input when selected in UPSEL
Select PRS input for PRS based calibration. Only change when calibration circuit is off.
4
5
6
7
8
9
10
11
2
3
Value
0
1
Mode
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
Description
PRS Channel 0 selected as input
PRS Channel 1 selected as input
PRS Channel 2 selected as input
PRS Channel 3 selected as input
PRS Channel 4 selected as input
PRS Channel 5 selected as input
PRS Channel 6 selected as input
PRS Channel 7 selected as input
PRS Channel 8 selected as input
PRS Channel 9 selected as input
PRS Channel 10 selected as input
PRS Channel 11 selected as input
Reserved
CONT
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW
Set this bit to enable continuous calibration
Continuous Calibration
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 244
Bit
6:4
3
2:0
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name
DOWNSEL
Reset
0x0
Access Description
RW Calibration Down-counter Select
Selects clock source for the calibration down-counter. Only change when calibration circuit is off.
3
4
5
6
1
2
Value
0
Mode
HFCLK
HFXO
LFXO
HFRCO
LFRCO
AUXHFRCO
PRS
Description
Select HFCLK for down-counter
Select HFXO for down-counter
Select LFXO for down-counter
Select HFRCO for down-counter
Select LFRCO for down-counter
Select AUXHFRCO for down-counter
Select PRS input selected by PRSDOWNSEL as down-counter
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
UPSEL 0x0 RW Calibration Up-counter Select
Selects clock source for the calibration up-counter. Only change when calibration circuit is off.
1
2
3
4
5
Value
0
Mode
HFXO
LFXO
HFRCO
LFRCO
AUXHFRCO
PRS
Description
Select HFXO as up-counter
Select LFXO as up-counter
Select HFRCO as up-counter
Select LFRCO as up-counter
Select AUXHFRCO as up-counter
Select PRS input selected by PRSUPSEL as up-counter
10.5.12 CMU_CALCNT - Calibration Counter Register
Offset
0x054
Reset
Access
Name
Bit Position
Bit
31:20
19:0
Name
Reserved
CALCNT
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00000 RWH Calibration Counter
Write top value before calibration. Read calibration result from this register when Calibration Ready flag has been set.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 245
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.13 CMU_OSCENCMD - Oscillator Enable/Disable Command Register
Offset
0x060
Reset
Access
Bit Position
Name
Bit
31:10
9
8
7
6
5
4
3
2
1
0
Name
Reserved
LFXODIS
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 W1 LFXO Disable
Disables the LFXO. LFXOEN has higher priority if written simultaneously. WARNING: Do not disable the LFXO if this oscillator is selected as the source for HFCLK. When waking up from EM4 make sure EM4UNLATCH in EMU_CMD is set for this to take effect
LFXOEN 0 W1 LFXO Enable
Enables the LFXO. When waking up from EM4 make sure EM4UNLATCH in EMU_CMD is set for this to take effect
LFRCODIS 0 W1 LFRCO Disable
Disables the LFRCO. LFRCOEN has higher priority if written simultaneously. WARNING: Do not disable the LFRCO if this oscillator is selected as the source for HFCLK. When waking up from EM4 make sure EM4UNLATCH in EMU_CMD is set for this to take effect
LFRCOEN 0 W1 LFRCO Enable
Enables the LFRCO. When waking up from EM4 make sure EM4UNLATCH in EMU_CMD is set for this to take effect
AUXHFRCODIS 0 W1 AUXHFRCO Disable
Disables the AUXHFRCO. AUXHFRCOEN has higher priority if written simultaneously.
AUXHFRCOEN 0 W1 AUXHFRCO Enable
Enables the AUXHFRCO.
HFXODIS
HFXOEN
Enables the HFXO.
0 W1 HFXO Disable
Disables the HFXO. HFXOEN has higher priority if written simultaneously. WARNING: Do not disable the HFXO if this oscillator is selected as the source for HFCLK.
0 W1 HFXO Enable
HFRCODIS 0 W1 HFRCO Disable
Disables the HFRCO. HFRCOEN has higher priority if written simultaneously. WARNING: Do not disable the HFRCO if this oscillator is selected as the source for HFCLK.
HFRCOEN
Enables the HFRCO.
0 W1 HFRCO Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 246
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.14 CMU_CMD - Command Register
Offset
0x064
Reset
Access
Name
Bit Position
Bit
31:6
5
4
3:2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
HFXOSHUNTOPT-
START
0 W1 HFXO Shunt Current Optimization Start
Starts the HFXO Shunt Current Optimization and runs it one time.
HFXOPEAKDET-
START
0 W1 HFXO Peak Detection Start
Starts the HFXO peak detection and runs it one time.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CALSTOP 0 W1 Calibration Stop
Stops the calibration counters.
CALSTART 0 W1 Calibration Start
Starts the calibration, effectively loading the CMU_CALCNT into the down-counter and start decrementing.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 247
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.15 CMU_DBGCLKSEL - Debug Trace Clock Select
Offset
0x070
Reset
Access
Name
Bit
31:1
0:0
Bit Position
Name
Reserved
DBG
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0
Select clock used for debug trace.
RW Debug Trace Clock
Value
0
1
Mode
AUXHFRCO
HFCLK
Description
AUXHFRCO is the debug trace clock
HFCLK is the debug trace clock
10.5.16 CMU_HFCLKSEL - High Frequency Clock Select Command Register
Offset
0x074
Reset
Access
Name
Bit Position
Bit
31:3
2:0
2
3
4
Value
1
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
HF 0x0 W1 HFCLK Select
Selects the clock source for HFCLK. Note that selecting an oscillator that is disabled will cause the system clock to stop.
Check the status register and confirm that oscillator is ready before switching. If the system can deal with a temporarily stopped system clock, then it is okay to switch to an oscillator as soon as the status register indicates that the oscillator has been enabled successfully.
Mode
HFRCO
HFXO
LFRCO
LFXO
Description
Select HFRCO as HFCLK
Select HFXO as HFCLK
Select LFRCO as HFCLK
Select LFXO as HFCLK
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 248
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.17 CMU_LFACLKSEL - Low Frequency A Clock Select Register
Offset
0x080
Reset
Bit Position
Access
Name
Bit
31:3
2:0
Name
Reserved
LFA
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0
Selects the clock source for LFACLK.
RW Clock Select for LFA
2
4
Value
0
1
Mode
DISABLED
LFRCO
LFXO
ULFRCO
Description
LFACLK is disabled
LFRCO selected as LFACLK
LFXO selected as LFACLK
ULFRCO selected as LFACLK
10.5.18 CMU_LFBCLKSEL - Low Frequency B Clock Select Register
Offset
0x084
Reset
Access
Bit Position
Name
Bit
31:3
2:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LFB 0x0
Selects the clock source for LFBCLK.
RW Clock Select for LFB
1
2
3
4
Value
0
Mode
DISABLED
LFRCO
LFXO
HFCLKLE
ULFRCO
Description
LFBCLK is disabled
LFRCO selected as LFBCLK
LFXO selected as LFBCLK
HFCLK divided by two/four is selected as LFBCLK
ULFRCO selected as LFBCLK
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 249
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.19 CMU_LFECLKSEL - Low Frequency E Clock Select Register
Offset
0x088
Reset
Bit Position
Access
Name
Bit
31:3
2:0
2
4
Value
0
1
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LFE 0x0 RW Clock Select for LFE
Selects the clock source for LFECLK. When waking up from EM4 make sure EM4UNLATCH in EMU_CMD is set for this to take effect
Mode
DISABLED
LFRCO
LFXO
ULFRCO
Description
LFECLK is disabled
LFRCO selected as LFECLK
LFXO selected as LFECLK
ULFRCO selected as LFECLK
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 250
10.5.20 CMU_STATUS - Status Register
Offset
0x090
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 251
Bit
31:27
26
25
24
23
22
21:17
16
15:10
9
8
7
6
5
4
3
2
1
0
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
HFXOREGILOW 0 R HFXO regulator shunt current too low
HFXO regulator shunt current too low. When using PEAKDETSHUNTOPTMODE=MANUAL, the REGISH value in
CMU_HFXOSTEADYSTATECTRL should be tuned up by 1 LSB.
HFXOAMPLOW 0 R HFXO amplitude tuning value too low
HFXO oscillation amplitude is too low. When using PEAKDETSHUNTOPTMODE=MANUAL, the IBTRIMXOCORE value in
CMU_HFXOSTEADYSTATECTRL should be tuned up by 1 LSB.
HFXOAMPHIGH 0 R HFXO oscillation amplitude is too high
HFXO oscillation amplitude is too high. When using PEAKDETSHUNTOPTMODE=MANUAL, the IBTRIMXOCORE value in
CMU_HFXOSTEADYSTATECTRL should be tuned down by 1 LSB.
HFXO Shunt Current Optimization ready HFXOSHUNTOPTR-
DY
0 R
HFXO shunt current optimization is ready.
HFXOPEAKDETRDY 0 R HFXO Peak Detection Ready
HFXO peak detection is ready.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CALRDY 1 R Calibration Ready
Calibration is Ready (0 when calibration is ongoing).
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LFXORDY 0 R LFXO Ready
LFXO is enabled and start-up time has exceeded.
LFXOENS 0 R LFXO Enable Status
LFXO is enabled (shows disabled status if EM4 repaint is required).
LFRCORDY 0 R LFRCO Ready
LFRCO is enabled and start-up time has exceeded.
LFRCOENS 0 R LFRCO Enable Status
LFRCO is enabled (shows disabled status if EM4 repaint is required).
AUXHFRCORDY 0 R AUXHFRCO Ready
AUXHFRCO is enabled and start-up time has exceeded.
AUXHFRCOENS 0 R AUXHFRCO Enable Status
AUXHFRCO is enabled.
HFXORDY 0 R HFXO Ready
HFXO is enabled and start-up time has exceeded.
HFXOENS 0 R HFXO Enable Status
HFXO is enabled.
HFRCORDY 1 R HFRCO Ready
HFRCO is enabled and start-up time has exceeded.
HFRCOENS
HFRCO is enabled.
1 R HFRCO Enable Status
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 252
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.21 CMU_HFCLKSTATUS - HFCLK Status Register
Offset
0x094
Reset
Access
Name
Bit Position
Bit
31:3
2:0
Name
Reserved
SELECTED
Reset
Clock selected as HFCLK clock source.
Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x1 R HFCLK Selected
2
3
4
Value
1
Mode
HFRCO
HFXO
LFRCO
LFXO
Description
HFRCO is selected as HFCLK clock source
HFXO is selected as HFCLK clock source
LFRCO is selected as HFCLK clock source
LFXO is selected as HFCLK clock source
10.5.22 CMU_HFXOTRIMSTATUS - HFXO Trim Status
Offset
0x09C
Reset
Access
Bit Position
Name
Bit
31:11
10:7
6:0
Name
Reserved
REGISH
IBTRIMXOCORE
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0xA R Value of REGISH found by automatic HFXO shunt current optimization algorithm. Can be used as initial value for REGISH value in the CMU_HFXOSTEADYSTATECTRL register if HFXO is to be started again.
0x00 R Value of IBTRIMXOCORE found by automatic HFXO peak detection algorithm. Can be used as initial value for IBTRIMXOCORE in the CMU_HFXOSTEADYSTATECTRL register if HFXO is to be started again.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 253
10.5.23 CMU_IF - Interrupt Flag Register
Offset
0x0A0
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 254
7
6
Bit
31
30:15
14
13
12
11
10
9
8
5
4
3
2
1
0
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name
CMUERR
Reset
0
Access Description
R CMU Error Interrupt Flag
Set upon illegal CMU write attempt (e.g. writing CMU_LFRCOCTRL while LFRCOBSY is set).
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LFTIMEOUTERR 0 R Low Frequency Timeout Error Interrupt Flag
Set when LFTIMEOUT of CMU_HFXOCTRL triggers before the combined STARTUPTIMEOUT plus STEADYTIMEOUT of the CMU_HFXOTIMEOUTCTRL register triggers.
HFRCODIS 0 R HFRCO Disable Interrupt Flag
Set when a running HFRCO is disabled because of automatic HFXO start and selection.
HFXOSHUNTOPTR-
DY
0 R HFXO Automatic Shunt Current Optimization Ready Interrupt Flag
Set when automatic HFXO shunt current optimization is ready.
HFXOPEAKDETRDY 0 R HFXO Automatic Peak Detection Ready Interrupt Flag
Set when automatic HFXO peak detection is ready.
HFXOPEAKDETERR 0 R
Set when automatic HFXO peak detection failed.
HFXO Automatic Peak Detection Error Interrupt Flag
HFXOAUTOSW 0 R HFXO Automatic Switch Interrupt Flag
Set when automatic selection of HFXO causes a switch of the source clock used for HFCLKSRC.
HFXODISERR 0 R HFXO Disable Error Interrupt Flag
Set when software tries to disable/deselect the HFXO in case the automatic enable/select reason is met. The HFXO was not disabled/deselected.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CALOF 0 R Calibration Overflow Interrupt Flag
Set when calibration overflow has occurred (i.e. if a new calibration completes before CMU_CALCNT has been read).
CALRDY 0
Set when calibration is completed.
R Calibration Ready Interrupt Flag
AUXHFRCORDY 0 R AUXHFRCO Ready Interrupt Flag
Set when AUXHFRCO is ready (start-up time exceeded).
LFXORDY 0 R LFXO Ready Interrupt Flag
Set when LFXO is ready (start-up time exceeded). LFXORDY can be used as wake-up interrupt.
LFRCORDY 0 R LFRCO Ready Interrupt Flag
Set when LFRCO is ready (start-up time exceeded). LFRCORDY can be used as wake-up interrupt.
HFXORDY 0 R HFXO Ready Interrupt Flag
Set when HFXO is ready (start-up time exceeded).
HFRCORDY 1 R HFRCO Ready Interrupt Flag
Set when HFRCO is ready (start-up time exceeded).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 255
10.5.24 CMU_IFS - Interrupt Flag Set Register
Offset
0x0A4
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 256
7
6
Bit
31
30:15
14
13
12
11
10
9
8
5
4
3
2
1
0
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name
CMUERR
Reset
0
Write 1 to set the CMUERR interrupt flag
Access Description
W1 Set CMUERR Interrupt Flag
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LFTIMEOUTERR 0 W1
Write 1 to set the LFTIMEOUTERR interrupt flag
Set LFTIMEOUTERR Interrupt Flag
HFRCODIS 0 W1 Set HFRCODIS Interrupt Flag
Write 1 to set the HFRCODIS interrupt flag
HFXOSHUNTOPTR-
DY
0 W1 Set HFXOSHUNTOPTRDY Interrupt Flag
Write 1 to set the HFXOSHUNTOPTRDY interrupt flag
HFXOPEAKDETRDY 0 W1 Set HFXOPEAKDETRDY Interrupt Flag
Write 1 to set the HFXOPEAKDETRDY interrupt flag
HFXOPEAKDETERR 0 W1 Set HFXOPEAKDETERR Interrupt Flag
Write 1 to set the HFXOPEAKDETERR interrupt flag
HFXOAUTOSW 0 W1
Write 1 to set the HFXOAUTOSW interrupt flag
Set HFXOAUTOSW Interrupt Flag
HFXODISERR 0 W1 Set HFXODISERR Interrupt Flag
Write 1 to set the HFXODISERR interrupt flag
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CALOF 0 W1 Set CALOF Interrupt Flag
Write 1 to set the CALOF interrupt flag
CALRDY 0 W1
Write 1 to set the CALRDY interrupt flag
Set CALRDY Interrupt Flag
AUXHFRCORDY 0 W1
Write 1 to set the AUXHFRCORDY interrupt flag
Set AUXHFRCORDY Interrupt Flag
LFXORDY 0 W1
Write 1 to set the LFXORDY interrupt flag
Set LFXORDY Interrupt Flag
Set LFRCORDY Interrupt Flag LFRCORDY 0 W1
Write 1 to set the LFRCORDY interrupt flag
HFXORDY 0 W1 Set HFXORDY Interrupt Flag
Write 1 to set the HFXORDY interrupt flag
HFRCORDY 0 W1
Write 1 to set the HFRCORDY interrupt flag
Set HFRCORDY Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 257
10.5.25 CMU_IFC - Interrupt Flag Clear Register
Offset
0x0A8
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 258
7
6
Bit
31
30:15
14
13
12
11
10
9
8
5
4
3
2
1
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name
CMUERR
Reset
0
Access Description
(R)W1 Clear CMUERR Interrupt Flag
Write 1 to clear the CMUERR interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LFTIMEOUTERR 0 (R)W1 Clear LFTIMEOUTERR Interrupt Flag
Write 1 to clear the LFTIMEOUTERR interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
HFRCODIS 0 (R)W1 Clear HFRCODIS Interrupt Flag
Write 1 to clear the HFRCODIS interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
HFXOSHUNTOPTR-
DY
0 (R)W1 Clear HFXOSHUNTOPTRDY Interrupt Flag
Write 1 to clear the HFXOSHUNTOPTRDY interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
HFXOPEAKDETRDY 0 (R)W1 Clear HFXOPEAKDETRDY Interrupt Flag
Write 1 to clear the HFXOPEAKDETRDY interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
HFXOPEAKDETERR 0 (R)W1 Clear HFXOPEAKDETERR Interrupt Flag
Write 1 to clear the HFXOPEAKDETERR interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
HFXOAUTOSW 0 (R)W1 Clear HFXOAUTOSW Interrupt Flag
Write 1 to clear the HFXOAUTOSW interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
HFXODISERR 0 (R)W1 Clear HFXODISERR Interrupt Flag
Write 1 to clear the HFXODISERR interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CALOF 0 (R)W1 Clear CALOF Interrupt Flag
Write 1 to clear the CALOF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
CALRDY 0 (R)W1 Clear CALRDY Interrupt Flag
Write 1 to clear the CALRDY interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
AUXHFRCORDY 0 (R)W1 Clear AUXHFRCORDY Interrupt Flag
Write 1 to clear the AUXHFRCORDY interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
LFXORDY 0 (R)W1 Clear LFXORDY Interrupt Flag
Write 1 to clear the LFXORDY interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
LFRCORDY 0 (R)W1 Clear LFRCORDY Interrupt Flag
Write 1 to clear the LFRCORDY interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
HFXORDY 0 (R)W1 Clear HFXORDY Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 259
Bit
0
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name Reset Access Description
Write 1 to clear the HFXORDY interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
HFRCORDY 0 (R)W1 Clear HFRCORDY Interrupt Flag
Write 1 to clear the HFRCORDY interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 260
10.5.26 CMU_IEN - Interrupt Enable Register
Offset
0x0AC
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 261
7
6
Bit
31
30:15
14
13
12
11
10
9
8
5
4
3
2
1
0
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name
CMUERR
Reset
0
Enable/disable the CMUERR interrupt
Access Description
RW CMUERR Interrupt Enable
Reserved
LFTIMEOUTERR
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW
Enable/disable the LFTIMEOUTERR interrupt
LFTIMEOUTERR Interrupt Enable
HFRCODIS 0 RW
Enable/disable the HFRCODIS interrupt
HFXOSHUNTOPTR-
DY
0 RW
HFRCODIS Interrupt Enable
HFXOSHUNTOPTRDY Interrupt Enable
Enable/disable the HFXOSHUNTOPTRDY interrupt
HFXOPEAKDETRDY 0 RW
Enable/disable the HFXOPEAKDETRDY interrupt
HFXOPEAKDETRDY Interrupt Enable
HFXOPEAKDETERR 0 RW
Enable/disable the HFXOPEAKDETERR interrupt
HFXOPEAKDETERR Interrupt Enable
HFXOAUTOSW 0 RW
Enable/disable the HFXOAUTOSW interrupt
HFXOAUTOSW Interrupt Enable
HFXODISERR 0 RW HFXODISERR Interrupt Enable
Enable/disable the HFXODISERR interrupt
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CALOF 0 RW CALOF Interrupt Enable
Enable/disable the CALOF interrupt
CALRDY 0
Enable/disable the CALRDY interrupt
RW CALRDY Interrupt Enable
AUXHFRCORDY Interrupt Enable AUXHFRCORDY 0 RW
Enable/disable the AUXHFRCORDY interrupt
LFXORDY 0
Enable/disable the LFXORDY interrupt
RW
LFRCORDY 0 RW
Enable/disable the LFRCORDY interrupt
HFXORDY 0 RW
LFXORDY Interrupt Enable
LFRCORDY Interrupt Enable
HFXORDY Interrupt Enable
Enable/disable the HFXORDY interrupt
HFRCORDY 0 RW
Enable/disable the HFRCORDY interrupt
HFRCORDY Interrupt Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 262
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.27 CMU_HFBUSCLKEN0 - High Frequency Bus Clock Enable Register 0
Offset
0x0B0
Reset
Access
Bit Position
Name
Bit
31:6
5
4
3
2
1
0
Name
Reserved
GPCRC
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0
Set to enable the clock for GPCRC.
RW General Purpose CRC Clock Enable
RW Linked Direct Memory Access Controller Clock Enable LDMA 0
Set to enable the clock for LDMA.
PRS 0
Set to enable the clock for PRS.
RW Peripheral Reflex System Clock Enable
GPIO 0
Set to enable the clock for GPIO.
CRYPTO 0
RW General purpose Input/Output Clock Enable
RW Advanced Encryption Standard Accelerator Clock Enable
Set to enable the clock for CRYPTO.
LE 0 RW Low Energy Peripheral Interface Clock Enable
Set to enable the clock for LE. Interface used for bus access to Low Energy peripherals.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 263
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.28 CMU_HFPERCLKEN0 - High Frequency Peripheral Clock Enable Register 0
Offset
0x0C0
Reset
Access
Bit Position
Name
Bit
31:10
9
8
7
6
5
4
3
2
1
0
Name
Reserved
IDAC0
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0
Set to enable the clock for IDAC0.
RW Current Digital to Analog Converter 0 Clock Enable
RW Analog to Digital Converter 0 Clock Enable ADC0 0
Set to enable the clock for ADC0.
I2C0 0
Set to enable the clock for I2C0.
RW I2C 0 Clock Enable
CryoTimer Clock Enable CRYOTIMER 0 RW
Set to enable the clock for CRYOTIMER.
ACMP1 0 RW
Set to enable the clock for ACMP1.
ACMP0 0
Set to enable the clock for ACMP0.
USART1 0
RW
RW
Analog Comparator 1 Clock Enable
Analog Comparator 0 Clock Enable
Universal Synchronous/Asynchronous Receiver/Transmitter 1
Clock Enable
Set to enable the clock for USART1.
USART0 0 RW Universal Synchronous/Asynchronous Receiver/Transmitter 0
Clock Enable
Set to enable the clock for USART0.
TIMER1 0
Set to enable the clock for TIMER1.
TIMER0 0
Set to enable the clock for TIMER0.
RW
RW
Timer 1 Clock Enable
Timer 0 Clock Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 264
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.29 CMU_LFACLKEN0 - Low Frequency A Clock Enable Register 0 (Async Reg)
Offset
0x0E0
Reset
Access
Bit Position
Name
Bit
31:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LETIMER0 0
Set to enable the clock for LETIMER0.
RW Low Energy Timer 0 Clock Enable
10.5.30 CMU_LFBCLKEN0 - Low Frequency B Clock Enable Register 0 (Async Reg)
Offset
0x0E8
Reset
Access
Bit Position
Name
Bit
31:1
0
Name
Reserved
LEUART0
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0
Set to enable the clock for LEUART0.
RW Low Energy UART 0 Clock Enable
10.5.31 CMU_LFECLKEN0 - Low Frequency E Clock Enable Register 0 (Async Reg)
Offset
0x0F0
Reset
Access
Bit Position
Name
Bit
31:1
0
Name
Reserved
RTCC
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0
Set to enable the clock for RTCC.
RW Real-Time Counter and Calendar Clock Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 265
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.32 CMU_HFPRESC - High Frequency Clock Prescaler Register
Offset
0x100
Bit Position
Reset
Access
Name
Bit
31:25
24:24
23:13
12:8
7:0
Name
Reserved
HFCLKLEPRESC
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW
Specifies the clock divider for HFCLKLE.
HFCLKLE prescaler
Value
0
1
Mode
DIV2
DIV4
Description
HFCLKLE is HFBUSCLK
LE
divided by 2.
HFCLKLE is HFBUSCLK
LE
divided by 4.
Reserved
PRESC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW HFCLK Prescaler
Specifies the clock divider for HFCLK (relative to HFSRCCLK).
Value
PRESC
Description
Clock division factor of
PRESC+1.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 266
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.33 CMU_HFCOREPRESC - High Frequency Core Clock Prescaler Register
Offset
0x108
Bit Position
Reset
Access
Name
Bit
31:17
16:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
PRESC 0x000 RW HFCORECLK Prescaler
Specifies the clock divider for HFCORECLK (relative to HFCLK).
Value
PRESC
Description
Clock division factor of
PRESC+1.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
10.5.34 CMU_HFPERPRESC - High Frequency Peripheral Clock Prescaler Register
Offset
0x10C
Bit Position
Reset
Access
Name
Bit
31:17
16:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
PRESC 0x000 RW HFPERCLK Prescaler
Specifies the clock divider for the HFPERCLK (relative to HFCLK).
Value
PRESC
Description
Clock division factor of
PRESC+1.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 267
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.35 CMU_HFEXPPRESC - High Frequency Export Clock Prescaler Register
Offset
0x114
Bit Position
Reset
Access
Name
Bit
31:13
12:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
PRESC 0x00 RW HFEXPCLK Prescaler
Specifies the clock divider for HFEXPCLK (relative to HFCLK).
Value
PRESC
Description
Clock division factor of
PRESC+1.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 268
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.36 CMU_LFAPRESC0 - Low Frequency A Prescaler Register 0 (Async Reg)
Offset
0x120
Reset
Bit Position
Access
Name
Bit
31:4
3:0
Name
Reserved
LETIMER0
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW
Configure Low Energy Timer 0 prescaler
Low Energy Timer 0 Prescaler
11
12
13
8
9
6
7
10
14
15
2
3
4
5
Value
0
1
Mode
DIV1
DIV2
DIV4
DIV8
DIV16
DIV32
DIV64
DIV128
DIV256
DIV512
DIV1024
DIV2048
DIV4096
DIV8192
DIV16384
DIV32768
Description
LFACLK
LETIMER0
= LFACLK
LFACLK
LETIMER0
= LFACLK/2
LFACLK
LETIMER0
= LFACLK/4
LFACLK
LETIMER0
= LFACLK/8
LFACLK
LETIMER0
= LFACLK/16
LFACLK
LETIMER0
= LFACLK/32
LFACLK
LETIMER0
= LFACLK/64
LFACLK
LETIMER0
= LFACLK/128
LFACLK
LETIMER0
= LFACLK/256
LFACLK
LETIMER0
= LFACLK/512
LFACLK
LETIMER0
= LFACLK/1024
LFACLK
LETIMER0
= LFACLK/2048
LFACLK
LETIMER0
= LFACLK/4096
LFACLK
LETIMER0
= LFACLK/8192
LFACLK
LETIMER0
= LFACLK/16384
LFACLK
LETIMER0
= LFACLK/32768
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 269
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.37 CMU_LFBPRESC0 - Low Frequency B Prescaler Register 0 (Async Reg)
Offset
0x128
Reset
Bit Position
Access
Name
Bit
31:2
1:0
Name
Reserved
LEUART0
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW
Configure Low Energy UART 0 prescaler
Low Energy UART 0 Prescaler
1
2
Value
0
3
Mode
DIV1
DIV2
DIV4
DIV8
Description
LFBCLK
LEUART0
= LFBCLK
LFBCLK
LEUART0
= LFBCLK/2
LFBCLK
LEUART0
= LFBCLK/4
LFBCLK
LEUART0
= LFBCLK/8
10.5.38 CMU_LFEPRESC0 - Low Frequency E Prescaler Register 0 (Async Reg). When waking up from EM4 make sure
EM4UNLATCH in EMU_CMD is set for this to take effect
Bit Position Offset
0x130
Reset
Access
Name
Bit
31:4
3:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
RTCC 0x0 Real-Time Counter and Calendar Prescaler
Configure Real-Time Counter and Calendar prescaler
Value
0
Mode
DIV1
Description
LFECLK
RTCC
= LFECLK
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 270
10.5.39 CMU_SYNCBUSY - Synchronization Busy Register
Offset
0x140
Reset
Access
Bit Position
Name
EFM32JG1 Reference Manual
CMU - Clock Management Unit
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 271
Bit
31:30
29
28
27
26
25
24
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LFXOBSY 0 R LFXO Busy
Used to check the synchronization status of CMU_LFXOCTRL.
Value
0
1
Description
CMU_LFXOCTRL is ready for update
CMU_LFXOCTRL is busy synchronizing new value
HFXOBSY 0 R HFXO Busy
Used to check the synchronization status of CMU_HFXOCTRL, CMU_HFXOSTARTUPCTRL, CMU_HFXOSTEADYSTA-
TECTRL, CMU_HFXOTIMEOUTCTRL, CMU_HFXOCTRL1.
Value
0
1
Description
CMU_HFXOCTRL, CMU_HFXOSTARTUPCTRL, CMU_HFXOSTEA-
DYSTATECTRL, CMU_HFXOTIMEOUTCTRL, CMU_HFXOCTRL1 are ready for update
CMU_HFXOCTRL, CMU_HFXOSTARTUPCTRL, CMU_HFXOSTEA-
DYSTATECTRL, CMU_HFXOTIMEOUTCTRL, CMU_HFXOCTRL1 are busy synchronizing new value
LFRCOVREFBSY 0 R LFRCO VREF Busy
Used to check the synchronization status of GMCCURTUNE.
Value
0
1
Description
CMU_LFRCOCTRL GMCCURTUNE bitfield is ready for update
CMU_LFRCOCTRL GMCCURTUNE bitfield is busy synchronizing new value
LFRCOBSY 0 R LFRCO Busy
Used to check the synchronization status of CMU_LFRCOCTRL.
Value
0
1
Description
CMU_LFRCOCTRL is ready for update
CMU_LFRCOCTRL is busy synchronizing new value
AUXHFRCOBSY 0 R AUXHFRCO Busy
Used to check the synchronization status of CMU_AUXHFRCOCTRL.
Value
0
1
Description
CMU_AUXHFRCOCTRL is ready for update
CMU_AUXHFRCOCTRL is busy synchronizing new value
HFRCOBSY 0 R HFRCO Busy
Used to check the synchronization status of CMU_HFRCOCTRL.
Value
0
1
Description
CMU_HFRCOCTRL is ready for update
CMU_HFRCOCTRL is busy synchronizing new value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 272
5
4
1
0
3
2
Bit
23:19
18
17
16
15:7
6
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Name Reset Access Description
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LFEPRESC0 0 R Low Frequency E Prescaler 0 Busy
Used to check the synchronization status of CMU_LFEPRESC0.
Value
0
1
Description
CMU_LFEPRESC0 is ready for update
CMU_LFEPRESC0 is busy synchronizing new value
Reserved
LFECLKEN0
To ensure compatibility with future devices, always write bits to 0. More information in
0 R Low Frequency E Clock Enable 0 Busy
Used to check the synchronization status of CMU_LFECLKEN0.
Value
0
1
Description
CMU_LFECLKEN0 is ready for update
CMU_LFECLKEN0 is busy synchronizing new value
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LFBPRESC0 0 R Low Frequency B Prescaler 0 Busy
Used to check the synchronization status of CMU_LFBPRESC0.
Value
0
1
Description
CMU_LFBPRESC0 is ready for update
CMU_LFBPRESC0 is busy synchronizing new value
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LFBCLKEN0 0 R Low Frequency B Clock Enable 0 Busy
Used to check the synchronization status of CMU_LFBCLKEN0.
Value
0
1
Description
CMU_LFBCLKEN0 is ready for update
CMU_LFBCLKEN0 is busy synchronizing new value
Reserved
LFAPRESC0
To ensure compatibility with future devices, always write bits to 0. More information in
0 R Low Frequency A Prescaler 0 Busy
Used to check the synchronization status of CMU_LFAPRESC0.
Value
0
1
Description
CMU_LFAPRESC0 is ready for update
CMU_LFAPRESC0 is busy synchronizing new value
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
LFACLKEN0 0 R Low Frequency A Clock Enable 0 Busy
Used to check the synchronization status of CMU_LFACLKEN0.
Value Description
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 273
Bit Name
0
1
Reset
10.5.40 CMU_FREEZE - Freeze Register
Offset
0x144
Reset
Access
EFM32JG1 Reference Manual
CMU - Clock Management Unit
Access Description
CMU_LFACLKEN0 is ready for update
CMU_LFACLKEN0 is busy synchronizing new value
Bit Position
Name
Bit
31:1
0
Name
Reserved
REGFREEZE
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW Register Update Freeze
When set, the update of the Low Frequency clock control registers is postponed until this bit is cleared. Use this bit to update several registers simultaneously.
Value
0
1
Mode
UPDATE
FREEZE
Description
Each write access to a Low Frequency clock control register is updated into the Low Frequency domain as soon as possible.
The LE Clock Control registers are not updated with the new written value.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 274
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.41 CMU_PCNTCTRL - PCNT Control Register
Offset
0x150
Reset
Access
Name
Bit Position
Bit
31:2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
PCNT0CLKSEL 0 RW PCNT0 Clock Select
This bit controls which clock that is used for the PCNT.
Value
0
1
Mode
LFACLK
PCNT0S0
Description
LFACLK is clocking PCNT0
External pin PCNT0_S0 is clocking PCNT0
PCNT0CLKEN 0 RW
This bit enables/disables the clock to the PCNT.
PCNT0 Clock Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 275
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.42 CMU_ADCCTRL - ADC Control Register
Offset
0x15C
Reset
Access
Name
Bit Position
Bit
31:9
8
7:6
5:4
3:0
1
2
3
Value
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
ADC0CLKINV 0 RW Invert clock selected by ADC0CLKSEL
This bit enables inverting the selected clock to ADC0.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
ADC0CLKSEL 0x0 RW ADC0 Clock Select
This bit controls which clock is used for ADC0 in case ADCCLKMODE in ADCn_CTRL is set to ASYNC. It should only be changed when ADCCLKMODE in ADCn_CTRL is set to SYNC. HFXO should never be selected as clock source for ADC0 when disabling the HFXO (e.g. because of EM2 entry).
Mode
DISABLED
AUXHFRCO
HFXO
HFSRCCLK
Description
ADC0 is not clocked
AUXHFRCO is clocking ADC0
HFXO is clocking ADC0
HFSRCCLK is clocking ADC0
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 276
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.43 CMU_ROUTEPEN - I/O Routing Pin Enable Register
Offset
0x170
Reset
Access
Bit Position
Name
Bit
31:2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
CLKOUT1 Pin Enable CLKOUT1PEN 0 RW
When set, the CLKOUT1 pin is enabled.
CLKOUT0PEN 0 RW
When set, the CLKOUT0 pin is enabled.
CLKOUT0 Pin Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 277
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.44 CMU_ROUTELOC0 - I/O Routing Location Register
Offset
0x174
Bit Position
Reset
Access
Name
Bit
31:14
13:8
7:6
5:0
2
3
4
5
6
7
Value
0
1
Name
Reserved
CLKOUT1LOC
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00
Decides the location of the CLKOUT1.
RW I/O Location
5
6
7
1
2
3
4
Value
0
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
LOC7
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Reserved
CLKOUT0LOC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the CMU CLKOUT0.
I/O Location
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
LOC7
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 278
EFM32JG1 Reference Manual
CMU - Clock Management Unit
10.5.45 CMU_LOCK - Configuration Lock Register
Offset
0x180
Reset
Access
Name
Bit Position
Bit
31:16
15:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
LOCKKEY 0x0000 RWH Configuration Lock Key
Write any other value than the unlock code to lock CMU_CTRL, CMU_HFRCOCTRL, CMU_AUXHFRCOCTRL,
CMU_LFRCOCTRL, CMU_ULFRCOCTRL, CMU_HFXOCTRL, CMU_HFXOCTRL1, CMU_LFXOCTRL, CMU_OS-
CENCMD, CMU_CMD, CMU_DBGCLKSEL, CMU_HFCLKSEL, CMU_LFCLKSEL, CMU_HFBUSCLKEN0, CMU_HFCOR-
ECLKEN0, CMU_HFPERCLKEN0, CMU_HFPRESC, CMU_HFCOREPRESC, CMU_HFPERPRESC, CMU_HFEXP-
PRESC, CMU_LFACLKEN0, CMU_LFBCLKEN0, CMU_LFECLKEN0, CMU_LFAPRESC0, CMU_LFBPRESC0,
CMU_LFEPRESC0, CMU_ADCCTRL and CMU_PCNTCTRL from editing. Write the unlock code to unlock. When reading the register, bit 0 is set when the lock is enabled.
Value Description Mode
Read Operation
UNLOCKED
LOCKED
Write Operation
LOCK
UNLOCK
0
1
0
0x580E
CMU registers are unlocked
CMU registers are locked
Lock CMU registers
Unlock CMU registers
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 279
11. RTCC - Real Time Counter and Calendar
0 1 2 3 4
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
Quick Facts
What?
The Real Time Counter and Calendar (RTCC) is a
32-bit counter ensuring timekeeping in low energy modes. The RTCC also includes a calendar mode for easy time and date keeping. In addition, the
RTCC includes 128 bytes of general purpose retention data, allowing persistent data storage in all energy modes except EM4H.
Why?
Timekeeping over long time periods while using as little power as possible is required in many low power applications.
How?
A low frequency oscillator is used as clock signal and the RTCC has three different Capture/Compare channels which can trigger wake-up, generate PRS signalling, or capture system events. 32-bit resolution and selectable prescaling allows the system to stay in low energy modes for long periods of time and still maintain reliable timekeeping.
0 1 2 3 4
11.1 Introduction
The Real Time Counter and Calendar (RTCC) contains a 32-bit counter/calendar in combination with a 15-bit pre-counter to allow flexible prescaling of the main counter. The RTCC is available in all energy modes except EM4H.
Three individually configurable Capture/Compare channels are available in the RTCC. These can be used to trigger interrupts, generate
PRS signals, capture system events, and to wake the device up from a low energy mode. The RTCC also includes 128 bytes of general purpose storage, and a Binary Coded Decimal (BCD) calendar mode, enabling easy time and date keeping.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 280
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.2 Features
• 32-bit Real Time Counter.
• 15-bit pre-counter, for flexible frequency scaling or for use as an independent counter.
• EM4H operation and wakeup.
• 128 byte general purpose retention data.
• Oscillator failure detection.
• Can continue through system reset; only reset by power loss, pin, or software reset.
• Calendar mode.
• BCD encoding.
• Three programmable alarms.
• Leap year correction.
• Three Capture/Compare registers.
• Capture of PRS events from other parts of the system.
• Compare match or input capture can trigger interrupts.
• Compare register 1, RTCC_CC1_CCV can be used as a top value for the main counter.
• Compare register 0, RTCC_CC0_CCV can be used as a top value for the pre-counter.
• Compare match events are available to other peripherals through the Peripheral Reflex System (PRS).
11.3 Functional Description
The RTCC is a 32-bit up-counter with three Capture/Compare channels. In addition, the RTCC includes a 15-bit pre-counter which can be used as an independent counter, or to prescale the main counter. An overview of the RTCC module is shown in
.
PRS output CC2
CC1
CC0
Interrupt generation
OSCFAIL
OF
CC2
CC1
CC0
Oscillator failure
CNT Overflow
RTCC_CTRL_COMP1TOP
CC1 compare match
Clear
Counter
RTCC_CNT /
RTCC_TIME, RTCC_DATE
Clear
Pre-Counter
RTCC_PRECNT
RTCC_CTRL_CNTTICK = CCV0MATCH
RTCC_PRECNT = RTCC_CC0_CCV[14:0]
LFCLK
[31:0]
CNT
[16:0]
PRECNT
[14:0]
RTCC_CC_CTRL_COMPBASE
RTCC
= Mask
RTCC_CC_CTRL_COMPMASK
Capture/Compare
RTCC_CCx_CCV
Capture
Capture logic n
PRS
Inputs
Capture / Compare Channel n
n = {0, 1, 2}
RTCC_CC2_CCV output to FRC
Figure 11.1 RTCC Overview
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 281
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.3.1 Counter
The RTCC consists of two counters; the 32-bit main counter, RTCC_CNT (RTCC_TIME and RTCC_DATE in calendar mode), and a 15bit pre-counter, RTCC_PRECNT. The pre-counter can be used as an independent counter, or to generate a specific frequency for the main counter. In both configurations, the pre-counter can be used to generate compare match events or be captured in the Capture/
Compare channels as a result of an external PRS event. Refer to
11.3.2 Capture/Compare Channels for details on how to configure the
Capture/Compare channels for use with the pre-counter.
RTCC_CTRL_CNTPRESC
RTCC_PRECNT
.........................
=
PRESC CCV0MATCH
LFCLK
RTCC
RTCC_CC0_CCV[14:0]
RTCC_CNT /
RTCC_TIME, RTCC_DATE
RTCC_CTRL_CNTTICK
Figure 11.2 RTCC counters
The RTCC is enabled by setting the ENABLE bit in RTCC_CTRL. When the RTCC is enabled, the pre-counter (RTCC_PRECNT) increments upon each positive clock edge of LFCLK
RTCC
. If CNTTICK in RTCC_CTRL is set to PRESC, the pre-counter will continue to count up, wrapping around to zero when it overflows. If CNTTICK in RTCC_CTRL is set to CCV0MATCH, the pre-counter will wrap around when it hits the value configured in RTCC_CC0_CCV.
The main counter of the RTCC, RTCC_CNT, has two modes; normal mode and calendar mode. In normal mode, the main counter is available in RTCC_CNT and increments upon each tick given from the pre-counter. Refer to
11.3.1.1 Normal Mode for a description on
how to configure the frequency of these ticks. In calendar mode, the counter value is available in RTCC_TIME and RTCC_DATE, keeping track of seconds, minutes, hours, day of month, day of week, months, and years, all encoded in BCD format. Refer to
for details on this mode. The mode of the main counter is configured in CNTMODE in RTCC_CTRL. The differences between the two modes are summarized below.
• Normal mode
• Incremental counter, RTCC_CNT.
• RTCC_CCx_CCV used for Capture/Compare value.
• Calendar mode
• BCD counters, RTCC_DATE, RTCC_TIME.
• RTCC_CCx_TIME and RTCC_CCx_DATE used for Capture/Compare value.
Note: The mode of the RTCC must be configured for CALENDAR mode in RTCC_CTRL_CNTMODE before writing to the mode dependent registers, RTCC_TIME, RTCC_DATE, RTCC_CCx_TIME, and RTCC_CCx_DATE. Writes to these registers when in NORMAL mode will be ignored.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 282
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.3.1.1 Normal Mode
The main counter can receive a tick based on different tappings from the pre-counter, allowing the ticks to be power of 2 divisions of the
LFCLK
RTCC
. For more accurate configuration of the tick frequency, RTCC_CC0_CCV[14:0] can be used as a top value for
RTCC_PRECNT. When reaching the top value, the main counter receives a tick, and the pre-counter wraps around.
source for LFCLK
RTCC
.
= 32768 Hz on page 283 summarizes the resolutions available when using a 32768 Hz oscillator as
Table 11.1. RTCC Resolution vs Overflow, F
LFCLK
= 32768 Hz
RTCC_CTRL_CNTTICK
CCV0MATCH
PRESC
RTCC_CTRL_CNTPRESC
Don't care
DIV1
DIV2
DIV4
DIV8
DIV16
DIV32
DIV64
DIV128
DIV256
DIV512
DIV1024
DIV2048
DIV4096
DIV8192
DIV16384
DIV32768
Main counter period, T
CNT
(RTCC_CC0_CCV + 1)/F
LFCLK
30.5 µs
61 µs
122 µs
244 µs
488 µs
977 µs
1.95 ms
3.91 ms
7.81 ms
15.6 ms
31.25 ms
62.5 ms
0.125 s
0.25 s
0.5 s
1 s
s
Overflow
2 32 *T
CNT
seconds
36.4 hours
72.8 hours
145.6 hours
12 days
24 days
48 days
97 days
194 days
388 days
776 days
4.2 years
8.5 years
17 years
34 years
68 years
136 years
By default, the counter will keep counting until it reaches the top value, 0xFFFFFFFF, before it wraps around and continues counting from zero. By setting CCV1TOP in RTCC_CTRL, a Capture/Compare channel 1 compare match will result in the main counter wrapping to 0. The timer will then wrap around on a channel 1 compare match (RTCC_CNT = RTCC_CC1_CCV). If using the CCV1TOP setting, make sure to set this bit prior to or at the same time the RTCC is enabled. Setting CCV1TOP after enabling the RTCC
(RTCC_CTRL_MODE != DISABLED) may cause unintended operation (e.g. if RTCC_CNT > RTCC_CC1_CCV, RTCC_CNT will wrap when reaching 0xFFFFFFFF rather than RTCC_CC1_CCV).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 283
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.3.1.2 Calendar Mode
The RTCC includes a calendar mode which implements time and date decoding in hardware. Calendar mode is enabled by configuring
CNTMODE in RTCC_CTRL to CALENDAR. When in calendar mode, the counter value is available in RTCC_TIME and RTCC_DATE.
RTCC_TIME shows seconds, minutes, and hours while RTCC_DATE shows day of month, month, year, and day of week. RTCC_TIME and RTCC_DATE are encoded in BCD format. In calendar mode, the pre-counter should be configured to give ticks with a period of one second, i.e. RTCC_CTRL_CNTTICK should be set to PRESC, and the CNTPRESC bitfield of the RTCC_CTRL register should be set to DIV32768 if a 32768 Hz clock source is used.
In calendar mode, the time and date registers of the capture compare channels, RTCC_CCx_TIME and RTCC_CCx_DATE, are used to set compare values. Compare values can be set on seconds, minutes, hours, days, and months. Whether day of week, or day of month is used for a Capture/Compare channel is configured in RTCC_CCx_CTRL_DAYCC in the respective Capture/Compare channel.
The RTCC will automatically compensate for 28-, 29- (leap year), 30-, and 31-day months. The day of week counter,
RTCC_DATE_DAYOW, is a three bit counter incrementing when RTCC_TIME_HOURT overflows, wrapping around every seventh day.
Automatic leap year correction, extending the month of February from 28 to 29 days every fourth year is by default enabled, but can be disabled by setting the LYEARCORRDIS bit in RTCC_CTRL. The pseudocode for leap year correction is as follows: if RTCC_DATE_YEART modulo 2 = 0:
if RTCC_DATE_YEARU modulo 4 = 0:
leap_year = true
else:
leap_year = false else:
if (RTCC_DATE_YEARU + 2) modulo 4 = 0:
leap_year = true
else:
leap_year = false
The seconds, minute, hour segments are represented in 24-hour BCD format. The month segments are enumerated as shown in
11.2 RTCC calendar enumeration on page 284
.
Table 11.2. RTCC calendar enumeration
Month
January
February
March
April
May
June
July
August
September
October
November
December
RTCC_DATE_MONTHT
0b0
0b0
0b0
0b0
0b0
0b0
0b0
0b0
0b0
0b1
0b1
0b1
RTCC_DATE_MONTHU
0b0001
0b0010
0b0011
0b0100
0b0101
0b0110
0b0111
0b1000
0b1001
0b0000
0b0001
0b0010
11.3.1.3 RTCC Initialization
The counters of the RTCC, RTCC_CNT (RTCC_TIME and RTCC_DATE in calendar mode) and RTCC_PRECNT, can at any time be written by software, as long as the registers are not locked using RTCC_LOCKKEY. All RTCC registers use the immediate synchronization scheme, described in
.
Note: Writing to the RTCC_PRECNT register may alter the frequency of the ticks for the RTCC_CNT register.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 284
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.3.2 Capture/Compare Channels
Three capture/compare channels are available in the RTCC. Each channel can be configured as input capture or output compare, by setting the corresponding MODE in the RTCC_CCx_CTRL register.
RTCC_CNT
RTCC_CC0_CCV
RTCC_CC1_CCV
RTCC_CC2_CCV
0
CC2 PRS output,
CMOA=PULSE
CC1 PRS output,
CMOA=TOGGLE
CC0 PRS output,
CMOA=SET
1 LFCLK
RTCC
cycle
Figure 11.3 RTCC Compare match and PRS output illustration
In input capture mode the RTCC_CNT (RTCC_TIME and RTCC_DATE in calendar mode) register is captured into the
RTCC_CCx_CCV (RTCC_CCx_TIME and RTCC_CCx_DATE in calendar mode) register when an edge is detected on the selected
PRS input channel. The active capture edge is configured in the ICEDGE control bits.
In output compare mode the compare values are set by writing to the RTCC compare channel registers RTCC_CCx_CCV
(RTCC_CCx_TIME and RTCC_CCx_DATE in calendar mode). These values will be compared to the main counter, RTCC_CNT
(RTCC_TIME and RTCC_DATE in calendar mode), or a mixture of the main counter and the pre-counter, as illustrated in
11.4 RTCC Compare base illustration on page 286
. Compare base for the capture compare channels is set by configuring COMPBASE in RTCC_CCx_CTRL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 285
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
RTCC_CCx_CTRL_COMPBASE = CNT
CNT
Compare match
MASK
=
MASK
CCx_CCV
PRECNT
RTCC_CCx_CTRL_COMPBASE = PRECNT
CNT 16
Compare match
0 14
MASK
=
MASK
CCx_CCV
PRECNT 0
Figure 11.4 RTCC Compare base illustration
Table 11.3 RTCC Capture/Compare subjects on page 286
summarizes which registers being subject to comparison for different configurations of RTCC_CTRL_CNTMODE and RTCC_CCx_CTRL_COMPBASE.
Table 11.3. RTCC Capture/Compare subjects
RTCC_CTRL_CNTMODE
RTCC_CCx_CTRL_COMPBASE =
CNT
NORMAL
RTCC_CNT vs. RTCC_CCx_CCV
CALENDAR
RTCC_TIME vs. RTCC_CCx_TIME and
RTCC_DATE vs. RTCC_CCx_DATE
RTCC_CCx_CTRL_COMPBASE =
PRECNT
{RTCC_CNT[16:0],RTCC_PRECNT[14:0]} vs.
RTCC_CCx_CCV
RTCC_PRECNT vs. RTCC_CCx_CCV[14:0]
Figure 11.5 RTCC Compare in calendar mode, COMPBASE = CNT on page 287
illustrates how the compare events are evaluated when in calendar mode with RTCC_CCx_CTRL_COMPBASE = CNT. The SECU, SECT, MINU, MINT, HOURU, HOURT, MONTHU, and MONTHT bitfields in RTCC_CCx_TIME and RTCC_CCx_DATE are compared to the corresponding bitfields in RTCC_DATE and
RTCC_TIME. The DAYU and DAYT bitfields in RTCC_CCx_DATE will be compared to {RTCC_DATE_DAYOMT, RTCC_DATE_DAYO-
MU} if DAYCC in RTCC_CCx_CTRL is set to MONTH. If DAYCC in RTCC_CCx_CTRL is set to WEEK, the DAYU and DAYT bitfields in
RTCC_CCx_DATE will be compared to {0b000, RTCC_DATE_DAYOW}.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 286
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
RTCC_DATE
[0b000,
DAYOW]
RTCC_TIME
[DAYOMT,
DAYOMU]
RTCC_CCx_CTRL_DAYCC
[MONTHT,MONTHU]
MASK
= Compare match
MASK
[MONTHT,MONTHU]
[DAYT,DAYU]
RTCC_CCx_DATE RTCC_CCx_TIME
Figure 11.5 RTCC Compare in calendar mode, COMPBASE = CNT
To generate periodically recurring events, is possible to mask out parts of the compare match values. By configuring COMPMASK in
RTCC_CCx_CTRL, parts of the compare values will be masked out, limiting which part of the compare register being subject to comparison with the counter.
Figure 11.6 RTCC Compare mask illustration, COMPMASK=11 on page 287 illustrates the effect of COMP-
MASK when in normal mode and calendar mode.
31
CCV
21 20
CC_CTRL_COMPMASK
MONTHT
31 30
MONTHU
MASKED
27 26
DAYT
25 24
DAYU
21 20
HOURT
19 18
HOURU
15 14
MINT
12 11
MINU
Subject to comparison
8 7
SECT
5 4
SECU
1 0
0
Figure 11.6 RTCC Compare mask illustration, COMPMASK=11
Upon a compare match, the respective Capture/Compare interrupt flag CCx is set. Additionally, the event selected by the CMOA setting is generated on the corresponding PRS output. This is illustrated in
Figure 11.3 RTCC Compare match and PRS output illustration on page 285
.
11.3.3 Interrupts and PRS Output
The RTCC has one interrupt for each of its 3 Capture/Compare channels, CC0, CC1, and CC2. Each Capture/Compare channel has a
PRS output with configurable actions upon compare match.
The interrupt flag CNTTICK is set each time the main counter receives a tick (each second in calendar mode). In calendar mode, there are also interrupt flags being set each minute, hour, day, week, and month.
Upon oscillator failure detection, the OSCFAIL flag will be set.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 287
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.3.3.1 Main Counter Tick PRS Output
To output the ticks for the main counter on PRS, it is possible to use a Capture/Compare channel and mask all the bits, i.e.
RTCC_CCx_CTRL_COMPBASE=CNT and RTCC_CCx_CTRL_COMPMASK=31. PRS output of main counter ticks does not work if the main counter is not prescaled.
Note:
To be able to mask all bits in the main counter, RTCC_CTRL_CNTMODE has to be set to CALENDAR. In NORMAL mode, the least significant bit can not be masked out.
11.3.4 Energy Mode Availability
The RTCC is available in all Energy Modes except EM4H. To enable RTCC operation in EM4H, the EMU_EM4CTRL register in the
EMU has to be configured. Any enabled RTCC interrupt will wake the system up from EM4H; if EM4WU if RTCC_EM4WUEN is set.
Refer to
9. EMU - Energy Management Unit for details on how to configure the EMU.
11.3.5 Register Lock
To prevent accidental writes to the RTCC registers, the RTCC_LOCKKEY register can be written to any other value than the unlock value. To unlock the register, write the unlock value to RTCC_LOCKKEY. Registers affected by this lock are:
• RTCC_CTRL
• RTCC_PRECNT
• RTCC_CNT
• RTCC_TIME
• RTCC_DATE
• RTCC_IEN
• RTCC_POWERDOWN
• RTCC_CCx_CTRL
• RTCC_CCx_CCV
• RTCC_CCx_TIME
• RTCC_CCx_DATE
11.3.6 Oscillator Failure Detection
To be able to detect OSC failure, the RTCC includes a security mechanism ensuring that at least three OSC cycles are detected within one period of the ULFRCO. If no OSC cycles are detected, the OSCFAIL interrupt flag is set. OSC failure detection is enabled by setting the OSCFDETEN bit in RTCC_CTRL.
11.3.7 Retention Registers
The RTCC includes 32 x 32 bit registers which can be retained in all energy modes except EM4H. The registers are accessible through the RETx_REG registers. Retention is by default enabled in EM0 Active through EM4 Hibernate/Shutoff. The registers can be shut off to save power by setting the RAM bit in RTCC_POWERDOWN.
Note:
The retention registers are mapped to a RAM instance and have undefined state out of reset.
11.3.8 Frame Controller Interface
For easy timestamping of frames, RTCC_CC2_CCV is directly available for the Frame Controller, FRC.
11.3.9 Debug Session
By default, the RTCC is halted when code execution is halted from the debugger. By setting the DEBUGRUN bit in the RTCC_CTRL register, the RTCC will continue to run even when the debugger has halted the system.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 288
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.4 Register Map
The offset register address is relative to the registers base address.
Offset Name
RW
RWH
RWH
RWH
RW
RWH
RWH
RWH
RW
RWH
RWH
RWH
RW
RW
W1
(R)W1
RW
R
W1
R
RW
RWH
RW
Type
RW
RWH
RWH
R
RWH
RWH
R
Description
Combined Pre-Counter and Counter Value Register
Retention RAM power-down register
Capture/Compare Value Register
Capture/Compare Value Register
Capture/Compare Value Register
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 289
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5 Register Description
11.5.1 RTCC_CTRL - Control Register (Async Reg)
Offset Bit Position
0x000
Reset
Access
Name
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 290
Bit
31:18
17
16
15
14:13
12
11:8
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
Name
Reserved
LYEARCORRDIS 0 RW Leap year correction disabled.
When cleared, February has 29 days in leap years. When set, February always has 28 days.
CNTMODE
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW
Configure count mode for the main counter.
Main counter mode
Value
0
1
Mode
NORMAL
CALENDAR
Description
The main counter is incremented with 1 for each tick.
The main counter is in calendar mode.
OSCFDETEN 0 RW Oscillator failure detection enable
When set, the OSCFAIL interrupt flag will be set if no ticks are detected on LFCLK
RTCC
within one ULFRCO cycle.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CNTTICK 0 RW Counter prescaler mode.
Select whether the main counter should tick on RTCC_CC0_CCV[14:0] compare match with the pre-counter or tick on a pre-counter tap selected in CNTPRESC bitfield in the RTCC_CTRL register.
Value
0
1
Mode
PRESC
CCV0MATCH
Description
CNT register ticks according to configuration in CNTPRESC.
CNT register ticks when PRECNT matches RTCC_CC0_CCV[14:0]
CNTPRESC 0x0 RW
Configure counting frequency of the CNT register.
Counter prescaler value.
10
11
12
13
14
7
8
9
4
5
6
1
2
Value
0
3
Mode
DIV1
DIV2
DIV4
DIV8
DIV16
DIV32
DIV64
DIV128
DIV256
DIV512
DIV1024
DIV2048
DIV4096
DIV8192
DIV16384
Description
CLK
CNT
= LFECLK
RTCC
/1
CLK
CNT
= LFECLK
RTCC
/2
CLK
CNT
= LFECLK
RTCC
/4
CLK
CNT
= LFECLK
RTCC
/8
CLK
CNT
= LFECLK
RTCC
/16
CLK
CNT
= LFECLK
RTCC
/32
CLK
CNT
= LFECLK
RTCC
/64
CLK
CNT
= LFECLK
RTCC
/128
CLK
CNT
= LFECLK
RTCC
/256
CLK
CNT
= LFECLK
RTCC
/512
CLK
CNT
= LFECLK
RTCC
/1024
CLK
CNT
= LFECLK
RTCC
/2048
CLK
CNT
= LFECLK
RTCC
/4096
CLK
CNT
= LFECLK
RTCC
/8192
CLK
CNT
= LFECLK
RTCC
/16384
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 291
1
0
Bit
3
2
7:6
5
4
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
Name
15
Reset
DIV32768
Access Description
CLK
CNT
= LFECLK
RTCC
/32768
Reserved
CCV1TOP
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW CCV1 top value enable
When set, the counter wraps around on a CC1 event.
PRECCV0TOP 0 RW Pre-counter CCV0 top value enable.
When set, the pre-counter wraps around when PRECNT equals RTCC_CC0_CCV[14:0].
Reserved
DEBUGRUN
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW Debug Mode Run Enable
Set this bit to keep the RTCC running during a debug halt.
Value
0
1
Reserved
ENABLE
Enable the RTCC.
Description
RTCC is frozen in debug mode
RTCC is running in debug mode
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW RTCC Enable
11.5.2 RTCC_PRECNT - Pre-Counter Value Register (Async Reg)
Offset Bit Position
0x004
Reset
Access
Name
Bit
31:15
14:0
Name
Reserved
PRECNT
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0000 RWH Pre-Counter Value
Gives access to the Pre-counter value of the RTCC.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 292
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.3 RTCC_CNT - Counter Value Register (Async Reg)
Offset Bit Position
0x008
Reset
Access
Name
Bit
31:0
Name Reset Access Description
CNT 0x00000000 RWH Counter Value
Gives access to the main counter value of the RTCC. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = CALENDAR.
11.5.4 RTCC_COMBCNT - Combined Pre-Counter and Counter Value Register
Offset
0x00C
Bit Position
Reset
Access
Name
Bit
31:15
14:0
Name
CNTLSB
Reset
0x00000
Access Description
R Counter Value
Gives access to the 17 LSBs of the main counter, CNT. Register will be read as zero when RTCC_CTRL_CNTMODE =
CALENDAR.
PRECNT 0x0000 R Pre-Counter Value
Gives access to the pre-counter, PRECNT. Register will be read as zero when RTCC_CTRL_CNTMODE = CALENDAR.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 293
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.5 RTCC_TIME - Time of day register (Async Reg)
Offset Bit Position
0x010
Reset
Access
Name
Bit
31:22
21:20
19:16
15
14:12
11:8
7
6:4
3:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
HOURT 0x0 RWH Hours, tens.
Shows the tens part of the hour counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
HOURU 0x0 RWH Hours, units.
Shows the unit part of the hour counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
MINT 0x0 RWH Minutes, tens.
Shows the tens part of the minute counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
MINU 0x0 RWH Minutes, units.
Shows the unit part of the minute counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
SECT 0x0 RWH Seconds, tens.
Shows the tens part of the second counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
SECU 0x0 RWH Seconds, units.
Shows the unit part of the second counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 294
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.6 RTCC_DATE - Date register (Async Reg)
Offset Bit Position
0x014
Reset
Access
Name
Bit
31:27
26:24
23:20
19:16
15:13
12
11:8
7:6
5:4
3:0
Name
Reserved
DAYOW
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RWH Day of week.
Shows the day of week counter. Register can not be written and will be read as zero when RTCC_CTRL_CNTMODE =
NORMAL.
YEART 0x0 RWH Year, tens.
Shows the tens part of the year counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
YEARU 0x0 RWH Year, units.
Shows the unit part of the year counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
Reserved
MONTHT
To ensure compatibility with future devices, always write bits to 0. More information in
0 RWH Month, tens.
Shows the tens part of the month counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
MONTHU 0x0 RWH Month, units.
Shows the unit part of the month counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
DAYOMT 0x0 RWH Day of month, tens.
Shows the tens part of the day of month counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
DAYOMU 0x0 RWH Day of month, units.
Shows the unit part of the day of month counter. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 295
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.7 RTCC_IF - RTCC Interrupt Flags
Offset
0x018
Reset
Access
Name
Bit Position
Bit
31:11
10
9
8
7
6
5
4
3
2
1
0
Name
Reserved
MONTHTICK
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 R
Set each time the month counter increments.
Month tick
DAYOWOF 0 R
Set each time the day of week counter overflows.
Day of week overflow
DAYTICK 0 R Day tick
Set each time the day counter increments.
HOURTICK 0 R
Set each time the hour counter increments.
MINTICK 0 R
Set each time the minute counter increments.
CNTTICK 0 R
Set each time the main counter is updated.
Hour tick
Minute tick
Main counter tick
OSCFAIL 0 R
Set when an oscillator failure has been detected.
Oscillator failure Interrupt Flag
CC2 0 R Channel 2 Interrupt Flag
Set when a channel 2 event has occurred.
CC1 0 R
Set when a channel 1 event has occurred.
CC0 0 R
Set when a channel 0 event has occurred.
OF 0 R
Set when a RTCC overflow has occurred.
Channel 1 Interrupt Flag
Channel 0 Interrupt Flag
Overflow Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 296
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.8 RTCC_IFS - Interrupt Flag Set Register
Offset
0x01C
Reset
Access
Name
Bit Position
Bit
31:11
10
9
8
7
6
5
4
3
2
1
0
Name
Reserved
MONTHTICK
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 W1
Write 1 to set the MONTHTICK interrupt flag
Set MONTHTICK Interrupt Flag
Set DAYOWOF Interrupt Flag DAYOWOF 0 W1
Write 1 to set the DAYOWOF interrupt flag
DAYTICK 0 W1
Write 1 to set the DAYTICK interrupt flag
Set DAYTICK Interrupt Flag
Set HOURTICK Interrupt Flag HOURTICK 0 W1
Write 1 to set the HOURTICK interrupt flag
MINTICK 0 W1
Write 1 to set the MINTICK interrupt flag
CNTTICK 0 W1
Write 1 to set the CNTTICK interrupt flag
OSCFAIL 0 W1
Set MINTICK Interrupt Flag
Set CNTTICK Interrupt Flag
Set OSCFAIL Interrupt Flag
Write 1 to set the OSCFAIL interrupt flag
CC2 0
Write 1 to set the CC2 interrupt flag
W1
W1 CC1 0
Write 1 to set the CC1 interrupt flag
CC0 0
Write 1 to set the CC0 interrupt flag
W1
OF 0
Write 1 to set the OF interrupt flag
W1
Set CC2 Interrupt Flag
Set CC1 Interrupt Flag
Set CC0 Interrupt Flag
Set OF Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 297
11.5.9 RTCC_IFC - Interrupt Flag Clear Register
Offset
0x020
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 298
Bit
31:11
10
9
8
7
6
5
4
3
2
1
0
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
MONTHTICK 0 (R)W1 Clear MONTHTICK Interrupt Flag
Write 1 to clear the MONTHTICK interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
DAYOWOF 0 (R)W1 Clear DAYOWOF Interrupt Flag
Write 1 to clear the DAYOWOF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
DAYTICK 0 (R)W1 Clear DAYTICK Interrupt Flag
Write 1 to clear the DAYTICK interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
HOURTICK 0 (R)W1 Clear HOURTICK Interrupt Flag
Write 1 to clear the HOURTICK interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
MINTICK 0 (R)W1 Clear MINTICK Interrupt Flag
Write 1 to clear the MINTICK interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
CNTTICK 0 (R)W1 Clear CNTTICK Interrupt Flag
Write 1 to clear the CNTTICK interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
OSCFAIL 0 (R)W1 Clear OSCFAIL Interrupt Flag
Write 1 to clear the OSCFAIL interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
CC2 0 (R)W1 Clear CC2 Interrupt Flag
Write 1 to clear the CC2 interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
CC1 0 (R)W1 Clear CC1 Interrupt Flag
Write 1 to clear the CC1 interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
CC0 0 (R)W1 Clear CC0 Interrupt Flag
Write 1 to clear the CC0 interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
OF 0 (R)W1 Clear OF Interrupt Flag
Write 1 to clear the OF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 299
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.10 RTCC_IEN - Interrupt Enable Register
Offset
0x024
Reset
Access
Name
Bit Position
Bit
31:11
10
9
8
7
6
5
4
3
2
1
0
Name
Reserved
MONTHTICK
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW
Enable/disable the MONTHTICK interrupt
MONTHTICK Interrupt Enable
DAYOWOF Interrupt Enable DAYOWOF 0
Enable/disable the DAYOWOF interrupt
RW
DAYTICK 0 RW DAYTICK Interrupt Enable
Enable/disable the DAYTICK interrupt
HOURTICK 0 RW
Enable/disable the HOURTICK interrupt
MINTICK 0
Enable/disable the MINTICK interrupt
RW
CNTTICK 0
Enable/disable the CNTTICK interrupt
RW
HOURTICK Interrupt Enable
MINTICK Interrupt Enable
CNTTICK Interrupt Enable
OSCFAIL Interrupt Enable OSCFAIL 0
Enable/disable the OSCFAIL interrupt
RW
CC2 0 RW
Enable/disable the CC2 interrupt
CC1 0
Enable/disable the CC1 interrupt
RW
CC0 0
Enable/disable the CC0 interrupt
OF 0
Enable/disable the OF interrupt
RW
RW
CC2 Interrupt Enable
CC1 Interrupt Enable
CC0 Interrupt Enable
OF Interrupt Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 300
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.11 RTCC_STATUS - Status register
Offset
0x028
Reset
Access
Name
Bit
31:0
Name
Reserved
Bit Position
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
11.5.12 RTCC_CMD - Command Register
Offset
0x02C
Reset
Access
Bit Position
Name
Bit
31:1
0
4:0
Name
Reserved
CLRSTATUS
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0
Clear BUMODETS in RTCC_STATUS.
W1 Clear RTCC_STATUS register.
11.5.13 RTCC_SYNCBUSY - Synchronization Busy Register
Offset
0x030
Reset
Access
Bit Position
Name
Bit
31:6
5
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
CMD 0 R CMD Register Busy
Set when the value written to CMD is being synchronized.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 301
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.14 RTCC_POWERDOWN - Retention RAM power-down register (Async Reg)
Offset Bit Position
0x034
Reset
Access
Name
Bit
31:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
RAM 0 RW Retention RAM power-down
Shut off power to the Retention RAM. Once it is powered down, it cannot be powered up again
11.5.15 RTCC_LOCK - Configuration Lock Register (Async Reg)
Offset Bit Position
0x038
Reset
Access
Name
Bit
31:16
15:0
Name
Reserved
LOCKKEY
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0000 RWH Configuration Lock Key
Write any other value than the unlock code to lock RTCC_CTRL, RTCC_PRECNT, RTCC_CNT, RTCC_TIME,
RTCC_DATE, RTCC_IEN, RTCC_POWERDOWN, and RTCC_CCx_XXX registers from editing. Write the unlock code to unlock. When reading the register, bit 0 is set when the lock is enabled.
Value Description Mode
Read Operation
UNLOCKED
LOCKED
Write Operation
LOCK
UNLOCK
0
1
0
0xAEE8
All registers are unlocked
Registers are locked
Lock registers
Unlock all RTCC registers
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 302
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.16 RTCC_EM4WUEN - Wake Up Enable
Offset
0x03C
Reset
Access
Name
Bit Position
Bit
31:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
EM4WU 0 RW EM4 Wake-up enable
Write 1 to enable wake-up request, write 0 to disable wake-up request.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 303
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.17 RTCC_CCx_CTRL - CC Channel Control Register (Async Reg)
Offset Bit Position
0x040
Reset
Access
Name
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 304
Bit
31:18
17
16:12
11
10
9:6
5:4
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
DAYCC 0 RW Day Capture/Compare selection
Select whether day of week, or day of month is subject for Capture/Compare.
Value
0
1
Mode
MONTH
WEEK
Description
Day of month is selected for Capture/Compare.
Day of week is selected for Capture/Compare.
COMPMASK 0x00 RW Capture compare channel comparison mask.
The COMPMASK most significant bits of the compare value will not be subject to comparison.
COMPBASE 0 RW
Configure comparison base for compare channel
Capture compare channel comparison base.
Value
0
1
Mode
CNT
PRECNT
Description
RTCC_CCx_CCV is compared with RTCC_CNT register.
RTCC_CCx_TIME/DATE compare with RTCC_TIME/DATE in calendar mode.
Least significant bits of RTCC_CCx_CCV are compared with PRECNT.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
PRSSEL 0x0 RW Compare/Capture Channel PRS Input Channel Selection
Select PRS input channel for Compare/Capture channel.
7
8
9
5
6
10
11
1
2
3
4
Value
0
Mode
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
Description
PRS Channel 0 selected as input
PRS Channel 1 selected as input
PRS Channel 2 selected as input
PRS Channel 3 selected as input
PRS Channel 4 selected as input
PRS Channel 5 selected as input
PRS Channel 6 selected as input
PRS Channel 7 selected as input
PRS Channel 8 selected as input
PRS Channel 9 selected as input
PRS Channel 10 selected as input
PRS Channel 11 selected as input
ICEDGE 0x0 RW Input Capture Edge Select
These bits control which edges the PRS edge detector triggers on.
Value
0
1
Mode
RISING
FALLING
Description
Rising edges detected
Falling edges detected
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 305
Bit
3:2
1:0
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
1
2
3
Value
0
Name
2
3
Reset
BOTH
NONE
Access Description
CMOA 0x0 RW
Select output action on compare match.
Both edges detected
No edge detection, signal is left as it is
Compare Match Output Action
Mode
PULSE
TOGGLE
CLEAR
SET
Description
A single clock cycle pulse is generated on output
Toggle output on compare match
Clear output on compare match
Set output on compare match
MODE 0x0 RW CC Channel Mode
These bits select the mode for Compare/Capture channel.
1
2
Value
0
Mode
OFF
INPUTCAPTURE
OUTPUTCOMPARE
Description
Compare/Capture channel turned off
Input capture
Output compare
11.5.18 RTCC_CCx_CCV - Capture/Compare Value Register (Async Reg)
Offset Bit Position
0x044
Reset
Access
Name
Bit
31:0
Name
CCV
Reset
0x00000000
Access Description
RWH Capture/Compare Value
Shows the Capture/Compare Value for the channel. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = CALENDAR.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 306
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.19 RTCC_CCx_TIME - Capture/Compare Time Register (Async Reg)
Offset Bit Position
0x048
Reset
Access
Name
Bit
31:22
21:20
19:16
15
14:12
11:8
7
6:4
3:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
HOURT 0x0 RWH Hours, tens.
Shows the tens part of the Capture/Compare value for hours. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
HOURU 0x0 RWH Hours, units.
Shows the unit part of the Capture/Compare value for hours. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
MINT 0x0 RWH Minutes, tens.
Shows the tens part of the Capture/Compare value for minutes. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
MINU 0x0 RWH Minutes, units.
Shows the unit part of the Capture/Compare value for minutes. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
SECT 0x0 RWH Seconds, tens.
Shows the tens part of the Capture/Compare value for seconds. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
SECU 0x0 RWH Seconds, units.
Shows the unit part of the Capture/Compare value for seconds. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 307
EFM32JG1 Reference Manual
RTCC - Real Time Counter and Calendar
11.5.20 RTCC_CCx_DATE - Capture/Compare Date Register (Async Reg)
Offset Bit Position
0x04C
Reset
Access
Name
Bit
31:13
12
11:8
7:6
5:4
3:0
Name
Reserved
MONTHT
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 RWH Month, tens.
Shows the tens part of the Capture/Compare value for months. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
MONTHU 0x0 RWH Month, units.
Shows the unit part of the Capture/Compare value for months. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
DAYT 0x0 RWH Day of month/week, tens.
Shows the tens part of the Capture/Compare value for days. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
DAYU 0x0 RWH Day of month/week, units.
Shows the unit part of the Capture/Compare value for days. Register can not be written and will be read as zero when
RTCC_CTRL_CNTMODE = NORMAL.
11.5.21 RTCC_RETx_REG - Retention register
Offset
0x104
Bit Position
Reset
Access
Name
Bit
31:0
Name
REG
Reset
0xXXXXXXX
X
Access Description
RW General Purpose Retention Register
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 308
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12. WDOG - Watchdog Timer
0 1 2 3 4
Counter value
Watchdog clear
Timeout period
System reset
Time
Quick Facts
What?
The WDOG (Watchdog Timer) resets the system in case of a fault condition, and can be enabled in all energy modes as long as the low frequency clock source is available.
Why?
If a software failure or external event renders the
MCU unresponsive, a Watchdog timeout will reset the system to a known, safe state.
How?
An enabled Watchdog Timer implements a configurable timeout period. If the CPU fails to re-start the
Watchdog Timer before it times out, a full system reset will be triggered. The Watchdog consumes insignificant power, and allows the device to remain safely in low energy modes for up to 256 seconds at a time.
12.1 Introduction
The purpose of the watchdog timer is to generate a reset in case of a system failure to increase application reliability. The failure can be caused by a variety of events, such as an ESD pulse or a software failure.
12.2 Features
• Clock input from selectable oscillators
• Internal 32 kHz RC oscillator
• Internal 1 kHz RC oscillator
• External 32.768 kHz XTAL oscillator
• Configurable timeout period from 9 to 256k watchdog clock cycles
• Individual selection to keep running or freeze when entering EM2 DeepSleep or EM3 Stop
• Selection to keep running or freeze when entering debug mode
• Selection to block the CPU from entering Energy Mode 4
• Selection to block the CMU from disabling the selected watchdog clock
• Configurable warning interrupt at 25%,50%, or 75% of the timeout period
• Configurable window interrupt at 12.5%,25%,37.5%,50%,62.5%,75%,87.5% of the timeout period
• Timeout interrupt
• PRS as a watchdog clear
• Interrupt for the event where a PRS rising edge is absent before a software reset
12.3 Functional Description
The watchdog is enabled by setting the EN bit in WDOGn_CTRL. When enabled, the watchdog counts up to the period value configured through the PERSEL field in WDOGn_CTRL. If the watchdog timer is not cleared to 0 (by writing a 1 to the CLEAR bit in
WDOGn_CMD) before the period is reached, the chip is reset. If a timely clear command is issued, the timer starts counting up from 0 again. The watchdog can optionally be locked by writing the LOCK bit in WDOGn_CTRL. Once locked, it cannot be disabled or reconfigured by software.
When the EN bit in WDOGn_CTRL is cleared to 0, the watchdog counter is reset.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 309
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12.3.1 Clock Source
Three clock sources are available for use with the watchdog, through the CLKSEL field in WDOGn_CTRL. The corresponding clocks must be enabled in the CMU. The SWOSCBLOCK bit in WDOGn_CTRL can be written to prevent accidental disabling of the selected clocks. Also, setting this bit will automatically start the selected oscillator source when the watchdog is enabled. The PERSEL field in
WDOGn_CTRL is used to divide the selected watchdog clock, and the timeout for the watchdog timer can be calculated with the formula:
T
TIMEOUT
= (2 3+PERSEL + 1) / f where f is the frequency of the selected clock.
When the watchdog is enabled, it is recommended to clear the watchdog before changing PERSEL.
To use this module, the LE interface clock must be enabled in CMU_HFCORECLKEN0, in addition to the module clock.
12.3.2 Debug Functionality
The watchdog timer can either keep running or be frozen when the device is halted by a debugger. This configuration is done through the DEBUGRUN bit in WDOGn_CTRL. When code execution is resumed, the watchdog will continue counting where it left off.
12.3.3 Energy Mode Handling
The watchdog timer can be configured to either keep on running or freeze when entering EM2 DeepSleep or EM3 Stop. The configuration is done individually for each energy mode in the EM2RUN and EM3RUN bits in WDOGn_CTRL. When the watchdog has been frozen and is re-entering an energy mode where it is running, the watchdog timer will continue counting where it left off. For the watchdog there is no difference between EM0 Active and EM1 Sleep. The watchdog does not run in EM4 Hibernate/Shutoff. If EM4BLOCK in
WDOGn_CTRL is set, the CPU will be prevented from entering EM4 Hibernate/Shutoff by software request.
Note:
If the WDOG is clocked by the LFXO or LFRCO, writing the SWOSCBLOCK bit will prevent the CPU from entering EM3 Stop. When running from the ULFRCO, writing the SWOSCBLOCK bit will prevent the CPU from entering EM4 Hibernate/Shutoff.
12.3.4 Register access
Since this module is a Low Energy Peripheral, and runs off a clock which is asynchronous to the HFCORECLK, special considerations must be taken when accessing registers. Please refer to
4.3 Access to Low Energy Peripherals (Asynchronous Registers)
for a description on how to perform register accesses to Low Energy Peripherals. Note that clearing the EN bit in WDOGn_CTRL will reset the
WDOG module, which will halt any ongoing register synchronization.
Note:
Never write to the WDOG registers when it is disabled, except to enable the watchdog by setting the EN bitfield in WDOGn_CTRL.
12.3.5 Warning Interrupt
The watchdog implements a warning interrupt which can be configured to occur at approximately 25%, 50%, or 75% of the timeout period through the WARNSEL field of the WDOGn_CTRL register.This interrupt can be used to wake up the cpu for clearing the watchdog. The warning point for the watchdog timer can be calculated with the formula:
T
WARNING
= (2 3+PERSEL ) * (WARNSEL / 4) + 1) / f, where f is the frequency of the selected clock.
When the watchdog is enabled, it is recommended to clear the watchdog before changing WARNSEL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 310
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12.3.6 Window Interrupt
This interrupt occurs when the watchdog is cleared below a certain threshold. This threshold is given by the formula:
T
WARNING
= (2 3+PERSEL ) * (WINSEL/8) + 1)/f, where f is the frequency of the selected clock.
This value will be approximately 12.5%, 25%, 37.5%, 50%, 62.5%, 75%, or 87.5% of the timeout value based on the WINSEL field of the WDOGn_CTRL.
out interrupts. Also, it shows where the prs rising edge needs to happen. The prs edge detection feature is discussed later.
Counter value
Watchdog clear System reset
Timeout period
Warning Irq
Legal Window
Time
PRS Event
Figure 12.1 WDOG Warning, Window, and Timeout
When the watchdog is enabled, it is recommended to clear the watchdog before changing WINSEL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 311
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12.3.7 PRS as Watchdog Clear
The first PRS channel (selected by register WDOGn_PCH0_PRSCTRL) can be used to clear the watchdog counter. To enable this feature, CLRSRC must be set to 1.
Figure 12.2 PRS Clearing WDOG on page 312
shows how the PRS channel takes over the wdog clear function. Clearing the WDOG with the PRS is mutually exclusive of clearing the WDT by software.
Counter value
PRS clear Timeout Irq
Timeout period
Warning Irq
Legal Window
Time
Figure 12.2 PRS Clearing WDOG
12.3.8 PRS Rising Edge Monitoring
PRS channels can be used to monitor multiple processes. If enabled, every time the watch dog timer is cleared the PRS channels are checked and any channel which has not seen an event can trigger an interrupt.
Counter value
PRS[0] wdog clear
Time
PRS[0] PRS[1]
Figure 12.3 PRS Edge Monitoring in WDOG
PRS[1] PRS[2]
silabs.com | Smart. Connected. Energy-friendly.
Time
Preliminary Rev. 0.2 | 312
12.4 Register Map
The offset register address is relative to the registers base address.
Offset Name
Type
RW
W1
R
RW
RW
R
W1
(R)W1
RW
Description
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 313
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12.5 Register Description
12.5.1 WDOG_CTRL - Control Register (Async Reg)
Offset Bit Position
0x000
Reset
Access
Name
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 314
Bit
31
30
29:27
26:24
23:18
17:16
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
Name
WDOGRSTDIS
Reset
0
Disable watchdog reset output.
Value
0
1
Mode
EN
DIS
CLRSRC 0
Select watchdog clear source.
Access Description
RW
RW
Watchdog Reset Disable
Description
A timeout will cause a watchdog reset
A timeout will not cause a watchdog reset
Watchdog Clear Source
Value
0
1
Mode
SW
PCH0
Description
A write to the clear bit will clear the watchdog counter
A rising edge on the PRS Channel0 will clear the watchdog counter
Reserved
WINSEL
To ensure compatibility with future devices, always write bits to 0. More information in
0x0
Select watchdog illegal limit.
RW Watchdog Illegal Window Select
Value
0
1
2
3
4
5
6
7
Description
Disabled.
Window limit is 12.5% of the Timeout.
Window limit is 25.0% of the Timeout.
Window limit is 37.5% of the Timeout.
Window limit is 50.0% of the Timeout.
Window limit is 62.5% of the Timeout.
Window limit is 75.0% of the Timeout.
Window limit is 87.5% of the Timeout.
Reserved
WARNSEL
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW
Select watchdog warning timeout period.
Watchdog Timeout Period Select
Value
0
1
2
Description
Disabled.
Warning timeout is 25% of the Timeout.
Warning timeout is 50% of the Timeout.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 315
Bit
15:14
13:12
11:8
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
Name
3
Reset Access Description
Warning timeout is 75% of the Timeout.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
CLKSEL 0x0 RW Watchdog Clock Select
Selects the WDOG oscillator, i.e. the clock on which the watchdog will run.
1
2
Value
0
Mode
ULFRCO
LFRCO
LFXO
Description
ULFRCO
LFRCO
LFXO
PERSEL 0xF
Select watchdog timeout period.
Value
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description
RW
Timeout period of 9 watchdog clock cycles.
Timeout period of 17 watchdog clock cycles.
Timeout period of 33 watchdog clock cycles.
Timeout period of 65 watchdog clock cycles.
Timeout period of 129 watchdog clock cycles.
Timeout period of 257 watchdog clock cycles.
Timeout period of 513 watchdog clock cycles.
Timeout period of 1k watchdog clock cycles.
Timeout period of 2k watchdog clock cycles.
Timeout period of 4k watchdog clock cycles.
Timeout period of 8k watchdog clock cycles.
Timeout period of 16k watchdog clock cycles.
Timeout period of 32k watchdog clock cycles.
Timeout period of 64k watchdog clock cycles.
Timeout period of 128k watchdog clock cycles.
Watchdog Timeout Period Select
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 316
7
6
Bit
5
4
3
2
1
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
Name
15
Reset Access Description
Timeout period of 256k watchdog clock cycles.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
SWOSCBLOCK 0 RW Software Oscillator Disable Block
Set to disallow disabling of the selected WDOG oscillator. Writing this bit to 1 will turn on the selected WDOG oscillator if it is not already running.
Value
0
1
Description
Software is allowed to disable the selected WDOG oscillator. See CMU for detailed description. Note that also CMU registers are lockable.
Software is not allowed to disable the selected WDOG oscillator.
Energy Mode 4 Block EM4BLOCK 0
Set to disallow EM4 entry by software.
RW
Value
0
1
Description
EM4 can be entered by software. See EMU for detailed description.
EM4 cannot be entered by software.
LOCK 0 RW Configuration lock
Set to lock the watchdog configuration. This bit can only be cleared by reset.
Value
0
1
Description
Watchdog configuration can be changed.
Watchdog configuration cannot be changed.
Energy Mode 3 Run Enable EM3RUN 0
Set to keep watchdog running in EM3.
RW
Value
0
1
Description
Watchdog timer is frozen in EM3.
Watchdog timer is running in EM3.
Energy Mode 2 Run Enable EM2RUN 0
Set to keep watchdog running in EM2.
RW
Value
0
1
Description
Watchdog timer is frozen in EM2.
Watchdog timer is running in EM2.
DEBUGRUN 0 RW
Set to keep watchdog running in debug mode.
Debug Mode Run Enable
Value
0
1
Description
Watchdog timer is frozen in debug mode.
Watchdog timer is running in debug mode.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 317
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
Bit
0
Name
EN
Reset
0
Set to enabled watchdog timer.
Access Description
RW Watchdog Timer Enable
12.5.2 WDOG_CMD - Command Register (Async Reg)
Offset Bit Position
0x004
Reset
Access
Name
Bit
31:1
0
Name
Reserved
CLEAR
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 W1 Watchdog Timer Clear
Clear watchdog timer. The bit must be written 4 watchdog cycles before the timeout.
Value
0
1
Mode
UNCHANGED
CLEARED
Description
Watchdog timer is unchanged.
Watchdog timer is cleared to 0.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 318
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12.5.3 WDOG_SYNCBUSY - Synchronization Busy Register
Offset
0x008
Reset
Access
Bit Position
Name
Bit
31:4
3
2
1
0
Name
Reserved
PCH1_PRSCTRL
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 R PCH1_PRSCTRL Register Busy
Set when the value written to PCH1_PRSCTRL is being synchronized.
PCH0_PRSCTRL 0 R PCH0_PRSCTRL Register Busy
Set when the value written to PCH0_PRSCTRL is being synchronized.
CMD 0 R CMD Register Busy
Set when the value written to CMD is being synchronized.
CTRL 0 R CTRL Register Busy
Set when the value written to CTRL is being synchronized.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 319
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12.5.4 WDOGn_PCHx_PRSCTRL - PRS Control Register (Async Reg)
Offset Bit Position
0x00C
Reset
Access
Name
Bit
31:9
8
7:4
3:0
7
8
9
5
6
10
11
1
2
3
4
Value
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
PRSMISSRSTEN 0 RW PRS missing event will trigger a watchdog reset
When set, a PRS missing event will trigger a watchdog reset.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
PRSSEL 0x0 RW PRS Channel PRS Select
These bits select the PRS input for the PRS channel.
Mode
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
Description
PRS Channel 0 selected as input
PRS Channel 1 selected as input
PRS Channel 2 selected as input
PRS Channel 3 selected as input
PRS Channel 4 selected as input
PRS Channel 5 selected as input
PRS Channel 6 selected as input
PRS Channel 7 selected as input
PRS Channel 8 selected as input
PRS Channel 9 selected as input
PRS Channel 10 selected as input
PRS Channel 11 selected as input
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 320
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12.5.5 WDOG_IF - Watchdog Interrupt Flags
Offset
0x01C
Reset
Access
Name
Bit
31:5
4
3
2
1
0
Bit Position
Name
Reserved
PEM1
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 R PRS Channel One Event Missing Interrupt Flag
Set when a wdog clear happens before a prs event has been detected on PRS channel one.
PEM0 0 R PRS Channel Zero Event Missing Interrupt Flag
Set when a wdog clear happens before a prs event has been detected on PRS channel zero.
WIN 0 R Wdog Window Interrupt Flag
Set when a wdog clear happens below the window limit value.
WARN 0 R
Set when a wdog warning timeout has occurred.
Wdog Warning Timeout Interrupt Flag
TOUT 0
Set when a wdog timeout has occurred.
R Wdog Timeout Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 321
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12.5.6 WDOG_IFS - Interrupt Flag Set Register
Offset
0x020
Reset
Access
Name
Bit
31:5
4
3
2
1
0
Bit Position
Name
Reserved
PEM1
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0
Write 1 to set the PEM1 interrupt flag
W1 Set PEM1 Interrupt Flag
PEM0 0
Write 1 to set the PEM0 interrupt flag
W1 Set PEM0 Interrupt Flag
Set WIN Interrupt Flag WIN 0
Write 1 to set the WIN interrupt flag
WARN 0
Write 1 to set the WARN interrupt flag
W1
W1
TOUT 0
Write 1 to set the TOUT interrupt flag
W1
Set WARN Interrupt Flag
Set TOUT Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 322
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12.5.7 WDOG_IFC - Interrupt Flag Clear Register
Offset
0x024
Reset
Access
Bit Position
Name
Bit
31:5
4
3
2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
PEM1 0 (R)W1 Clear PEM1 Interrupt Flag
Write 1 to clear the PEM1 interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
PEM0 0 (R)W1 Clear PEM0 Interrupt Flag
Write 1 to clear the PEM0 interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
WIN 0 (R)W1 Clear WIN Interrupt Flag
Write 1 to clear the WIN interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
WARN 0 (R)W1 Clear WARN Interrupt Flag
Write 1 to clear the WARN interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
TOUT 0 (R)W1 Clear TOUT Interrupt Flag
Write 1 to clear the TOUT interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 323
EFM32JG1 Reference Manual
WDOG - Watchdog Timer
12.5.8 WDOG_IEN - Interrupt Enable Register
Offset
0x028
Reset
Access
Name
Bit
31:5
4
3
2
1
0
Bit Position
Name
Reserved
PEM1
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0
Enable/disable the PEM1 interrupt
RW PEM1 Interrupt Enable
RW PEM0 Interrupt Enable PEM0 0
Enable/disable the PEM0 interrupt
WIN 0
Enable/disable the WIN interrupt
RW WIN Interrupt Enable
WARN 0
Enable/disable the WARN interrupt
TOUT 0
Enable/disable the TOUT interrupt
RW
RW
WARN Interrupt Enable
TOUT Interrupt Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 324
13. PRS - Peripheral Reflex System
0 1 2 3 4
Timer
ADC
DMA
PRS
Ch
PRS
Ch
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
Quick Facts
What?
The PRS (Peripheral Reflex System) allows configurable, fast, and autonomous communication between peripherals.
Why?
Events and signals from one peripheral can be used as input signals or triggers by other peripherals. Besides reducing software overhead and thus current consumption, this reduces latency and ensures predictable timing.
How?
Without CPU intervention the peripherals can send
Reflex signals (both pulses and level) to each other in single- or chained steps. The peripherals can be set up to perform actions based on the incoming Reflex signals. This results in improved system performance and reduced energy consumption.
13.1 Introduction
The Peripheral Reflex System (PRS) is a network allowing direct communication between different peripheral modules without involving the CPU. Peripheral modules which send out Reflex signals are called producers. The PRS routes these reflex signals through reflex channels to consumer peripherals which perform actions depending on the Reflex signals received. The format for the Reflex signals is not given, but edge triggers and other functionality can be applied by the PRS.
13.2 Features
• 12 Configurable Reflex Channels
• Each channel can be connected to any producing peripheral, including the PRS channels
• Consumers can choose which channel to listen to
• Selectable edge detector (Rising, falling and both edges)
• Configurable AND and OR between channels
• Optional channel invert
• PRS can generate event to CPU
• Two independent DMA requests based on PRS channels
• Software controlled channel output
• Configurable level
• Triggered pulses
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 325
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.3 Functional Description
An overview of the PRS module is shown in
Figure 13.1 PRS Overview on page 326
. The PRS contains 12 Reflex channels. All channels can select any Reflex signal offered by the producers. The consumers can choose which PRS channel to listen to and perform actions based on the Reflex signals routed through that channel. The Reflex signals can be both edge signals and level signals.
SIGSEL[2:0]
SOURCESEL[5:0]
EDSEL[1:0]
SWPULSE[n]
SWLEVEL[n]
APB bus
Signals from producer peripherals
Reg
Signals to consumer peripherals
Figure 13.1 PRS Overview
13.3.1 Channel Functions
Different functions can be applied to a reflex signal within the PRS. Each channel includes an edge detector to enable generation of pulse signals from level signals. The PRS channels can also be manually triggered by writing to PRS_SWPULSE or PRS_SWLEVEL.
SWLEVEL[n] is a programmable level for each channel and holds the value it is programmed to. Setting SWPULSE[n] will cause the
PRS channel to ouput a one HFBUSCLK cycle high pulse. The SWLEVEL[n] and SWPULSE[n] signals are then XOR'ed with the selected input from the producers to form the output signal sent to the consumers listening to the channel. For example, when SWLEVEL[n] is set, if a producer produces a signal of 1, this will cause a channel output of 0.
13.3.1.1 Asynchronous Mode
Reflex channels can operate in two modes, synchronous or asynchronous. In synchronous mode reflex signals are clocked on the
HFCLK, and can be used by any reflex consumer. However, this will not work in EM2/EM3, since the HFCLK will be turned off.
Asynchronous reflex channels are not clocked on HFCLK, and can be used even in EM2/EM3. However, the asynchronous mode can only be used by a subset of the reflex consumers.
The asynchronous reflex signals generated by the producers are indicated in the SIGSEL field in PRS_CHx_CTRL. The consumers capable of utilizing asynchronous reflex signals include the LEUART and the PCNT. The USART can also consume some particular asynchronous signals. Please refer to the respective modules for details on how to use the PRS.
Note: If a Reflex channel with ASYNC set is used in a consumer not supporting asynchronous reflexes, the behaviour is undefined
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 326
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.3.1.2 Edge Detection and Clock Domains
Using EDSEL in PRS_CHx_CTRL, edge detection can be applied to a PRS signal. When edge detection is enabled, changes in the
PRS input will result in a pulse on the PRS channel. This requires that ASYNC in PRS_CHx_CTRL is disabled. Signals on the PRS input also has to be at least one HFBUSCLK period wide in order to be detected properly. This applies to all cases when ASYNC is not used in the PRS.
For communication between peripherals on different prescaled clocks, e.g. between peripherals on HFBUSCLK and HFPERCLK, there are two options. For level signals, no action is needed, but software must make sure that the level signals are held long enough for the destination domain to detect them. For pulse signals, edge detection and stretch should be enabled. When edge detection and stretch are enabled on a PRS source, the output on the PRS channel is held long enough for the destination domain to detect the pulse. This also works if there are multiple destination domains running at different frequencies.
13.3.1.3 Configurable PRS Logic
Each PRS channel has three logic functions that can be used by themselves or in combination. The selected PRS source can be
. The order of the functions is important. If OR and AND are enabled at the same time, AND is applied first, and then OR.
PRS[0]
PRS[N-1]
Signals from producer peripherals
PRS[i-1]
PRS[i+1]
ORPREV
ANDNEXT
INV
PRS[i]
Figure 13.2 Configurable PRS Logic
In addition to the logic functions that can combine a PRS channel with one of its neighbors, a PRS channel can also select any other
PRS channel as input. This can allow relatively complex logic functions to be created.
13.3.2 Producers
Through SOURCESEL in PRS_CHx_CTRL, each PRS channel selects signal producers. Each producer outputs one or more signals which can be selected by setting the SIGSEL field in PRS_CHx_CTRL. Setting the SOURCESEL bits to 0 (Off) leads to a constant 0 output from the input mux. An overview of the available producers can be found in the SOURCESEL and SIGSEL fields in
PRS_CHx_CTRL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 327
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.3.3 Consumers
Consumer peripherals (Listed in
Table 13.1 Reflex Consumers on page 328
) can be set to listen to a PRS channel and perform an action based on the signal received on that channel. Most consumers expect pulse input, while some can handle level inputs as well.
Table 13.1. Reflex Consumers
Module
TIMER
USART
ADC
IDAC
CMU
LEUART
PCNT
WDOG
LETIMER
RTCC
PRS
Reflex Input
Compare/Capture Channel
Alternate Input for DTI
Alternate Input for DTI Fault 0
Alternate Input for DTI Fault 1
RX/TX Trigger
Alternate Input for IrDA
Alternate Input for RX
Alternate Input for CLK
Single Sample Trigger
Scan Sequence Trigger
Alternate Input for OUTMODE Level
Alternate Input for Calibration Up-Counter Level
Alternate Input for Calibration Down-Counter
Level
Alternate Input for RX
Compare/Clear Trigger
Level
Pulse/Level
Alternate Input for S0IN
Alternate Input for S1IN
Peripheral Watchdog
Start LETIMER
Stop LETIMER
Clear LETIMER
Compare/Capture Channel
Set Event
DMA Request 0
DMA Request 1
Level
Level
Pulse
Pulse
Pulse
Pulse
Pulse/Level
Pulse
Pulse
Pulse
Input Format
Pulse / Level
Level
Level
Level
Pulse
Level
Level
Level
Pulse
Pulse
13.3.4 Event on PRS
The PRS can be used to send events to the MCU. This is very useful in combination with the Wait For Event (WFE) instruction. A single
PRS channel can be selected for this using SEVONPRSSEL in PRS_CTRL, and the feature is enabled by setting SEVONPRS in the same register.
Using SEVONPRS, one can e.g. set up a timer to trigger an event to the MCU periodically, every time letting the MCU pass through a
WFE instruction in its program. This can help in performance-critical sections where timing is known, and the goal is to wait for an event, then execute some code, then wait for an event, then execute some code and so on.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 328
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.3.5 DMA Request on PRS
Up to two independent DMA requests can be generated by the PRS. The PRS signals triggering the DMA requests are selected with the DMAREQxSEL fields in DMA_CTRL. The DMA requests are cleared on write to the DMAREQxSEL fields and when the DMA services the requests. The requests are set whenever the selected PRS signals are high.
The selected PRS signals must have ASYNC cleared when they are used as inputs to the DMA. Edge detection in the PRS can be enabled to only trigger transfers on edges.
13.3.6 Example
The example below (illustrated in
Figure 13.3 TIMER0 overflow starting ADC0 single conversions through PRS channel 5. on page
PRS channel 5:
• Set SOURCESEL in PRS_CH5_CTRL to TIMER0 as input to PRS channel 5.
• Set SIGSEL in PRS_CH5_CTRL to select the overflow signal (from TIMER0).
• Configure ADC0 with the desired conversion set-up.
• Set SINGLEPRSEN in ADC0_SINGLECTRL to 1 to enable single conversions to be started by a high PRS input signal.
• Set SINGLEPRSSEL in ADC0_SINGLECTRL to 0x5 to select PRS channel 5 as input to start the single conversion.
• Start TIMER0 with the desired TOP value, an overflow PRS signal is output automatically on overflow.
Note that the ADC results needs to be fetched either by the CPU or DMA.
PRS ch0 ch1 ch2 ch3 ch4 ch5 ch6 ch7
TIMER0
Overflow
ADC0
Start single conv.
Figure 13.3 TIMER0 overflow starting ADC0 single conversions through PRS channel 5.
13.4 Register Map
The offset register address is relative to the registers base address.
Offset Name
Type
W1
RW
RW
RW
RW
RW
RW
RW
RW
R
RW
RW
Description
I/O Routing Pin Enable Register
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 329
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.5 Register Description
13.5.1 PRS_SWPULSE - Software Pulse Register
Offset
0x000
Reset
Access
Name
Bit Position
Bit
31:12
11
10
9
8
7
6
5
4
3
2
1
0
Name
Reserved
CH11PULSE
See bit 0.
CH10PULSE
See bit 0.
CH9PULSE
See bit 0.
CH8PULSE
See bit 0.
CH7PULSE
See bit 0.
Reset
0
0
0
0
0
Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
W1
W1
W1
W1
W1
Channel 11 Pulse Generation
Channel 10 Pulse Generation
Channel 9 Pulse Generation
Channel 8 Pulse Generation
Channel 7 Pulse Generation
CH6PULSE
See bit 0.
CH5PULSE
See bit 0.
CH4PULSE
See bit 0.
CH3PULSE
0
0
0
0
W1
W1
W1
W1
Channel 6 Pulse Generation
Channel 5 Pulse Generation
Channel 4 Pulse Generation
Channel 3 Pulse Generation
See bit 0.
CH2PULSE
See bit 0.
CH1PULSE
See bit 0.
0
0
W1
W1
Channel 2 Pulse Generation
Channel 1 Pulse Generation
CH0PULSE 0 W1 Channel 0 Pulse Generation
Write to 1 to generate one HFPERCLK cycle high pulse. This pulse is XOR'ed with the corresponding bit in the SWLEVEL register and the selected PRS input signal to generate the channel output.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 330
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.5.2 PRS_SWLEVEL - Software Level Register
Offset
0x004
Reset
Access
Name
Bit Position
Bit
31:12
11
10
9
8
7
6
5
4
3
2
1
0
Name
Reserved
CH11LEVEL
See bit 0.
CH10LEVEL
See bit 0.
CH9LEVEL
See bit 0.
CH8LEVEL
See bit 0.
CH7LEVEL
See bit 0.
CH6LEVEL
See bit 0.
CH5LEVEL
Reset
0
0
0
0
0
0
0
Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
RW
RW
RW
RW
RW
RW
RW
Channel 11 Software Level
Channel 10 Software Level
Channel 9 Software Level
Channel 8 Software Level
Channel 7 Software Level
Channel 6 Software Level
Channel 5 Software Level
See bit 0.
CH4LEVEL
See bit 0.
CH3LEVEL
See bit 0.
CH2LEVEL
See bit 0.
0
0
0
RW
RW
RW
Channel 4 Software Level
Channel 3 Software Level
Channel 2 Software Level
CH1LEVEL
See bit 0.
0 RW Channel 1 Software Level
CH0LEVEL 0 RW Channel 0 Software Level
The value in this register is XOR'ed with the corresponding bit in the SWPULSE register and the selected PRS input signal to generate the channel output.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 331
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.5.3 PRS_ROUTEPEN - I/O Routing Pin Enable Register
Offset
0x008
Reset
Access
Bit Position
Name
Bit
31:12
11
10
9
8
7
6
5
4
3
2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
CH11PEN 0 RW CH11 Pin Enable
When set, GPIO output from PRS channel 11 is enabled
CH10PEN 0 RW CH10 Pin Enable
When set, GPIO output from PRS channel 10 is enabled
CH9PEN 0 RW CH9 Pin Enable
When set, GPIO output from PRS channel 9 is enabled
CH8PEN 0 RW CH8 Pin Enable
When set, GPIO output from PRS channel 8 is enabled
CH7PEN 0 RW CH7 Pin Enable
When set, GPIO output from PRS channel 7 is enabled
CH6PEN 0 RW CH6 Pin Enable
When set, GPIO output from PRS channel 6 is enabled
CH5PEN 0 RW CH5 Pin Enable
When set, GPIO output from PRS channel 5 is enabled
CH4PEN 0 RW CH4 Pin Enable
When set, GPIO output from PRS channel 4 is enabled
CH3PEN 0 RW CH3 Pin Enable
When set, GPIO output from PRS channel 3 is enabled
CH2PEN 0 RW CH2 Pin Enable
When set, GPIO output from PRS channel 2 is enabled
CH1PEN 0 RW CH1 Pin Enable
When set, GPIO output from PRS channel 1 is enabled
CH0PEN 0 RW CH0 Pin Enable
When set, GPIO output from PRS channel 0 is enabled
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 332
13.5.4 PRS_ROUTELOC0 - I/O Routing Location Register
Offset
0x010
Reset
Access
Bit Position
Name
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 333
Bit
31:30
29:24
23:22
21:16
15:14
13:8
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
Name
Reserved
CH3LOC
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
5
6
7
8
1
2
3
4
Value
0
9
10
11
12
13
14
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
LOC7
LOC8
LOC9
LOC10
LOC11
LOC12
LOC13
LOC14
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Location 8
Location 9
Location 10
Location 11
Location 12
Location 13
Location 14
Reserved
CH2LOC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
4
5
6
7
1
2
3
Value
0
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
LOC7
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Reserved
CH1LOC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
Value
0
Mode
LOC0
Description
Location 0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 334
Bit
7:6
5:0
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
6
7
8
9
10
11
12
13
2
3
4
5
Value
0
1
5
6
3
4
7
Name
1
2
Reset
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
LOC7
Access Description
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Reserved
CH0LOC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
LOC6
LOC7
LOC8
LOC9
LOC10
LOC11
LOC12
LOC13
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Location 8
Location 9
Location 10
Location 11
Location 12
Location 13
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 335
13.5.5 PRS_ROUTELOC1 - I/O Routing Location Register
Offset
0x014
Reset
Access
Bit Position
Name
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 336
Bit
31:30
29:24
23:22
21:16
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
Name
Reserved
CH7LOC
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
5
6
7
8
1
2
3
4
Value
0
9
10
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
LOC7
LOC8
LOC9
LOC10
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Location 8
Location 9
Location 10
Reserved
CH6LOC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
5
6
7
3
4
8
9
10
11
1
2
Value
0
12
13
14
15
16
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
LOC7
LOC8
LOC9
LOC10
LOC11
LOC12
LOC13
LOC14
LOC15
LOC16
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Location 8
Location 9
Location 10
Location 11
Location 12
Location 13
Location 14
Location 15
Location 16
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 337
Bit
15:14
13:8
7:6
5:0
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
Name
17
3
4
5
6
1
2
Value
0
Reset
LOC17
Access Description
Location 17
Reserved
CH5LOC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
5
6
3
4
1
2
Value
0
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Reserved
CH4LOC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 338
13.5.6 PRS_ROUTELOC2 - I/O Routing Location Register
Offset
0x018
Reset
Access
Bit Position
Name
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 339
Bit
31:30
29:24
23:22
21:16
15:14
13:8
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
Name
Reserved
CH11LOC
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
3
4
5
1
2
Value
0
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Reserved
CH10LOC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
1
2
3
4
5
Value
0
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Reserved
CH9LOC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
3
4
5
6
1
2
Value
0
7
8
9
10
11
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
LOC7
LOC8
LOC9
LOC10
LOC11
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Location 8
Location 9
Location 10
Location 11
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 340
Bit
7:6
5:0
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
14
15
16
Name
12
13
Reset
LOC12
LOC13
LOC14
LOC15
LOC16
Access Description
Location 12
Location 13
Location 14
Location 15
Location 16
Reserved
CH8LOC
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the channel I/O pin
I/O Location
8
9
10
4
5
6
7
1
2
3
Value
0
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
LOC7
LOC8
LOC9
LOC10
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Location 8
Location 9
Location 10
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 341
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.5.7 PRS_CTRL - Control Register
Offset
0x020
Reset
Access
Name
Bit Position
Bit
31:5
4:1
0
Name
Reserved
SEVONPRSSEL
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0
Selects PRS channel for SEVONPRS
RW SEVONPRS PRS Channel Select
9
10
11
5
6
7
8
1
2
3
4
Value
0
Mode
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
Description
PRS Channel 0 selected
PRS Channel 1 selected
PRS Channel 2 selected
PRS Channel 3 selected
PRS Channel 4 selected
PRS Channel 5 selected
PRS Channel 6 selected
PRS Channel 7 selected
PRS Channel 8 selected
PRS Channel 9 selected
PRS Channel 10 selected
PRS Channel 11 selected
SEVONPRS 0 RW Set Event on PRS
When set, an event is generated to the CPU when the PRS channel selected by SEVONPRSSEL is high
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 342
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.5.8 PRS_DMAREQ0 - DMA Request 0 Register
Offset
0x024
Reset
Access
Name
Bit Position
Bit
31:10
9:6
5:0
Name
Reserved
PRSSEL
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW DMA Request 0 PRS Channel Select
Selects PRS channel for DMA request 0 from the PRS. Request is cleared on DMAREQ0 write
5
6
7
3
4
8
9
10
11
1
2
Value
0
Reserved
Mode
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
Description
PRS Channel 0 selected
PRS Channel 1 selected
PRS Channel 2 selected
PRS Channel 3 selected
PRS Channel 4 selected
PRS Channel 5 selected
PRS Channel 6 selected
PRS Channel 7 selected
PRS Channel 8 selected
PRS Channel 9 selected
PRS Channel 10 selected
PRS Channel 11 selected
To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 343
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.5.9 PRS_DMAREQ1 - DMA Request 1 Register
Offset
0x028
Reset
Access
Name
Bit Position
Bit
31:10
9:6
5:0
Name
Reserved
PRSSEL
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW DMA Request 1 PRS Channel Select
Selects PRS channel for DMA request 1 from the PRS. Request is cleared on DMAREQ1 write
5
6
7
3
4
8
9
10
11
1
2
Value
0
Reserved
Mode
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
Description
PRS Channel 0 selected
PRS Channel 1 selected
PRS Channel 2 selected
PRS Channel 3 selected
PRS Channel 4 selected
PRS Channel 5 selected
PRS Channel 6 selected
PRS Channel 7 selected
PRS Channel 8 selected
PRS Channel 9 selected
PRS Channel 10 selected
PRS Channel 11 selected
To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 344
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
13.5.10 PRS_PEEK - PRS Channel Values
Offset
0x030
Reset
Access
Name
Bit Position
Bit
31:12
11
10
9
8
7
6
5
4
3
2
1
0
Name
Reserved
CH11VAL
See bit 0.
CH10VAL
See bit 0.
CH9VAL
See bit 0.
CH8VAL
See bit 0.
CH7VAL
See bit 0.
Reset
0
0
0
0
0
Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
R
R
R
R
R
Channel 11 Current Value
Channel 10 Current Value
Channel 9 Current Value
Channel 8 Current Value
Channel 7 Current Value
CH6VAL
See bit 0.
CH5VAL
See bit 0.
CH4VAL
See bit 0.
CH3VAL
See bit 0.
CH2VAL
0
0
0
0
0
R
R
R
R
R
Channel 6 Current Value
Channel 5 Current Value
Channel 4 Current Value
Channel 3 Current Value
Channel 2 Current Value
See bit 0.
CH1VAL
See bit 0.
0 R Channel 1 Current Value
CH0VAL 0 R Channel 0 Current Value
When ASYNC = 0, sample the current output value of channel 0. Any enabled edge detection will not be visible. This value may be one or two clock delayed. When ASYNC = 1, no value is returned
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 345
13.5.11 PRS_CHx_CTRL - Channel Control Register
Offset
0x040
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 346
Bit
31
30
29
28
27
26
25
24:22
21:20
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
ASYNC 0 RW Asynchronous reflex
Set to enable asynchronous mode of this reflex signal
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
ANDNEXT 0 RW And Next
Channel output is AND'ed with the next channel output
ORPREV 0 RW Or Previous
Channel output is OR'ed with the previous channel output
INV
Invert channel output
0 RW Invert Channel
STRETCH
EDSEL
Select edge detection.
0
0x0
RW Stretch Channel Output
Stretches channel output to ensure that the target clock domain sees it.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
RW Edge Detect Select
Mode
OFF
POSEDGE
19:15
14:8
Value
0b0000000
0b0000001
0b0000010
0b0000110
0b0000111
0b0001000
0b0010000
0b0010001
0b0011100
0b0011101
0b0101001
silabs.com | Smart. Connected. Energy-friendly.
Mode
NONE
PRSL
PRSH
ACMP0
ACMP1
ADC0
USART0
USART1
TIMER0
TIMER1
RTCC
Description
No source selected
Peripheral Reflex System
Peripheral Reflex System
Analog Comparator 0
Analog Comparator 1
Analog to Digital Converter 0
Universal Synchronous/Asynchronous Receiver/Transmitter 0
Universal Synchronous/Asynchronous Receiver/Transmitter 1
Timer 0
Timer 1
Real-Time Counter and Calendar
Preliminary Rev. 0.2 | 347
Bit
7:3
2:0
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
Name
0b0110000
0b0110001
0b0110100
0b0110110
0b0111100
0b0111101
Reset
GPIOL
GPIOH
LETIMER0
PCNT0
CRYOTIMER
CMU
Access Description
General purpose Input/Output
General purpose Input/Output
Low Energy Timer 0
Pulse Counter 0
CryoTimer
Clock Management Unit
Reserved
SIGSEL
To ensure compatibility with future devices, always write bits to 0. More information in
0x0
Select signal input to PRS channel.
RW Signal Select
Description Value
SOURCESEL =
0b000000 (NONE)
0bxxx
SOURCESEL =
0b0000001 (PRS)
0b000
0b001
0b010
0b011
0b100
0b101
0b110
0b111
SOURCESEL =
0b0000010 (PRS)
0b000
0b001
0b010
0b011
SOURCESEL =
0b0000110 (ACMP0)
0b000
SOURCESEL =
0b0000111 (ACMP1)
0b000
SOURCESEL =
0b0001000 (ADC0)
0b000
0b001
Mode
OFF
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
ACMP0OUT
ACMP1OUT
ADC0SINGLE
ADC0SCAN
Channel input selection is turned off
PRS channel 0 PRSCH0 (Asynchronous)
PRS channel 1 PRSCH1 (Asynchronous)
PRS channel 2 PRSCH2 (Asynchronous)
PRS channel 3 PRSCH3 (Asynchronous)
PRS channel 4 PRSCH4 (Asynchronous)
PRS channel 5 PRSCH5 (Asynchronous)
PRS channel 6 PRSCH6 (Asynchronous)
PRS channel 7 PRSCH7 (Asynchronous)
PRS channel 8 PRSCH8 (Asynchronous)
PRS channel 9 PRSCH9 (Asynchronous)
PRS channel 10 PRSCH10 (Asynchronous)
PRS channel 11 PRSCH11 (Asynchronous)
Analog comparator output ACMP0OUT (Asynchronous)
Analog comparator output ACMP1OUT (Asynchronous)
ADC single conversion done ADC0SINGLE
ADC scan conversion done ADC0SCAN
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 348
Bit
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
Name
SOURCESEL =
0b0010000
(USART0)
0b000
0b001
0b010
0b011
0b101
0b110
SOURCESEL =
0b0010001
(USART1)
0b001
0b010
0b011
0b100
Reset
USART0IRTX
USART0TXC
USART0RTS
USART0TX
USART0CS
TIMER0OF
TIMER0CC0
TIMER0CC1
TIMER0CC2
SOURCESEL =
0b0011101 (TIMER1)
0b000 TIMER1UF
Access Description
USART0RXDATAV
0b001
0b010
0b011
0b101
USART1TXC
USART1RXDATAV
USART1RTS
USART1TX
0b110
SOURCESEL =
0b0011100 (TIMER0)
0b000
USART1CS
TIMER0UF
USART 0 IRDA out USART0IRTX
USART 0 TX complete USART0TXC
USART 0 RX Data Valid USART0RXDATAV
USART 0 RTS USART0RTS
USART 0 TX USART0TX
USART 0 CS USART0CS
USART 1 TX complete USART1TXC
USART 1 RX Data Valid USART1RXDATAV
USART 0 RTS USART1RTS
USART 1 TX USART1TX
USART 1 CS USART1CS
Timer 0 Underflow TIMER0UF
Timer 0 Overflow TIMER0OF
Timer 0 Compare/Capture 0 TIMER0CC0
Timer 0 Compare/Capture 1 TIMER0CC1
Timer 0 Compare/Capture 2 TIMER0CC2
0b001
0b010
0b011
0b100
0b101
SOURCESEL =
0b0101001 (RTCC)
0b001
0b010
0b011
SOURCESEL =
0b0110000 (GPIO)
0b000
0b001
TIMER1OF
TIMER1CC0
TIMER1CC1
TIMER1CC2
TIMER1CC3
RTCCCCV0
RTCCCCV1
RTCCCCV2
GPIOPIN0
GPIOPIN1
Timer 1 Underflow TIMER1UF
Timer 1 Overflow TIMER1OF
Timer 1 Compare/Capture 0 TIMER1CC0
Timer 1 Compare/Capture 1 TIMER1CC1
Timer 1 Compare/Capture 2 TIMER1CC2
Timer 1 Compare/Capture 3 TIMER1CC3
RTCC Compare 0 RTCCCCV0 (Asynchronous)
RTCC Compare 1 RTCCCCV1 (Asynchronous)
RTCC Compare 2 RTCCCCV2 (Asynchronous)
GPIO pin 0 GPIOPIN0 (Asynchronous)
GPIO pin 1 GPIOPIN1 (Asynchronous)
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 349
Bit
EFM32JG1 Reference Manual
PRS - Peripheral Reflex System
Name
0b010
0b011
0b100
0b101
0b110
0b111
SOURCESEL =
0b0110001 (GPIO)
0b000
0b001
0b010
0b011
0b100
0b101
0b110
0b111
SOURCESEL =
0b0110100 (LETIM-
ER0)
0b000
0b001
SOURCESEL =
0b0110110 (PCNT0)
0b000
0b001
0b010
SOURCESEL =
0b0111100 (CRYO-
TIMER)
0b000
SOURCESEL =
0b0111101 (CMU)
0b000
0b001
Reset
GPIOPIN2
GPIOPIN3
GPIOPIN4
GPIOPIN5
GPIOPIN6
GPIOPIN7
GPIOPIN8
GPIOPIN9
GPIOPIN10
GPIOPIN11
GPIOPIN12
GPIOPIN13
GPIOPIN14
GPIOPIN15
LETIMER0CH0
LETIMER0CH1
PCNT0TCC
PCNT0UFOF
PCNT0DIR
CMUCLKOUT0
CMUCLKOUT1
Access Description
GPIO pin 2 GPIOPIN2 (Asynchronous)
GPIO pin 3 GPIOPIN3 (Asynchronous)
GPIO pin 4 GPIOPIN4 (Asynchronous)
GPIO pin 5 GPIOPIN5 (Asynchronous)
GPIO pin 6 GPIOPIN6 (Asynchronous)
GPIO pin 7 GPIOPIN7 (Asynchronous)
GPIO pin 8 GPIOPIN8 (Asynchronous)
GPIO pin 9 GPIOPIN9 (Asynchronous)
GPIO pin 10 GPIOPIN10 (Asynchronous)
GPIO pin 11 GPIOPIN11 (Asynchronous)
GPIO pin 12 GPIOPIN12 (Asynchronous)
GPIO pin 13 GPIOPIN13 (Asynchronous)
GPIO pin 14 GPIOPIN14 (Asynchronous)
GPIO pin 15 GPIOPIN15 (Asynchronous)
LETIMER CH0 Out LETIMER0CH0 (Asynchronous)
LETIMER CH1 Out LETIMER0CH1 (Asynchronous)
Triggered compare match PCNT0TCC (Asynchronous)
Counter overflow or underflow PCNT0UFOF (Asynchronous)
Counter direction PCNT0DIR (Asynchronous)
CRYOTIMERPERIOD CRYOTIMER Output CRYOTIMERPERIOD (Asynchronous)
Clock Output 0 CMUCLKOUT0 (Asynchronous)
Clock Output 1 CMUCLKOUT1 (Asynchronous)
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 350
14. PCNT - Pulse Counter
0 1 2 3 4
Reload value
0
Interrupt
Quadrature code
EFM32JG1 Reference Manual
PCNT - Pulse Counter
Quick Facts
What?
The Pulse Counter (PCNT) decodes incoming pulses. The module has a quadrature mode which may be used to decode the speed and direction of a mechanical shaft. PCNT can operate in EM0 Active-
EM3 Stop.
Why?
The PCNT generates an interrupt after a specific number of pulses (or rotations), eliminating the need for timing- or I/O interrupts and CPU processing to measure pulse widths, etc.
How?
PCNT uses the LFACLK or may be externally clocked from a pin. The module incorporates an 16bit up/down-counter to keep track of incoming pulses or rotations.
14.1 Introduction
The Pulse Counter (PCNT) can be used for counting incoming pulses on a single input or to decode quadrature encoded inputs. It can run from the internal LFACLK (EM0 Active-EM2 DeepSleep) while counting pulses on the PCNTn_S0IN pin or using this pin as an external clock source (EM0 Active-EM3 Stop) that runs both the PCNT counter and register access.
14.2 Features
• 16-bit counter with reload register
• Auxiliary counter for counting a single direction
• Single input oversampling up/down counter mode (EM0 Active-EM2 DeepSleep)
• Externally clocked single input pulse up/down counter mode (EM0 Active-EM3 Stop)
• Quadrature decoder modes
• Externally clocked quadrature decoder 1X mode (EM0 Active-EM3 Stop)
• Oversampling quadrature decoder 1X, 2X and 4X modes. (EM0 Active-EM2 DeepSleep)
• Interrupt on counter underflow and overflow
• Interrupt when a direction change is detected (quadrature decoder mode only)
• Optional pulse width filter
• Optional input inversion/edge detect select
• PRS S0IN and S1IN input
• Asynchronously triggered compare and clear
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 351
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3 Functional Description
An overview of the PCNT module is shown in
Figure 14.1 PCNT Overview on page 352
.
PCNTn_S0IN
PCNTn_S1IN
S0PRS Input
CMU (conceptual)
LFACLK
Clock switch
PCNTnCLK
Triggered compare and clear control
Inverter &
Input logic
Pulse Width
Filter
Inverter &
Input logic
Pulse Width
Filter
0
CLK
PCNT
1
TCCMODE != DISABLED
Edge detector
ExtClk
Quad decoder
OverSampling
Clk
Quad decoder
OVR_SINGLE
1
EXTCLK_SINGLE
EXTCLK_QUAD
OVR_QUADDEC
FILT
AUXCNT
CNT
Peripheral bus
TOP TOPB
S1PRS Input
Figure 14.1 PCNT Overview
14.3.1 Pulse Counter Modes
The pulse counter can operate in single input oversampling mode (OVSSINGLE), externally clocked single input counter mode (EX-
TCLKSINGLE), externally clocked quadrature decoder mode (EXTCLKQUAD) and oversampling quadrature decoder modes(OVS-
QUAD1X, OVSQUAD2X and OVSQUAD4X). The following sections describe operation of each of these modes and how they are ena-
bled. Input timing constraints are described in 14.3.6 Clock Sources and 14.3.7 Input Filter .
14.3.1.1 Single Input Oversampling Mode
This mode is enabled by writing OVSSINGLE to the MODE field in the PCNTn_CTRL register and disabled by writing DISABLE to the same field. LFACLK is configured from the registers in the Clock Management Unit (CMU),
10. CMU - Clock Management Unit
.
The optional pulse width filter is enabled by setting the FILT bit in the PCNTn_CTRL register. Additionally, the PCNTn_S0IN input may be inverted, so that falling edges are counted, by setting the EDGE bit in the PCNTn_CTRL register.
If S1CDIR is cleared, PCNTn_S0IN is the only observed input in this mode. The PCNTn_S0IN input is sampled by the LFACLK and the number of detected positive or negative edges on PCNTn_S0IN appears in PCNTn_CNT. The counter may be configured to count down by setting the CNTDIR bit in PCNTn_CTRL. Default is to count up.
The counting direction can also be controlled externally in this mode by setting S1CDIR in PCNTn_CTRL. This will make the input value on PCNTn_S1IN decide the direction counted on a PCNTn_S0IN edge. If PCNTn_S1IN is high, the count is done according to CNTDIR in PCNTn_CTRL. If low, the count direction is opposite.
14.3.1.2 Externally Clocked Single Input Counter Mode
This mode is enabled by writing EXTCLKSINGLE to the MODE field in the PCNTn_CTRL register and disabled by writing DISABLE to the same field. The external pin clock source must be configured from the registers in the CMU (
10. CMU - Clock Management Unit
).
Positive edges on PCNTn_S0IN are used to clock the counter. Similar to the oversampled mode, PCNTn_S1IN is used to determine the count direction if S1CDIR in PCNTn_CTRL is set. If not, CNTDIR in PCNTn_CTRL solely defines count direction. As the LFACLK is not used in this mode, the PCNT module can operate in EM3 Stop.
The digital pulse width filter is not available in this mode. The analog de-glitch filter in the GPIO pads is capable of removing some unwanted noise. However, this mode may be susceptible to spikes and unintended pulses from devices such as mechanical switches, and is therefore most suited to take input from electronic sensors etc. that generate single wire pulses.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 352
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3.1.3 Quadrature decoder modes
Two different types of quadrature decoding is supported in pulse counter, the externally clocked (Asynchronous) quadrature decoding and the oversampling(Synchronous) quardrature decoding. The externally clocked mode supports 1X quadrature decoding whereas the oversampling mode supports 1X, 2X and 4X quadrature decoding. These modes are described in detail in
14.3.1.5 Oversampling Quadrature Decoder Mode .
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 353
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3.1.4 Externally Clocked Quadrature Decoder Mode
This mode is enabled by writing EXTCLKQUAD to the MODE field in PCNTn_CTRL and disabled by writing DISABLE to the same field.
).
Both edges on PCNTn_S0IN pin are used to sample PCNTn_S1IN pin, in order to decode the quadrature code. Consequently, this mode does not depend on the internal LFACLK and may be operated in EM3 Stop. A quadrature coded signal contains information about the relative speed and direction of a rotating shaft as illustrated by
Figure 14.2 PCNT Quadrature Coding on page 354 , hence
the direction of the counter register PCNTn_CNT is controlled automatically.
Clockwise direction
Reset 1 cycle/sector, 4 states
00 10 11 01
PCNTn_S0IN
X
X
Counter clockwise direction
PCNTn_S1IN
PCNTn_CNT
0 0
1 cycle/sector, 4 states
00 01 11 10
PCNTn_S0IN
X
X
PCNTn_S1IN
PCNTn_CNT
0 0
X = sensor position
1 2
PCNTn_TOP PCNTn_TOP-1
Figure 14.2 PCNT Quadrature Coding
If PCNTn_S0IN leads PCNTn_S1IN in phase, the direction is clockwise, and if it lags in phase the direction is counter-clockwise. Default behavior is illustrated by
Figure 14.2 PCNT Quadrature Coding on page 354
.
The counter direction may be read from the DIR bit in the PCNTn_STATUS register. Additionally, the DIRCNG interrupt in the
PCNTn_IF register is generated when a direction change is detected. When a change is detected, the DIR bit in the PCNTn_STATUS register must be read to determine the current new direction.
Note:
The sector disc illustrated in the figure may be finer grained in some systems. Typically, they may generate 2-4 PCNTn_S0IN wave periods per 360° rotation.
The direction of the quadrature code and control of the counter is generated by the simple binary function outlined by
QUAD Mode Counter Control Function on page 355
. Note that this function also filters some invalid inputs that may occur when the shaft changes direction or temporarily toggles direction.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 354
EFM32JG1 Reference Manual
PCNT - Pulse Counter
0
0
Inputs
S1IN posedge
1
1
Note:
Table 14.1. PCNT QUAD Mode Counter Control Function
S1IN negedge
0
1
0
1
PCNTn_S1IN is sampled on both edges of PCNTn_S0IN.
0
1
1
0
Control/Status
Count Enable
0
1
0
CNTDIR status bit
0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 355
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3.1.5 Oversampling Quadrature Decoder Mode
There are three Oversampling Quadrature Decoder Modes supported, 1X , 2X and 4X.These modes are enabled by writing OVS-
QUAD1X, OVSQUAD2X and OVSQUAD4X respectively to the MODE field in PCNTn_CTRL and disabled by writing DISABLE to the
The optional pulse width filter is enabled by setting the FILT bit in the PCNTn_CTRL register. The filter applies to both inputs
PCNTn_S0IN and PCNTn_S1IN. The filter length is configured by FILTLEN in PCNTn_OVSCFG register.
Based on the modes selected, the decoder updates the counter on different events. In the OVSQUAD1X mode, the counter is updated on the rising edge of the PCNTn_S0IN input when counting up, and on the negedge of the PCNTn_S0IN input when counting down. In the OVSQUAD2X mode, the counter is updated on both edges of PCNTn_S0IN input. In the OVSQUAD4X mode the counter is updated on both edges of both inputs PCNTn_S0IN and PCNTn_S1IN.
Table 14.2 PCNT OVSQUAD 1X, 2X and 4X Mode Counter Control
Note:
The decoding behavior of OVSQUAD1X mode is slightly different compared to EXTCLKQUAD mode(also 1X mode). In the EX-
TCLKQUAD mode, the counter is updated only on the posedge of S0IN input. However, in the OVSQUAD1X mode, the counter is updated on the posedge of S0IN when counting up and on the negedge of S0IN when counting down.
Table 14.2. PCNT OVSQUAD 1X, 2X and 4X Mode Counter Control Function
Direction
Clockwise
Counter Clockwise
1
1
1
0
0
Previous State
S1IN
0
S0IN
0
0
1
1
1
0
0
1
1
0
S1IN
0
1
1
0
1
0
0
1
Next State
S0IN
1
1
0
0
1
1
0
0
1X
+1
-1
OVSQUAD MODE
2X
+1
+1
-1
-1
+1
-1
-1
-1
-1
4X
+1
+1
+1
of the quadrature input and the state transitions that updates the counter for the different modes. Each cycle of the input states results in 1 update, 2 updates and 4 updates of the counter for OVSQUAD1X, OVSQUAD2X and OVSQUAD4X modes respectively.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 356
EFM32JG1 Reference Manual
PCNT - Pulse Counter
S0
‘b00
+1
-1
-1
+1
S3
‘b10
-1
-1
+1
S2
‘b11
OVSQUAD1X mode
Transitions between States S0 and S1 updates the counter
+1
S1
‘b01
Relationship between inputs and its state
STATE
S0
S1
S2
S3
1
1
S1IN
0
0
1
0
S0IN
0
1
S0
‘b00
+1
-1
+1
-1
S3
‘b10
-1
-1
+1
S2
‘b11
OVSQUAD2X mode
Transitions between States S0 and S1 and between S3 and S2 updates the counter
+1
S1
‘b01
S0
‘b00
+1
+1
-1
-1
S3
‘b10
-1
-1
+1
+1
S2
‘b11
OVSQUAD4X mode
All state transitions updates the counter
S1
‘b01
Figure 14.3 PCNT State transitions for different Oversampling Quadrature Decoder Modes
The counter direction can be read from the DIR bit in PCNTn_STATUS register. Additionally, the DIRCNG interrupt in the PCNTn_IF is generated when the direction change is detected. When a change is detected, the DIR bit in the PCNTn_STATUS register must be read to determine the new direction.
In the oversampling quadrature decoder modes, the maximum input toggle frequency supported is 8KHz. For frequencies of 8KHz and higher, incorrect decoding occurs. The different decoding modes and the counter updates are futher illustrated by
Oversampling Quadrature Decoder 1X mode on page 357
,
Figure 14.5 PCNT Oversampling Quadrature Decoder 2X mode on page
358 and Figure 14.6 PCNT Oversampling Quadrature Decoder 4X mode on page 358 .
Period > 125 us
S0IN
S1IN
CNT 3 4 5 6 6 5
Figure 14.4 PCNT Oversampling Quadrature Decoder 1X mode
4 3
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 357
EFM32JG1 Reference Manual
PCNT - Pulse Counter
Period > 125 us
S0IN
S1IN
CNT 3 4 5 6 7 8 8 7 6 5 4 3 2
Figure 14.5 PCNT Oversampling Quadrature Decoder 2X mode
Period > 125 us
S0IN
S1IN
CNT 2 3 4 5 6 7 8 9 10 11 11 10 9 8 7 6 5 4 3 2
Figure 14.6 PCNT Oversampling Quadrature Decoder 4X mode
The above modes, by default are prone to flutter effects in the inputs PCNTn_S0IN and PCNTn_S1IN. When this occurs, the counter changes directions rapidly causing DIRCNG interrupts and unnecessarily waking the core. To prevent this, set FLUTTERRM in
PCNTn_OVSCFG register. When enabled, flutter is removed, thus preventing unnecessary wakeup of the core. The flutter removal logic works by preventing update of the counter value if the wheel keeps changing direction as a result of flutter. The counter is only updated if the current and previous state transition of the rotation are in the same direction. These state transitions are quadrature decoder mode specific. The highlighted state trasitions in
Figure 14.3 PCNT State transitions for different Oversampling Quadrature Decoder
are the ones considered for the different quadrature decoder modes.
Figure 14.7 PCNT Oversampling Quadrature
removal FLUTTERRM enabled in PCNTn_OVSCFG.
S0IN Flutter S1IN Flutter
S0IN
S1IN
STATES
CNT
QUAD4X
CNT
QUAD2X
CNT
QUAD1X
S0
0
0
0
1
1
1
S1 S2
2
S3
3
S0
4
2
S1
5
2
3
S2
6
S3
7
4
S0 S1 S0 S1 S0 S3
8 9 8
S2
7
4 5
3
S1 S0 S3 S0 S3 S0 S1
6 5 4 5 6
S2 S3
3
2
7
4
S0
8
S1
9
5
3
Figure 14.7 PCNT Oversampling Quadrature Decoder with Flutter Removal
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 358
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3.2 Hysteresis
By default the pulse counter wraps to 0 when passing the configured top value, and wraps to the top value when counting down from 0.
On these events, a system will likely want to wake up to store and track the overflow count. This is fine if the pulse counter is tracking a monotonic value or a value that does not change directions frequently. If you have the latter however, and the counter changes directions around the overflow/underflow point, the system will have to wake up a lot to keep track of the rotations, causing high current consumptions
To solve this, the pulse counter has a way of introducing hysteresis to the counter. When HYST in PCNTn_CTRL is set, the pulse counter will always wrap to TOP/2 on underflows and overflows. This takes the counter away from the area where it might overflow or underflow, removing the problem.
Figure 14.8 PCNT Hysteresis behavior of Counter on page 359 illustrates the hysteresis behavior.
MAX VAL
COUNTER
TOP
Overflow wrap
Overflow continue cnt underflow continue cnt
Overflow continue cnt
TOP/2 underflow continue cnt
Underflow warp
MIN VAL
Figure 14.8 PCNT Hysteresis behavior of Counter
Given a starting value of 0 for the counter, the absolute count value when hysteresis is enabled can be calculated with the equations
Figure 14.8 Absolute position with hysteresis and even TOP value on page 359
or
CNT abs
= CNT - UF
CNT
x (TOP/2+1) + OF
CNT
x (TOP/2+1)
Equation: Absolute position with hysteresis and even TOP value
CNT abs
= CNT - UF
CNT
x (TOP/2+1) + OF
CNT
x (TOP/2+2)
Equation: Absolute position with hysteresis and odd TOP value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 359
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3.3 Auxiliary counter
To be able to keep explicit track of counting in one direction in addition to the regular counter which counts both up and down, the auxiliary counter can be used. The pulse counter can for instance be configured to keep track of the absolute rotation of the wheel, and at the same time the auxiliary counter can keep track of how much the wheel has reversed.
The auxiliary counter is enabled by configuring AUXCNTEV in PCNTn_CTRL. It will always count up, but it can be configured whether it should count up on up-events, down-events or both, keeping track of rotation either way or general movement. The value of the auxiliary counter can be read from the PCNTn_AUXCNT register.
Overflows on the auxiliary counter happen when the auxiliary counter passes the top value of the pulse counter, configured in
PCNTn_TOP. In that event, the AUXOF interrupt flag is set, and the auxiliary counter wraps to 0.
As the auxiliary counter, the main counter can be configured to count only on certain events. This is done through CNTEV in
PCNTn_CTRL, and it is possible like for the auxiliary counter, to make the main counter count on only up and down events. The difference between the counters is that where the auxiliary counter will only count up, the main counter will count up or down depending on the direction of the count event.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 360
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3.4 Triggered compare and clear
The pulse counter features triggered compare and clear. When enabled, a configurable trigger will induce a comparison between the main counter, PCNT_CNT, and the top value, PCNT_TOP. After the comparison, the counter is cleared. The trigger for a compare and clear event is configured in the TCCMODE bit-field in PCNT_CTRL. There are two options, LFA and PRS. If LFA is selected, the pulse counter will be compared with the top value, and cleared every 2 N LFA clock cycle. N is configured in TCCPRESC in PCNT_CTRL. If a
PRS trigger is selected, the active PRS channel is configured in TCCPRSSEL in PCNT_CTRL. The PRS input can be inverted by setting TCCPRSPOL, triggering the compare and clear on the negative edge of the PRS input. The PRS input can also be used as a gate for the pulse counter clock. This is enabled by setting PRSGATEEN in PCNT_CTRL.
Note:
When PRSGATEEN is set, the clock to the entire pulse counter will be gated by the PRS input, meaning that register writes will not take effect while the gated clock is inactive.
Comparison with PCNT_TOP can be performed in three ways; range, greater than or equal, and less than or equal. TCCCOMP in
PCNT_CTRL configures comparison mode. Upon a compare match, the TCC interrupt is set, and the PRS output from the pulse counter is set. The PRS output will remain set until the next compare and clear event. Triggered compare and clear is intended for use when the pulse counter is configured to count up. In this mode, PCNT_CNT will not wrap to 0 when hitting PCNT_TOP, it will keep counting.
In addition, the counter will not overflow, it will rather stop counting, just setting the overflow interrupt flag.
Figure 14.11 PCNT Triggered compare and clear on page 361
shows an overview of the control circuitry for triggered compare and clear. The control circuitry includes two positive edge detectors (PED) and glitch filters, used to generate clocks for the pulse counter.
The two clock outputs are mutually exclusive: If both edge detectors receive a pulse at the same time, the output pulse from one of them will be postponed until the other edge detectors output pulse has completed.
PCNTnCLK
Triggered compare and clear control
PRSGATEEN
PRS in
LFACLK
TCCPRSPOL
Prescaler
TCCPRESC
PED and gltich filter
PRS
LFA
TCCMODE
PED and gltich filter
DISABLED
LFA or PRS
CLK
PCNT clear
TCCMODE
CNT
>=TOP[7:0]
&&
<= TOP[15:8]
<=TOP >=TOP
LTOE GTOE RANGE
Compare match
TCCCOMP
TCC PRS out
TCC interrupt
Figure 14.11 PCNT Triggered compare and clear
Note:
TCCMODE, TCCPRESC, PRSGATEEN, TCCPRSPOL, and TCCPRSSEL in PCNT_CTRL should only be altered when
PCNT_CTRL_RSTEN is set.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 361
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3.5 Register Access
The counter-clock domain may be clocked externally. To update the counter-clock domain registers from software in this mode, 2-3 clock pulses on the external clock are needed to synchronize accesses to the externally clocked domain. Clock source switching is controlled from the registers in the CMU (
10. CMU - Clock Management Unit ).
When the RSTEN bit in the PCNTn_CTRL register is set to 1, the PCNT clock domain is asynchronously held in reset. The reset is synchronously released two PCNT clock edges after the RSTEN bit in the PCNTn_CTRL register is cleared by software. This asynchronous reset restores the reset values in PCNTn_TOP, PCNTn_CNT and other control registers in the PCNT clock domain.
CNTRSTEN works in a similar manner as RSTEN, but only resetting the counter, CNT. Note that the counter is also reset by RSTEN.
AUXCNTRSTEN works in a similar manner as RSTEN, but only resetting the auxiliary counter, AUXCNT. Note that the auxiliary counter is also reset by RSTEN.
Since this module is a Low Energy Peripheral, and runs off a clock which is asynchronous to the HFCORECLK, special considerations must be taken when accessing registers. Please refer to
4.3 Access to Low Energy Peripherals (Asynchronous Registers)
for a description on how to perform register accesses to Low Energy Peripherals.
Note:
PCNTn_TOP and PCNTn_CNT are read-only registers. When writing to PCNTn_TOPB, make sure that the counter value,
PCNTn_CNT, can not exceed the value written to PCNTn_TOPB within two clock cycles.
14.3.6 Clock Sources
The 32 kHz LFACLK is one of two possible clock sources. The clock select register is described in
10. CMU - Clock Management Unit
.
The default clock source is the LFACLK.
This PCNT module may also use PCNTn_S0IN as an external clock to clock the counter (EXTCLKSINGLE mode) and to sample
PCNTn_S1IN (EXTCLKQUAD mode). Setup, hold and max frequency constraints for PCNTn_S0IN and PCNTn_S1IN for these modes are specified in the device datasheet.
To use this module, the LE interface clock must be enabled in CMU_HFBUSCLKEN0, in addition to the module clock in
CMU_PCNTCTRL.
Note:
PCNT Clock Domain Reset, RSTEN, should be set when changing clock source for PCNT. If changing to an external clock source, the clock pin has to be enabled as input prior to de-asserting RSTEN. Changing clock source without asserting RSTEN results in undefined behaviour.
14.3.7 Input Filter
An optional pulse width filter is available in OVSSINGLE and OVSQUAD modes, when LFACLK is selected as a clock source for the
Pulse Counter in CMU
10. CMU - Clock Management Unit
. The filter is enabled by writing 1 to the FILT bit in the PCNTn_CTRL register. When enabled, the high and low periods of PCNTn_S0IN and PCNTn_S1IN must be stable for a programmable number of consecutive clock cycles before the edge is passed to the edge detector. The filter length should be programmed in FILTLEN field of the
PCNTn_OVSCFG register.
The filter length is given by Figure 14.12 PCNT Input Filter length Equation on page 362 :
Filter length = (FILTLEN + 5) LFACLK cycles
Equation: PCNT Input Filter length Equation
The maximum filter length configured is 260 LFACLK cycles.
In EXTCLKSINGLE and EXTCLKQUAD mode, there is no digital pulse width filter available.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 362
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3.8 Edge Polarity
The edge polarity can be set by configuring the EDGE bit in the PCNTn_CTRL register. When this bit is cleared, the pulse counter counts positive edges of PCNTn_S0IN input and when set counts negative edges in OVSSINGLE mode. Also, in the OVSSINGLE and
EXTCLKSINGLE modes, when this bit is set, PCNTn_S1IN input is inverted In OVSQUAD 1X-4X modes this bit inverts both inputs.
Note:
The EDGE bit in PCNTn_CTRL has no effect in EXTCLKQUAD mode.
14.3.9 PRS and S0IN,S1IN Inputs
It is possible to receive input from PRS on both S0IN and S1IN by setting S0PRSEN or S1PRSEN in PCNTn_INPUT. The PRS channel used can be selected using S0PRSSEL and S1PRSSEL in PCNTn_INPUT.
In the Oversampling quadrature decoder modes, the input frequency should be less than 8KHz to ensure correct functionality.
PCNT module generates three PRS outputs the TCC PRS output, the CNT OF/UF PRS output and the CNT DIR PRS output. The TCC
PRS is generated on compare match of TCC event. The CNT OF/UF combined PRS is generated when the counter overflow or underflows. The CNT DIR PRS is a level PRS and indicates the current direction of count of counter CNT
Note:
S0PRSEN,S1PRSEN,S0PRSSEL,S1PRSSEL should only be altered when PCNT_CTRL_RSTEN is set.
14.3.10 Interrupts
The interrupt generated by PCNT uses the PCNTn_INT interrupt vector. Software must read the PCNTn_IF register to determine which module interrupt that generated the vector invocation.
14.3.10.1 Underflow and Overflow Interrupts
The underflow interrupt flag (UF) is set when the counter counts down from 0. I.e. when the value of the counter is 0 and a new pulse is received. The PCNTn_CNT register is loaded with the PCNTn_TOP value after this event.
The overflow interrupt flag (OF) is set when the counter counts up from the PCNTn_TOP (reload) value. I.e. if PCNTn_CNT =
PCNTn_TOP and a new pulse is received. The PCNTn_CNT register is loaded with the value 0 after this event.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 363
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3.10.2 Direction Change Interrupt
The PCNTn_PCNT module sets the DIRCNG interrupt flag (PCNTn_IF register) for EXTCLKQUAD and OVSQUAD1X-4X modes when the direction of the quadrature code changes. The behavior of this interrupt in the EXTCLKQUAD mode is illustrated by
14.13 PCNT Direction Change Interrupt (DIRCNG) Generation on page 364 .
X
Standard async handshake interface
X
Invalid pulse generated when the shaft changes direction
PCNTn_S0IN
PCNTn_S1IN
Interrupt
PCNTn_CNT n n+1 n+2 n+3 n+2
Delay from the shaft physically changed direction until the counter direction is changed and the interrupt is generated
Figure 14.13 PCNT Direction Change Interrupt (DIRCNG) Generation
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 364
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.3.11 Cascading Pulse Counters
When two or more Pulse Counters are available, it is possible to cascade them. For example two 16-bit Pulse Counters can be cascaded to form a 32-bit pulse counter. This can be done with the help of the CNT UF/OF PRS and CNT DIR PRS ouputs. The figure
14.14 PCNT Cascading to two 16-bit PCNT to form a 32-bit PCNT on page 365
illustrates this structure.
PCNT0(LSB)
[15:0
OVSSINGLE MODE /
EXTCLKSINGLE MODE /
EXTCLKQUAD MODE /
OVSQUAD1X /
OVSQUAD2X /
OVSQUAD4X prs_ufof prs_dir
PRS
Combinational
Matrix
PRS CHANNELS
PRS enable and input select
S0IN
S1IN
PCNT1(MSB)
[31:16]
EXTCLK SINLGE MODE
PCNT Core
Figure 14.14 PCNT Cascading to two 16-bit PCNT to form a 32-bit PCNT
For cascading of Pulse Counters to work, the PCNT1 according to the figure
Figure 14.14 PCNT Cascading to two 16-bit PCNT to form a 32-bit PCNT on page 365
should be programmed in EXTCLKSINGLE mode and its S0IN and S1IN inputs should be configured to prs_ufof and prs_dir of PCNT0 respectively. In addition to this, a strict programming sequence needs to be followed to ensure both
PCNTs are in sync with each other.
• Configure PCNT0 registers. eg. PCNT0_INPUT,PCNT0_CTRL,PCNT0_OVSCFG etc.
• Wait for PCNT0_SYCNBUSY to be cleared to ensure the registers are synchronized to the asynchronous clock domain.
• Hold PCNT0 in sw reset by setting PCNT0_CTRL_RSTEN.
• Configure PCNT1_CTRL to EXTCLKSINLE mode with S1CDIR and CNTDIR bit set. Configure INPUT to accept "prs_ufof" and
"prs_dir" of PCNT0 on S0IN and S1IN respectively.
• Wait for PCNTn_SYCNBUSY to be cleared to ensure the registers are synchronized to the asynchronous clock domain. Use three
PRS_SWPULSE on the S0IN prs channel to ensure this synchronization.
• Hold PCNT1 in sw reset by setting PCNT1_CTRL_RSTEN.
• Clear PCNT1_CTRL_RSTEN and synchronize it by asserting two PRS_SWPULSE on the S0IN input.
• Finally clear PCNT0_CTRL_RSTEN and start counting.
Note:
When PCNTn_CTRL_RSTEN bit is set, TOP value in the Pulse Counter gets cleared. Therefore, in order to update TOP value while
PCNTn_CTRL_RSTEN is set, assert PCNTn_CTRL_TOPBHFEN. This will update TOP value with TOPB value even without having to syncrhonize the TOPB value. This only works if PCNTn_CTRL_TOPBHFEN and TOPB is configured while PCNTn_CTRL_RSTEN is set.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 365
14.4 Register Map
The offset register address is relative to the registers base address.
Offset Name
R
R
RW
RW
W1
(R)W1
RW
RW
RW
R
R
RW
R
Type
RW
W1
R
Description
Auxiliary Counter Value Register
EFM32JG1 Reference Manual
PCNT - Pulse Counter
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 366
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.5 Register Description
14.5.1 PCNTn_CTRL - Control Register (Async Reg)
Offset Bit Position
0x000
Reset
Access
Name
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 367
Bit
31
30
29:26
25
24
23:22
21
20:19
EFM32JG1 Reference Manual
PCNT - Pulse Counter
6
7
8
9
10
11
3
4
5
1
2
Value
0
Name
TOPBHFSEL
Reset
0
Access Description
RW TOPB High frequency value select
Apply High frequency value of TOPB to TOP register. Should be used only when RSTEN in PCNTn_CTRL is set
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
TCCPRSSEL 0x0 RW TCC PRS Channel Select
Select PRS channel used as compare and clear trigger.
Mode
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
Description
PRS Channel 0 selected.
PRS Channel 1 selected.
PRS Channel 2 selected.
PRS Channel 3 selected.
PRS Channel 4 selected.
PRS Channel 5 selected.
PRS Channel 6 selected.
PRS Channel 7 selected.
PRS Channel 8 selected.
PRS Channel 9 selected.
PRS Channel 10 selected.
PRS Channel 11 selected.
TCCPRSPOL 0 RW TCC PRS polarity select
Configure which edge on the PRS input is used to trigger a compare and clear event
Value
0
1
Mode
RISING
FALLING
Description
Rising edge on PRS trigger compare and clear event.
Falling edge on PRS trigger compare and clear event.
PRSGATEEN 0 RW PRS gate enable
When set, the clock input to the pulse counter will be gated when the selected PRS input is the inverse of TCCPRSPOL.
TCCCOMP 0x0 RW Triggered compare and clear compare mode
Selects the mode for comparison upon a compare and clear event.
1
2
Value
0
Mode
LTOE
GTOE
RANGE
Description
Compare match if PCNT_CNT is less than, or equal to PCNT_TOP.
Compare match if PCNT_CNT is greater than or equal to PCNT_TOP.
Compare match if PCNT_CNT is less than, or equal to
PCNT_TOP[15:8]], and greater than, or equal to PCNT_TOP[7:0].
Reserved
TCCPRESC
To ensure compatibility with future devices, always write bits to 0. More information in
0x0 RW Set the LFA prescaler for triggered compare and clear
Selects the prescaler value for LFA compare and clear events
Value Mode Description
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 368
Bit
18
17:16
15
14
13:12
11:10
EFM32JG1 Reference Manual
PCNT - Pulse Counter
2
3
Name
0
1
Reset
DIV1
DIV2
DIV4
DIV8
Access Description
Compare and clear event each LFA cycle.
Compare and clear performed on every other LFA cycle.
Compare and clear performed on every 4th LFA cycle.
Compare and clear performed on every 8th LFA cycle.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
TCCMODE 0x0 RW Sets the mode for triggered compare and clear
Selects whether compare and clear should be triggered on each LFA clock, or from PRS
Value
0
1
2
Mode
DISABLED
LFA
PRS
Description
Triggered compare and clear not enabled.
Compare and clear performed on each (optionally prescaled) LFA clock cycle.
Compare and clear performed on positive PRS edges.
EDGE 0 RW Edge Select
Determines the polarity of the incoming edges. This bit should be written when PCNT is in DISABLE mode, otherwise the behavior is unpredictable. This bit used only in OVSSINGLE, EXTCLKSINGLE and OVSQUAD1X-4X modes.
Value
0
1
Mode
POS
NEG
Description
Positive edges on the PCNTn_S0IN inputs are counted in OVSSINGLE mode. Does not invert PCNTn_S1IN input in OVSSINGLE and EX-
TCLKSINGLE modes
Negative edges on the PCNTn_S0IN inputs are counted in OVSSIN-
GLE mode. Inverts the PCNTn_S1IN input in OVSSINGLE and EX-
TCLKSINGLE modes
CNTDIR 0 RW Non-Quadrature Mode Counter Direction Control
The direction of the counter must be set in the OVSSINGLE and EXTCLKSINGLE modes. This bit is ignored in EX-
TCLKQUAD mode as the direction is automatically detected.
Value
0
1
Mode
UP
DOWN
Description
Up counter mode.
Down counter mode.
AUXCNTEV 0x0 RW Controls when the auxiliary counter counts
Selects whether the auxiliary counter responds to up-count events, down-count events or both
1
2
3
Value
0
Mode
NONE
UP
DOWN
BOTH
Description
Never counts.
Counts up on up-count events.
Counts up on down-count events.
Counts up on both up-count and down-count events.
CNTEV 0x0 RW Controls when the counter counts
Selects whether the regular counter responds to up-count events, down-count events or both
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 369
8
7
Bit
9
6
5
4
3
2:0
EFM32JG1 Reference Manual
PCNT - Pulse Counter
1
2
3
Name
Value
0
Reset
Mode
BOTH
UP
DOWN
NONE
Access Description
Description
Counts up on up-count and down on down-count events.
Only counts up on up-count events.
Only counts down on down-count events.
Never counts.
S1CDIR 0 RW Count direction determined by S1
S1 gives the direction of counting when in the OVSSINGLE or EXTCLKSINGLE modes. When S1 is high, the count direction is given by CNTDIR, and when S1 is low, the count direction is the opposite
HYST 0 RW Enable Hysteresis
When hysteresis is enabled, the PCNT will always overflow and underflow to TOP/2.
DEBUGHALT 0 RW Debug Mode Halt Enable
Set to halt the PCNT in debug mode only in OVSSINGLE and OVSQUAD modes. When in EXTCLKSINGLE or EX-
TCLKQUAD modes debughalt does not halt the Pulse Counter.
Value
0
1
Description
PCNT is running in debug mode.
PCNT is frozen in debug mode.
1
2
3
4
Value
0
AUXCNTRSTEN 0 RW Enable AUXCNT Reset
The auxiliary counter, AUXCNT, is asynchronously held in reset when this bit is set. The reset is synchronously released two PCNT clock edges after this bit is cleared. If external clock used the reset should be performed by setting and clearing the bit without pending for SYNCBUSY bit.
CNTRSTEN 0 RW Enable CNT Reset
The counter, CNT, is asynchronously held in reset when this bit is set. The reset is synchronously released two PCNT clock edges after this bit is cleared. If external clock used the reset should be performed by setting and clearing the bit without pending for SYNCBUSY bit. This action clears the counter to its reset value
RSTEN 0 RW Enable PCNT Clock Domain Reset
The PCNT clock domain is asynchronously held in reset when this bit is set. The reset is synchronously released two PCNT clock edges after this bit is cleared. If external clock used the reset should be performed by setting and clearing the bit without pending for SYNCBUSY bit.
FILT 0 RW Enable Digital Pulse Width Filter
The filter passes all high and low periods that are at least (FILTLEN+5) clock cycles wide. This filter is only available in
OVSSINGLE,OVSQUAD1X-4X modes.
MODE 0x0 RW Mode Select
Selects the mode of operation. The corresponding clock source must be selected from the CMU.
Mode
DISABLE
OVSSINGLE
EXTCLKSINGLE
EXTCLKQUAD
OVSQUAD1X
Description
The module is disabled.
Single input LFACLK oversampling mode (available in EM0-EM2).
Externally clocked single input counter mode (available in EM0-EM3).
Externally clocked quadrature decoder mode (available in EM0-EM3).
LFACLK oversampling quadrature decoder 1X mode (available in EM0-
EM2).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 370
Bit Name
5
6
EFM32JG1 Reference Manual
PCNT - Pulse Counter
Reset
OVSQUAD2X
Access Description
LFACLK oversampling quadrature decoder 2X mode (available in EM0-
EM2).
OVSQUAD4X LFACLK oversampling quadrature decoder 4X mode (available in EM0-
EM2).
14.5.2 PCNTn_CMD - Command Register (Async Reg)
Offset Bit Position
0x004
Reset
Access
Name
Bit
31:2
1
0
Name
Reserved
LTOPBIM
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 W1 Load TOPB Immediately
This bit has no effect since TOPB is not buffered and it is loaded directly into TOP.
LCNTIM 0 W1 Load CNT Immediately
Load PCNTn_TOP into PCNTn_CNT on the next counter clock cycle.
14.5.3 PCNTn_STATUS - Status Register
Offset
0x008
Reset
Access
Name
Bit
31:1
0
Name
Reserved
DIR
Reset
Bit Position
To ensure compatibility with future devices, always write bits to 0. More information in
0
Current direction status of the counter. This bit is valid in EXTCLKQUAD mode only.
Value
0
1
Mode
UP
DOWN
Access Description
R Current Counter Direction
Description
Up counter mode (clockwise in EXTCLKQUAD mode with the NEDGE bit in PCNTn_CTRL set to 0).
Down counter mode.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 371
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.5.4 PCNTn_CNT - Counter Value Register
Offset
0x00C
Reset
Access
Name
Bit Position
Bit
31:16
15:0
Name
Reserved
CNT
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0000
Gives read access to the counter.
R Counter Value
14.5.5 PCNTn_TOP - Top Value Register
Offset
0x010
Reset
Access
Name
Bit Position
Bit
31:16
15:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
TOP 0x00FF R Counter Top Value
When counting down, this value is reloaded into PCNTn_CNT when counting past 0. When counting up, 0 is written to the
PCNTn_CNT register when counting past this value.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 372
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.5.6 PCNTn_TOPB - Top Value Buffer Register (Async Reg)
Offset Bit Position
0x014
Reset
Access
Name
Bit
31:16
15:0
Name
Reserved
TOPB
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00FF RW
Loaded automatically to TOP when written.
Counter Top Buffer
14.5.7 PCNTn_IF - Interrupt Flag Register
Offset
0x018
Reset
Access
Bit Position
Name
Bit
31:6
5
4
3
2
1
0
Name
Reserved
OQSTERR
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 R Oversampling Quadrature State Error Interrupt
Set in the Oversampling Quardrature Mode when incorrect state transition occurs
TCC 0
Set upon triggered compare match
R Triggered compare Interrupt Read Flag
AUXOF 0 R
Set when an Auxiliary CNT overflow occurs
Overflow Interrupt Read Flag
DIRCNG 0 R Direction Change Detect Interrupt Flag
Set when the count direction changes. Set in EXTCLKQUAD mode only.
OF 0 R Overflow Interrupt Read Flag
Set when a CNT overflow occurs
UF 0
Set when a CNT underflow occurs
R Underflow Interrupt Read Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 373
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.5.8 PCNTn_IFS - Interrupt Flag Set Register
Offset
0x01C
Reset
Access
Name
Bit Position
Bit
31:6
5
4
3
2
1
0
Name
Reserved
OQSTERR
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 W1
Write 1 to set the OQSTERR interrupt flag
Set OQSTERR Interrupt Flag
Set TCC Interrupt Flag TCC 0
Write 1 to set the TCC interrupt flag
AUXOF 0
W1
W1
Write 1 to set the AUXOF interrupt flag
DIRCNG 0 W1
Set AUXOF Interrupt Flag
Set DIRCNG Interrupt Flag
Write 1 to set the DIRCNG interrupt flag
OF 0
Write 1 to set the OF interrupt flag
W1
UF 0
Write 1 to set the UF interrupt flag
W1
Set OF Interrupt Flag
Set UF Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 374
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.5.9 PCNTn_IFC - Interrupt Flag Clear Register
Offset
0x020
Reset
Access
Name
Bit Position
Bit
31:6
5
4
3
2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
OQSTERR 0 (R)W1 Clear OQSTERR Interrupt Flag
Write 1 to clear the OQSTERR interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
TCC 0 (R)W1 Clear TCC Interrupt Flag
Write 1 to clear the TCC interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
AUXOF 0 (R)W1 Clear AUXOF Interrupt Flag
Write 1 to clear the AUXOF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
DIRCNG 0 (R)W1 Clear DIRCNG Interrupt Flag
Write 1 to clear the DIRCNG interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
OF 0 (R)W1 Clear OF Interrupt Flag
Write 1 to clear the OF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
UF 0 (R)W1 Clear UF Interrupt Flag
Write 1 to clear the UF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 375
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.5.10 PCNTn_IEN - Interrupt Enable Register
Offset
0x024
Reset
Access
Name
Bit Position
Bit
31:6
5
4
3
2
1
0
Name
Reserved
OQSTERR
Reset
0
Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
RW
Enable/disable the OQSTERR interrupt
TCC 0
Enable/disable the TCC interrupt
RW
OQSTERR Interrupt Enable
TCC Interrupt Enable
AUXOF 0
Enable/disable the AUXOF interrupt
RW
DIRCNG 0
Enable/disable the DIRCNG interrupt
RW
RW OF 0
Enable/disable the OF interrupt
UF 0
Enable/disable the UF interrupt
RW
AUXOF Interrupt Enable
DIRCNG Interrupt Enable
OF Interrupt Enable
UF Interrupt Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 376
14.5.11 PCNTn_ROUTELOC0 - I/O Routing Location Register
Offset
0x02C
Bit Position
Reset
Access
Name
EFM32JG1 Reference Manual
PCNT - Pulse Counter
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 377
Bit
31:14
13:8
7:6
EFM32JG1 Reference Manual
PCNT - Pulse Counter
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
S1INLOC 0x00 RW
Defines the location of the PCNT S1IN input pin.
I/O Location
LOC18
LOC19
LOC20
LOC21
LOC22
LOC23
LOC24
LOC25
LOC26
LOC27
LOC28
LOC29
LOC30
LOC31
LOC9
LOC10
LOC11
LOC12
LOC13
LOC14
LOC15
LOC16
LOC17
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC6
LOC7
LOC8
18
19
20
21
22
23
24
25
26
27
28
29
30
31
9
10
11
12
13
14
15
16
17
5
6
7
8
1
2
3
4
Value
0
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Location 8
Location 9
Location 10
Location 11
Location 12
Location 13
Location 14
Location 15
Location 16
Location 17
Location 18
Location 19
Location 20
Location 21
Location 22
Location 23
Location 24
Location 25
Location 26
Location 27
Location 28
Location 29
Location 30
Location 31
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 378
EFM32JG1 Reference Manual
PCNT - Pulse Counter
Bit
5:0
Name
S0INLOC
Reset
0x00
Access Description
RW
Defines the location of the PCNT S0IN input pin.
I/O Location
10
11
12
13
14
6
7
8
9
15
16
17
18
3
4
5
1
2
Value
0
28
29
30
31
24
25
26
27
19
20
21
22
23
LOC6
LOC7
LOC8
LOC9
LOC10
LOC11
LOC12
LOC13
LOC14
LOC15
LOC16
LOC17
LOC18
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
LOC19
LOC20
LOC21
LOC22
LOC23
LOC24
LOC25
LOC26
LOC27
LOC28
LOC29
LOC30
LOC31
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Location 8
Location 9
Location 10
Location 11
Location 12
Location 13
Location 14
Location 15
Location 16
Location 17
Location 18
Location 19
Location 20
Location 21
Location 22
Location 23
Location 24
Location 25
Location 26
Location 27
Location 28
Location 29
Location 30
Location 31
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 379
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.5.12 PCNTn_FREEZE - Freeze Register
Offset
0x040
Reset
Access
Name
Bit Position
Bit
31:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
REGFREEZE 0 RW Register Update Freeze
When set, the update of the PCNT clock domain is postponed until this bit is cleared. Use this bit to update several registers simultaneously.
Value
0
1
Mode
UPDATE
FREEZE
Description
Each write access to a PCNT register is updated into the Low Frequency domain as soon as possible.
The PCNT clock domain is not updated with the new written value.
14.5.13 PCNTn_SYNCBUSY - Synchronization Busy Register
Offset
0x044
Reset
Access
Bit Position
Name
Bit
31:4
3
2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
OVSCFG 0 R OVSCFG Register Busy
Set when the value written to OVSCFG is being synchronized.
TOPB 0 R TOPB Register Busy
Set when the value written to TOPB is being synchronized.
CMD 0 R CMD Register Busy
Set when the value written to CMD is being synchronized.
CTRL 0 R CTRL Register Busy
Set when the value written to CTRL is being synchronized.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 380
EFM32JG1 Reference Manual
PCNT - Pulse Counter
14.5.14 PCNTn_AUXCNT - Auxiliary Counter Value Register
Offset
0x064
Bit Position
Reset
Access
Name
Bit
31:16
15:0
Name
Reserved
AUXCNT
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x0000 R
Gives read access to the auxiliary counter.
Auxiliary Counter Value
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 381
14.5.15 PCNTn_INPUT - PCNT Input Register
Offset
0x068
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
PCNT - Pulse Counter
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 382
Bit
31:12
11
10
9:6
5
4
3:0
EFM32JG1 Reference Manual
PCNT - Pulse Counter
3
4
5
6
1
2
Value
0
7
8
9
10
11
9
10
11
5
6
7
8
1
2
3
4
Value
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
S1PRSEN 0 RW S1IN PRS Enable
When set, the PRS channel is selected as input to S1IN.
Reserved
S1PRSSEL
To ensure compatibility with future devices, always write bits to 0. More information in
0x0
Select PRS channel as input to S1IN.
RW S1IN PRS Channel Select
Mode
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
Description
PRS Channel 0 selected.
PRS Channel 1 selected.
PRS Channel 2 selected.
PRS Channel 3 selected.
PRS Channel 4 selected.
PRS Channel 5 selected.
PRS Channel 6 selected.
PRS Channel 7 selected.
PRS Channel 8 selected.
PRS Channel 9 selected.
PRS Channel 10 selected.
PRS Channel 11 selected.
S0PRSEN 0 RW S0IN PRS Enable
When set, the PRS channel is selected as input to S0IN.
Reserved
S0PRSSEL
To ensure compatibility with future devices, always write bits to 0. More information in
0x0
Select PRS channel as input to S0IN.
RW S0IN PRS Channel Select
Mode
PRSCH0
PRSCH1
PRSCH2
PRSCH3
PRSCH4
PRSCH5
PRSCH6
PRSCH7
PRSCH8
PRSCH9
PRSCH10
PRSCH11
Description
PRS Channel 0 selected.
PRS Channel 1 selected.
PRS Channel 2 selected.
PRS Channel 3 selected.
PRS Channel 4 selected.
PRS Channel 5 selected.
PRS Channel 6 selected.
PRS Channel 7 selected.
PRS Channel 8 selected.
PRS Channel 9 selected.
PRS Channel 10 selected.
PRS Channel 11 selected.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 383
EFM32JG1 Reference Manual
PCNT - Pulse Counter
Bit Name Reset Access Description
14.5.16 PCNTn_OVSCFG - Oversampling Config Register (Async Reg)
Offset Bit Position
0x06C
Reset
Access
Name
Bit
31:13
12
11:8
7:0
Name
Reserved
FLUTTERRM
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW Flutter Remove
When set, removes flutter from Quaddecoder inputs S0IN and S1IN. Available only in OVSQUAD1X-4X modes
Reserved
FILTLEN
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW Configure filter length for inputs S0IN and S1IN
Used only in OVSINGLE,OVSQUAD1X-4X modes.To use this first enable FILT in PCNTn_CTRL register. Filter length =
(FILTLEN + 5) LFACLK cycles
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 384
15. I2C - Inter-Integrated Circuit Interface
0 1 2 3 4
Gecko Device
I 2 C master/slave
SCL
SDA
V
DD
Other I 2 C master
Other I 2 C slave
I 2 C
EEPROM
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Quick Facts
What?
The I 2 C interface allows communication on I 2 Cbuses with the lowest energy consumption possible.
Why?
I 2 C is a popular serial bus that enables communication with a number of external devices using only two I/O pins.
How?
With the help of DMA, the I 2 C interface allows I 2 C communication with minimal CPU intervention. Address recognition is available in all energy modes
(except EM4), allowing the MCU to wait for data on the I 2 C-bus with sub-µA current consumption.
15.1 Introduction
The I 2 C module provides an interface between the MCU and a serial I 2 C-bus. It is capable of acting as both a master and a slave and supports multi-master buses. Standard-mode, fast-mode and fast-mode plus speeds are supported, allowing transmission rates all the way from 10 kbit/s up to 1 Mbit/s. Slave arbitration and timeouts are also provided to allow implementation of an SMBus compliant system. The interface provided to software by the I 2 C module allows precise control of the transmission process and highly automated transfers. Automatic recognition of slave addresses is provided in all energy modes (except EM4).
15.2 Features
• True multi-master capability
• Support for different bus speeds
• Standard-mode (Sm) bit rate up to 100 kbit/s
• Fast-mode (Fm) bit rate up to 400 kbit/s
• Fast-mode Plus (Fm+) bit rate up to 1 Mbit/s
• Arbitration for both master and slave (allows SMBus ARP)
• Clock synchronization and clock stretching
• Hardware address recognition
• 7-bit masked address
• General call address
• Active in all energy modes (except EM4)
• 10-bit address support
• Error handling
• Clock low timeout
• Clock high timeout
• Arbitration lost
• Bus error detection
• Separate receive/ transmit 2-level buffers, with additional separate shift registers
• Full DMA support
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 385
15.3 Functional Description
An overview of the I2C module is shown in Figure 15.1 I2C Overview on page 386
.
Peripheral Bus
I2Cn_SDA
I2Cn_SCL
Pin
Ctrl
I 2 C Control and
Status
Symbol
Generator
Transmit Buffer
(2-level FIFO)
Transmit
Shift Register
Receive
Controller
Address
Recognizer
Clock Generator
Figure 15.1 I2C Overview
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Receive Buffer
(2-level FIFO)
Receive
Shift Register
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 386
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.1 I2C-Bus Overview
The I 2 C-bus uses two wires for communication; a serial data line (SDA) and a serial clock line (SCL) as shown in
masters transmit data at the same time without data loss.
I 2 C master
#1
I 2 C master
#2
I 2 C slave
#1
I 2 C slave
#2
V
DD
I 2 C slave
#3
R p
SDA
SCL
Figure 15.2 I2C-Bus Example
Each device on the bus is addressable by a unique address, and an I 2 C master can address all the devices on the bus, including other masters.
Both the bus lines are open-drain. The maximum value of the pull-up resistor can be calculated as a function of the maximal rise-time tr
Rp(max) = (tr/0.8473) x Cb.
Equation: I2C Pull-up Resistor Equation
The maximal rise times for 100 kHz, 400 kHz and 1 MHz I 2 C are 1 µs, 300 ns and 120 ns respectively.
Note:
The GPIO drive strength can be used to control slew rate.
Note:
If V dd
drops below the voltage on SCL and SDA lines, the MCU could become back powered and pull the SCL and SDA lines low.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 387
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.1.1 START and STOP Conditions
START and STOP conditions are used to initiate and stop transactions on the I 2 C-bus. All transactions on the bus begin with a START condition (S) and end with a STOP condition (P). As shown in
Figure 15.4 I2C START and STOP Conditions on page 388
, a START condition is generated by pulling the SDA line low while SCL is high, and a STOP condition is generated by pulling the SDA line high while SCL is high.
SDA
SCL
S
START condition
P
STOP condition
Figure 15.4 I2C START and STOP Conditions
The START and STOP conditions are easily identifiable bus events as they are the only conditions on the bus where a transition is allowed on SDA while SCL is high. During the actual data transmission, SDA is only allowed to change while SCL is low, and must be stable while SCL is high. One bit is transferred per clock pulse on the I 2 C-bus as shown in
Figure 15.5 I2C Bit Transfer on I 2 C-Bus on page 388
.
SDA
SCL
Data change allowed
Data stable
Data change allowed
Figure 15.5 I2C Bit Transfer on I 2 C-Bus
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 388
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.1.2 Bus Transfer
When a master wants to initiate a transfer on the bus, it waits until the bus is idle and transmits a START condition on the bus. The master then transmits the address of the slave it wishes to interact with and a single R/W bit telling whether it wishes to read from the slave (R/W bit set to 1) or write to the slave (R/W bit set to 0).
After the 7-bit address and the R/W bit, the master releases the bus, allowing the slave to acknowledge the request. During the next bitperiod, the slave pulls SDA low (ACK) if it acknowledges the request, or keeps it high if it does not acknowledge it (NACK).
Following the address acknowledge, either the slave or master transmits data, depending on the value of the R/W bit. After every 8 bits
(one byte) transmitted on the SDA line, the transmitter releases the line to allow the receiver to transmit an ACK or a NACK. Both the data and the address are transmitted with the most significant bit first.
The number of bytes in a bus transfer is unrestricted. The master ends the transmission after a (N)ACK by sending a STOP condition on the bus. After a STOP condition, any master wishing to initiate a transfer on the bus can try to gain control of it. If the current master wishes to make another transfer immediately after the current, it can start a new transfer directly by transmitting a repeated START condition (Sr) instead of a STOP followed by a START.
Examples of I 2 C transfers are shown in
Figure 15.6 I2C Single Byte Write to Slave on page 389
,
ers used are:
• ADDR - Address
• DATA - Data
• S - Start bit
• Sr - Repeated start bit
• P - Stop bit
• W/R - Read(1)/Write(0)
• A - ACK
• N - NACK
S ADDR W A DATA
Figure 15.6 I2C Single Byte Write to Slave
A P
S ADDR R A DATA A
Figure 15.7 I2C Double Byte Read from Slave
DATA
S ADDR W A DATA A Sr ADDR R A
Figure 15.8 I2C Single Byte Write, then Repeated Start and Single Byte Read
DATA
N P
N P
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 389
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.1.3 Addresses
I 2 C supports both 7-bit and 10-bit addresses. When using 7-bit addresses, the first byte transmitted after the START-condition contains the address of the slave that the master wants to contact. In the 7-bit address space, several addresses are reserved. These addresses are summarized in
Table 15.1 I2C Reserved I 2 C Addresses on page 390
, and include a General Call address which can be used to broadcast a message to all slaves on the I 2 C-bus.
Table 15.1. I2C Reserved I 2 C Addresses
I 2 C Address
0000-000
0000-000
0000-001
0000-010
0000-011
0000-1XX
1111-1XX
1111-0XX
R/W
0
1
X
X
X
X
X
X
Description
General Call address
START byte
Reserved for the C-Bus format
Reserved for a different bus format
Reserved for future purposes
Reserved for future purposes
Reserved for future purposes
10 Bit slave addressing mode
15.3.1.4 10-bit Addressing
To address a slave using a 10-bit address, two bytes are required to specify the address instead of one. The seven first bits of the first byte must then be 1111 0XX, where XX are the two most significant bits of the 10-bit address. As with 7-bit addresses, the eighth bit of the first byte determines whether the master wishes to read from or write to the slave. The second byte contains the eight least significant bits of the slave address.
When a slave receives a 10-bit address, it must acknowledge both the address bytes if they match the address of the slave.
When performing a master transmitter operation, the master transmits the two address bytes and then the remaining data, as shown in
Figure 15.9 I2C Master Transmitter/Slave Receiver with 10-bit Address on page 390
.
S ADDR (1st 7 bits) W A Addr (2nd byte) A DATA A P
Figure 15.9 I2C Master Transmitter/Slave Receiver with 10-bit Address
When performing a master receiver operation however, the master first transmits the two address bytes in a master transmitter operation, then sends a repeated START followed by the first address byte and then receives data from the addressed slave. The slave addressed by the 10-bit address in the first two address bytes must remember that it was addressed, and respond with data if the address transmitted after the repeated start matches its own address. An example of this (with one byte transmitted) is shown in
15.10 I2C Master Receiver/Slave Transmitter with 10-bit Address on page 390 .
S ADDR (1st 7 bits) W A Addr (2nd byte) A Sr ADDR (1st 7 bits) R A
Figure 15.10 I2C Master Receiver/Slave Transmitter with 10-bit Address
DATA N P
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 390
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.1.5 Arbitration, Clock Synchronization, Clock Stretching
Arbitration and clock synchronization are features aimed at allowing multi-master buses. Arbitration occurs when two devices try to drive the bus at the same time. If one device drives it low, while the other drives it high, the one attempting to drive it high will not be able to do so due to the open-drain bus configuration. Both devices sample the bus, and the one that was unable to drive the bus in the desired direction detects the collision and backs off, letting the other device continue communication on the bus undisturbed.
Clock synchronization is a means of synchronizing the clock outputs from several masters driving the bus at once, and is a requirement for effective arbitration.
Slaves on the bus are allowed to force the clock output on the bus low in order to pause the communication on the bus and give themselves time to process data or perform any real-time tasks they might have. This is called clock stretching.
Arbitration is supported by the I 2 C module for both masters and slaves. Clock synchronization and clock stretching is also supported.
15.3.2 Enable and Reset
The I 2 C is enabled by setting the EN bit in the I2Cn_CTRL register. Whenever this bit is cleared, the internal state of the I 2 C is reset, terminating any ongoing transfers.
Note:
When enabling the I 2 C, the ABORT command or the Bus Idle Timeout feature must be applied prior to use even if the BUSY flag is not set.
15.3.3 Safely Disabling and Changing Slave Configuration
The I 2 C slave is partially asynchronous, and some precautions are necessary to always ensure a safe slave disable or slave configuration change. These measures should be taken, if (while the slave is enabled) the user cannot guarantee that an address match will not occur at the exact time of slave disable or slave configuration change.
Worst case consequences for an address match while disabling slave or changing configuration is that the slave may end up in an undefined state. To reset the slave back to a known state, the EN bit in I2Cn_CTRL must be reset. This should be done regardless of whether the slave is going to be re-enabled or not.
15.3.4 Clock Generation
The SCL signal generated by the I 2 C master determines the maximum transmission rate on the bus. The clock is generated as a division of the peripheral clock, and is given by the following equation: f
SCL
= f
HFPERCLK
/(((N low
+ N high
) x (DIV + 1)) + 8),
Equation: I2C Maximum Transmission Rate
N low
and N high
in combination with the synchronization cycles (discussed below) specify the number of prescaled clock cycles in the low and high periods of the clock signal respectively. The worst case low and high periods of the signal are:
T high
>= ((N high
) x (DIV + 1) + 4)/f
HFPERCLK
,
T low
>= (N low
x (DIV + 1) + 4)/f
HFPERCLK
.
Equation: I2C High and Low Cycles Equations f
In worst case, T high
and T low tainity (i.e., if the synchronization takes 3 f
HFPERCLK
cycles instead of 2). Similarly, in the worst case the number 8 in the denominator in
SCL
can be 1 f
HFPERCLK
cycle longer than the number found by above equations due to synchronization uncer-
equation can be 9 (if the synchronization cycles were 3 instead of 2 in T high
or T low
) or 10 (if synchronization cycles were 3 in both
T high
and T low
). The values of N low
and N high
and thus the ratio between the high and low parts of the clock signal is controlled by
CLHR in the I2Cn_CTRL register.
Note:
DIV must be set to 1 during slave mode operation.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 391
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.5 Arbitration
Arbitration is enabled by default, but can be disabled by setting the ARBDIS bit in I2Cn_CTRL. When arbitration is enabled, the value on SDA is sensed every time the I 2 C module attempts to change its value. If the sensed value is different than the value the I 2 C module tried to output, it is interpreted as a simultaneous transmission by another device, and that the I 2 C module has lost arbitration.
Whenever arbitration is lost, the ARBLOST interrupt flag in I2Cn_IF is set, any lines held are released, and the I 2 C device goes idle. If an I 2 C master loses arbitration during the transmission of an address, another master may be trying to address it. The master therefore receives the rest of the address, and if the address matches the slave address of the master, the master goes into either slave transmitter or slave receiver mode.
Note:
Arbitration can be lost both when operating as a master and when operating as a slave.
15.3.6 Buffers
15.3.6.1 Transmit Buffer and Shift Register
The I 2 C transmitter has a 2-level FIFO transmit buffer and a transmit shift register as shown in
Figure 15.1 I2C Overview on page 386
.
A byte is loaded into the transmit buffer by writing to I2Cn_TXDATA or 2 bytes can be loaded simultaneously in the transmit buffer by writing to I2Cn_TXDOUBLE.
Figure 15.13 I2C Transmit Buffer Operation on page 392 shows the basics of the transmit buffer. When
the transmit shift register is empty and ready for new data, the byte from the transmit buffer is then loaded into the shift register. The byte is then kept in the shift register until it is transmitted. When a byte has been transmitted, a new byte is loaded into the shift register
(if available in the transmit buffer). If the transmit buffer is empty, then the shift register also remains empty. The TXC flag in I2Cn_STA-
TUS and the TXC interrupt flags in I2Cn_IF are then set, signaling that the transmit shift register is out of data. TXC is cleared when new data becomes available, but the TXC interrupt flag must be cleared by software.
Peripheral bus
TXDATA
TXDOUBLE
TX buffer element 1
TX buffer element 0
Shift register
Figure 15.13 I2C Transmit Buffer Operation
The TXBL flags in the I2Cn_STATUS and I2Cn_IF are used to indicate the level of the transmit buffer. TXBIL in I2Cn_CTRL controls the level at which these flag bits are set. If TXBIL is cleared, the flags are set whenever the transmit buffer becomes empty (used when transmitting using I2Cn_TXDOUBLE). If TXBIL is set, the flags are set whenever the transmit buffer goes from full to half-empty or empty (used when transmitting with I2Cn_TXDATA). Both the TXBL status flag and the TXBL interrupt flag are cleared automatically when the condition becomes false.
If an attempt is made to write more bytes to the transmit buffer than the space available, the TXOF interrupt flag in I2Cn_IF is set, indicating the overflow. The data already in the buffer remains preserved, and no new data is written.
The transmit buffer and the transmit shift register can be cleared by setting command bit CLEARTX in I2Cn_CMD. This will prevent the
I 2 C module from transmitting the data in the buffer and the shift register, and will make them available for new data. Any byte currently being transmitted will not be aborted. Transmission of this byte will be completed.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 392
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.6.2 Receive Buffer and Shift Register
The I 2
. When a byte has been fully received by the receive shift register, it is loaded into the receive buffer if there is room for it, making the shift register empty to receive another byte. Otherwise, the byte waits in the shift register until space becomes available in the buffer.
Peripheral bus
RXDOUBLE
RX buffer element 0
RX buffer element 1
RXDATA
Shift register
Figure 15.14 I2C Receive Buffer Operation
When a byte becomes available in the receive buffer, the RXDATAV in I2Cn_STATUS and RXDATAV interrupt flag in I2Cn_IF are set.
When the buffer becomes full, RXFULL in the I2Cn_STATUS and I2Cn_IF are set. The status flags RXDATAV and RXFULL are automatically cleared by hardware when their condition is no longer true. This also goes for the RXDATAV interrupt flag, but the RXFULL interrupt flag must be cleared by software. When the RXFULL flag is set, notifying that the buffer is full, space is still available in the receive shift register for one more byte.
The data can be fetched from the buffer in two ways. I2Cn_RXDATA gives access to the received byte (if two bytes are received then the one received first is fetched first). I2Cn_RXDOUBLE makes it possible to read the two received bytes simultaneously. If an attempt is made to read more bytes from the buffer than available, the RXUF interrupt flag in I2Cn_IF is set to signal the underflow, and the data read from the buffer is undefined.
When using I2Cn_RXDOUBLE to pick data, AUTOACK in I2Cn_CTRL should be set to 1. This ensures that an ACK is automatically sent out after the first byte is received so that the reception of the next byte can begin. In order to stop receiving data bytes, a NACK must be sent out through the I2Cn_CMD register.
I2Cn_RXDATAP and I2Cn_RXDOUBLEP can be used to read data from the receive buffer without removing it from the buffer. The
RXUF interrupt flag in I2Cn_IF will never be set as a result of reading from I2Cn_RXDATAP and I2Cn_RXDOUBLEP, but the data read through I2Cn_RXDATAP when the receive buffer is empty is still undefined.
Once a transaction is complete (STOP sent or received), the receive buffer needs to be flushed (all received data must be read) before starting a new transaction.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 393
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.7 Master Operation
A bus transaction is initiated by transmitting a START condition (S) on the bus. This is done by setting the START bit in I2Cn_CMD. The command schedules a START condition, and makes the I 2 C module generate a start condition whenever the bus becomes free.
The I 2 C-bus is considered busy whenever another device on the bus transmits a START condition. Until a STOP condition is detected, the bus is owned by the master issuing the START condition. The bus is considered free when a STOP condition is transmitted on the bus. After a STOP is detected, all masters that have data to transmit send a START condition and begin transmitting data. Arbitration ensures that collisions are avoided.
When the START condition has been transmitted, the master must transmit a slave address (ADDR) with an R/W bit on the bus. If this address is available in the transmit buffer, the master transmits it immediately, but if the buffer is empty, the master holds the I 2 C-bus while waiting for software to write the address to the transmit buffer.
After the address has been transmitted, a sequence of bytes can be read from or written to the slave, depending on the value of the
R/W bit (bit 0 in the address byte). If the bit was cleared, the master has entered a master transmitter role, where it now transmits data to the slave. If the bit was set, it has entered a master receiver role, where it now should receive data from the slave. In either case, an unlimited number of bytes can be transferred in one direction during the transmission.
At the end of the transmission, the master either transmits a repeated START condition (Sr) if it wishes to continue with another transfer, or transmits a STOP condition (P) if it wishes to release the bus. When operating in the master mode, HFPERCLK frequency must be higher than 2 MHz for Standard-mode, 9 MHz for Fast-mode, and 20 MHz for Fast-mode Plus.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 394
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.7.1 Master State Machine
The master state machine is shown in
Figure 15.15 I2C Master State Machine on page 395
. A master operation starts in the far left of the state machine, and follows the solid lines through the state machine, ending the operation or continuing with a new operation when arriving at the right side of the state machine.
Branches in the path through the state machine are the results of bus events and choices made by software, either directly or indirectly.
The dotted lines show where I 2 C-specific interrupt flags are set along the path and the full-drawn circles show places where interaction may be required by software to let the transmission proceed.
0/1
Idle/busy
Waiting for idle
S
57
Master transmitter
97
ADDR W A
Bus state/event
Transmitted by self
S
Sr
Received from slave
START condition
P
STOP condition
Repeated START condition
A ACK
ADDR W
ADDR R
N NACK
Slave address + write
(R/W bit cleared)
Slave address + read
(R/W bit set)
Bus state (STATE)
Interrupt flag set
Interaction required. Waitstates inserted until manual or automatic interaction has been performed
Go to state
Master receiver
ADDR R
Arbitration lost
ADDR R
ADDR W
ADDR X
N
A
93
N
9F
9B
DATA
DATA
Arb. lost, ADDR match
Arb. lost, ADDR match
Arb. lost, no match
B3
A
N
Arb. lost
A
N
73
71
1
D7
DF
X
P
Sr
P
Sr
Arb. lost
Slave transmitter
Slave receiver
1
0
57
0
57
1
P
Bus reset
0
Figure 15.15 I2C Master State Machine
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 395
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.7.2 Interactions
Whenever the I 2 C module is waiting for interaction from software, it holds the bus clock SCL low, freezing all bus activities, and the
BUSHOLD interrupt flag in I2Cn_IF is set. The action(s) required by software depends on the current state the of the I 2 C module. This state can be read from the I2Cn_STATE register.
As an example,
Table 15.3 I2C Master Transmitter on page 398 shows the different states the I
2 C goes through when operating as a
Master Transmitter, i.e., a master that transmits data to a slave. As seen in the table, when a start condition has been transmitted, a requirement is that there is an address and an R/W bit in the transmit buffer. If the transmit buffer is empty, then the BUSHOLD interrupt flag is set, and the bus is held until data becomes available in the buffer. While waiting for the address, I2Cn_STATE has a value 0x57, which can be used to identify exactly what the I 2 C module is waiting for.
Note:
The bus would never stop at state 0x57 if the address was available in the transmit buffer.
The different interactions used by the I 2 C module are listed in
Table 15.2 I2C Interactions in Prioritized Order on page 396 in a priori-
tized order. If the I 2 C module is in such a state that multiple courses of action are possible, then the action chosen is the one that has the highest priority. For example, after sending out a START, if an address is present in the buffer and a STOP is also pending, then the
I 2 C will send out the STOP since it has the higher priority.
Table 15.2. I2C Interactions in Prioritized Order
Interaction
STOP*
ABORT
CONT*
NACK*
ACK*
ADDR+W -> TXDATA
ADDR+R -> TXDATA
START*
TXDATA/ TXDOUBLE
RXDATA/ RXDOUBLE
Priority
1
2
3
4
5
6
7
8
9
10
Software action
Set the STOP command bit in
I2Cn_CMD
Set the ABORT command bit in
I2Cn_CMD
Set the CONT command bit in
I2Cn_CMD
Automatically continues if
PSTOP is set (STOP pending) in I2Cn_STATUS
Never, the transmission is aborted
PCONT is set in I2Cn_STATUS
(CONT pending)
Set the NACK command bit in
I2Cn_CMD
PNACK is set in I2Cn_STATUS
(NACK pending)
Set the ACK command bit in
I2Cn_CMD
AUTOACK is set in I2Cn_CTRL or PACK is set in I2Cn_STATUS
(ACK pending)
Write an address to the transmit buffer with the R/W bit set
Address is available in transmit buffer with R/W bit set
Write an address to the transmit buffer with the R/W bit cleared
Address is available in transmit buffer with R/W bit cleared
Set the START command bit in
I2Cn_CMD
PSTART is set in I2Cn_STATUS
(START pending)
Write data to the transmit buffer Data is available in transmit buffer
Read data from receive buffer Space is available in receive buffer
No interaction is required None 11
The commands marked with a * in
Table 15.2 I2C Interactions in Prioritized Order on page 396 can be issued before an interaction is
required. When such a command is issued before it can be used/consumed by the I 2 C module, the command is set in a pending state, which can be read from the STATUS register. A pending START command can for instance be identified by PSTART having a high value.
Whenever the I 2 C module requires an interaction, it checks the pending commands. If one or a combination of these can fulfill an interaction, they are consumed by the module and the transmission continues without setting the BUSHOLD interrupt flag in I2Cn_IF to get an interaction from software. The pending status of a command goes low when it is consumed.
When several interactions are possible from a set of pending commands, the interaction with the highest priority, i.e., the interaction closest to the top of
Table 15.2 I2C Interactions in Prioritized Order on page 396 is applied to the bus.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 396
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Pending commands can be cleared by setting the CLEARPC command bit in I2Cn_CMD.
15.3.7.3 Automatic ACK Interaction
When receiving addresses and data, an ACK command in I2Cn_CMD is normally required after each received byte. When AUTOACK is set in I2Cn_CTRL, an ACK is always pending, and the ACK-pending bit PACK in I2Cn_STATUS is thus always set, even after an
ACK has been consumed. This is used when data is picked using I2Cn_RXDOUBLE and can also be used with I2Cn_RXDATA in order to reduce the amount of software interaction required during a transfer.
15.3.7.4 Reset State
After a reset, the state of the I 2 C-bus is unknown. To avoid interrupting transfers on the I 2 C-bus after a reset of the I 2 C module or the entire MCU, the I 2 C-bus is assumed to be busy when coming out of a reset, and the BUSY flag in I2Cn_STATUS is thus set. To be able to carry through master operations on the I 2 C-bus, the bus must be idle.
The bus goes idle when a STOP condition is detected on the bus, but on buses with little activity, the time before the I 2 C module detects that the bus is idle can be significant. There are two ways of assuring that the I
2
C module gets out of the busy state.
• Use the ABORT command in I2Cn_CMD. When the ABORT command is issued, the I 2 C module is instructed that the bus is idle.
The I 2 C module can then initiate master operations.
• Use the Bus Idle Timeout. When SCL has been high for a long period of time, it is very likely that the bus is idle. Set BITO in
I2Cn_CTRL to an appropriate timeout period and set GIBITO in I2Cn_CTRL. If activity has not been detected on the bus within the timeout period, the bus is then automatically assumed idle, and master operations can be initiated.
Note:
If operating in slave mode, the above approach is not necessary.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 397
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.7.5 Master Transmitter
To transmit data to a slave, the master must operate as a master transmitter.
Table 15.3 I2C Master Transmitter on page 398 shows
the states the I 2 C module goes through while acting as a master transmitter. Every state where an interaction is required has the possible interactions listed, along with the result of the interactions. The table also shows which interrupt flags are set in the different states.
The interrupt flags enclosed in parenthesis may be set. If the BUSHOLD interrupt in I2Cn_IF is set, the module is waiting for an interaction, and the bus is frozen. The value of I2Cn_STATE will be equal to the values given in the table when the BUSHOLD interrupt flag is set, and can be used to determine which interaction is required to make the transmission continue.
The interrupt flag START in I2Cn_IF is set when the I 2 C module transmits the START.
A master operation is started by issuing a START command by setting START in I2Cn_CMD. ADDR+W, i.e., the address of the slave + the R/W bit is then required by the I 2 C module. If this is not available in the transmit buffer, then the bus is held and the BUSHOLD interrupt flag is set. The value of I2Cn_STATE will then be 0x57. As seen in the table, the I 2 C module also stops in this state if the address is not available after a repeated start condition.
To continue, write a byte to I2Cn_TXDATA with the address of the slave in the 7 most significant bits and the least significant bit cleared
(ADDR+W). This address will then be transmitted, and the slave will reply with an ACK or a NACK. If no slave replies to the address, the response will also be NACK. If the address was acknowledged, the master now has four choices. It can send data by placing it in
I2Cn_TXDATA/ I2Cn_TXDOUBLE (the master should check the TXBL interrupt flag before writing to the transmit buffer), this data is then transmitted. The master can also stop the transmission by sending a STOP, it can send a repeated start by sending START, or it can send a STOP and then a START as soon as possible. If the master wishes to make another transfer immediately after the current, the preferred way is to start a new transfer directly by transmitting a repeated START instead of a STOP followed by a START. This is so because if a STOP is sent out, then any master wishing to initiate a transfer on the bus can try to gain control of it.
If a NACK was received, the master has to issue a CONT command in addition to providing data in order to continue transmission. This is not standard I 2 C, but is provided for flexibility. The rest of the options are similar to when an ACK was received.
If a new byte was transmitted, an ACK or NACK is received after the transmission of the byte, and the master has the same options as for when the address was sent.
The master may lose arbitration at any time during transmission. In this case, the ARBLOST interrupt flag in I2Cn_IF is set. If the arbitration was lost during the transfer of an address, and SLAVE in I2Cn_CTRL is set, the master then checks which address was transmitted. If it was the address of the master, then the master goes to slave mode.
After a master has transmitted a START and won any arbitration, it owns the bus until it transmits a STOP. After a STOP, the bus is released, and arbitration decides which bus master gains the bus next. The MSTOP interrupt flag in I2Cn_IF is set when a STOP condition is transmitted by the master.
Table 15.3. I2C Master Transmitter
-
I2Cn_STATE
0x57
0x57
Description
Start transmitted
I2Cn_IF
START interrupt flag
(BUSHOLD interrupt flag)
Repeated start transmitted
START interrupt flag
(BUSHOLD interrupt flag)
ADDR+W transmitted TXBL interrupt flag
(TXC interrupt flag)
Required interaction
ADDR+W ->
TXDATA
STOP
STOP +
START
ADDR+W ->
TXDATA
STOP
STOP +
START
None
Response
ADDR+W will be sent
STOP will be sent and bus released.
STOP will be sent and bus released. Then a
START will be sent when bus becomes idle.
ADDR+W will be sent
STOP will be sent and bus released.
STOP will be sent and bus released. Then a
START will be sent when bus becomes idle.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 398
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
-
-
-
I2Cn_STATE
0x97
0x9F
0xD7
0xDF
Description
ADDR+W transmitted,
ACK received
ADDR+W transmitted,NACK received
I2Cn_IF
ACK interrupt flag
(BUSHOLD interrupt flag)
NACK (BUSHOLD interrupt flag)
Data transmitted
Data transmitted,ACK received
Arbitration lost
TXBL interrupt flag
(TXC interrupt flag)
ACK interrupt flag
(BUSHOLD interrupt flag)
TXDATA
STOP
START
STOP +
START
Data transmitted,NACK received
NACK(BUSHOLD interrupt flag)
CONT +
TXDATA
STOP
START
STOP +
START
Stop transmitted MSTOP interrupt flag None
START
ARBLOST interrupt flag None
START
Required interaction
TXDATA
STOP
START
STOP +
START
CONT +
TXDATA
STOP
START
STOP +
START
None
Response
DATA will be sent
STOP will be sent. Bus will be released
Repeated start condition will be sent
STOP will be sent and the bus released. Then a
START will be sent when the bus becomes idle
DATA will be sent
STOP will be sent. Bus will be released
Repeated start condition will be sent
STOP will be sent and the bus released. Then a
START will be sent when the bus becomes idle
DATA will be sent
STOP will be sent. Bus will be released
Repeated start condition will be sent
STOP will be sent and the bus released. Then a
START will be sent when the bus becomes idle
DATA will be sent
STOP will be sent. Bus will be released
Repeated start condition will be sent
STOP will be sent and the bus released. Then a
START will be sent when the bus becomes idle
START will be sent when bus becomes idle
START will be sent when bus becomes idle
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 399
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.7.6 Master Receiver
To receive data from a slave, the master must operate as a master receiver, see
Table 15.4 I2C Master Receiver on page 400
. This is done by transmitting ADDR+R as the address byte instead of ADDR+W, which is transmitted to become a master transmitter. The address byte loaded into the data register thus has to contain the 7-bit slave address in the 7 most significant bits of the byte, and have the least significant bit set.
When the address has been transmitted, the master receives an ACK or a NACK. If an ACK is received, the ACK interrupt flag in
I2Cn_IF is set, and if space is available in the receive shift register, reception of a byte from the slave begins. If the receive buffer and shift register is full however, the bus is held until data is read from the receive buffer or another interaction is made. Note that the STOP and START interactions have a higher priority than the data-available interaction, so if a STOP or START command is pending, the highest priority interaction will be performed, and data will not be received from the slave.
If a NACK was received, the CONT command in I2Cn_CMD has to be issued in order to continue receiving data, even if there is space available in the receive buffer and/or shift register.
After a data byte has been received the master must ACK or NACK the received byte. If an ACK is pending or AUTOACK in
I2Cn_CTRL is set, an ACK is sent automatically and reception continues if space is available in the receive buffer.
If a NACK is sent, the CONT command must be used in order to continue transmission. If an ACK or NACK is issued along with a
START or STOP or both, then the ACK/NACK is transmitted and the reception is ended. If START in I2Cn_CMD is set alone, a repeated start condition is transmitted after the ACK/NACK. If STOP in I2Cn_CMD is set, a stop condition is sent regardless of whether
START is set. If START is set in this case, it is set as pending.
As when operating as a master transmitter, arbitration can be lost as a master receiver. When this happens the ARBLOST interrupt flag in I2Cn_IF is set, and the master has a possibility of being selected as a slave given the correct conditions.
Table 15.4. I2C Master Receiver
-
I2Cn_STATE
0x57
0x57
0x93
0x9B
Description
START transmitted
Repeated START transmitted
ADDR+R transmitted
ADDR+R transmitted,
ACK received
ADDR+R transmitted,NACK received
I2Cn_IF
START interrupt flag
(BUSHOLD interrupt flag)
START interrupt flag(BUSHOLD interrupt flag)
STOP +
START
None TXBL interrupt flag
(TXC interrupt flag)
ACK interrupt flag(BUS-
HOLD)
RXDATA
STOP
NACK(BUSHOLD)
START
STOP +
START
CONT +
RXDATA
Required interaction
ADDR+R ->
TXDATA
STOP
STOP +
START
ADDR+R ->
TXDATA
STOP
STOP
START
STOP +
START
Response
ADDR+R will be sent
STOP will be sent and bus released.
STOP will be sent and bus released. Then a
START will be sent when bus becomes idle.
ADDR+R will be sent
STOP will be sent and bus released.
STOP will be sent and bus released. Then a
START will be sent when bus becomes idle.
Start receiving
STOP will be sent and the bus released
Repeated START will be sent
STOP will be sent and the bus released. Then a
START will be sent when the bus becomes idle
Continue, start receiving
STOP will be sent and the bus released
Repeated START will be sent
STOP will be sent and the bus released. Then a
START will be sent when the bus becomes idle
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 400
-
-
I2Cn_STATE Description
0xB3 Data received
Stop received
Arbitration lost
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
I2Cn_IF
RXDATA interrupt flag(BUSHOLD interrupt flag)
Required interaction
ACK + RXDA-
TA
NACK +
CONT +
RXDATA
ACK/NACK +
STOP
ACK/NACK +
START
ACK/NACK +
STOP +
START
None MSTOP interrupt flag
START
ARBLOST interrupt flag None
START
Response
ACK will be transmitted, reception continues
NACK will be transmitted, reception continues
ACK/NACK will be sent and the bus will be released.
ACK/NACK will be sent, and then a repeated start condition.
ACK/NACK will be sent and the bus will be released. Then a START will be sent when the bus becomes idle
START will be sent when bus becomes idle
START will be sent when bus becomes idle
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 401
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.8 Bus States
The I2Cn_STATE register can be used to determine which state the I 2 C module and the I 2 C bus are in at a given time. The register consists of the STATE bit-field, which shows which state the I 2 C module is at in any ongoing transmission, and a set of single-bits, which reveal the transmission mode, whether the bus is busy or idle, and whether the bus is held by this I 2 C module waiting for a software response.
The possible values of the STATE field are summarized in
Table 15.5 I2C STATE Values on page 402
. When this field is cleared, the
I 2 C module is not a part of any ongoing transmission. The remaining status bits in the I2Cn_STATE register are listed in
Transmission Status on page 402 .
Table 15.5. I2C STATE Values
Mode
IDLE
WAIT
START
ADDR
ADDRACK
DATA
DATAACK
Value
0
1
2
3
4
5
6
Description
No transmission is being performed by this module.
Waiting for idle. Will send a start condition as soon as the bus is idle.
Start being transmitted
Address being transmitted or has been received
Address ACK/NACK being transmitted or received
Data being transmitted or received
Data ACK/NACK being transmitted or received
Table 15.6. I2C Transmission Status
Bit
BUSY
MASTER
TRANSMITTER
BUSHOLD
NACK
Description
Set whenever there is activity on the bus. Whether or not this module is responsible for the activity cannot be determined by this byte.
Set when operating as a master. Cleared at all other times.
Set when operating as a transmitter; either a master transmitter or a slave transmitter.
Cleared at all other times
Set when the bus is held by this I 2 C module because an action is required by software.
Only valid when bus is held and STATE is ADDRACK or DATAACK. In that case it is set if a NACK was received. In all other cases, the bit is cleared.
Note:
I2Cn_STATE reflects the internal state of the I 2 C module, and therefore only held constant as long as the bus is held, i.e., as long as
BUSHOLD in I2Cn_STATUS is set.
15.3.9 Slave Operation
The I 2 C module operates in master mode by default. To enable slave operation, i.e., to allow the device to be addressed as an I 2 C slave, the SLAVE bit in I2Cn_CTRL must be set. In this case the I 2 C module operates in a mixed mode, both capable of starting transmissions as a master, and being addressed as a slave. When operating in the slave mode, HFPERCLK frequency must be higher than
2 MHz for Standard-mode, 5 MHz for Fast-mode, and 14 MHz for Fast-mode Plus.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 402
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.9.1 Slave State Machine
The slave state machine is shown in
Figure 15.16 I2C Slave State Machine on page 403
. The dotted lines show where I 2 C-specific interrupt flags are set. The full-drawn circles show places where interaction may be required by software to let the transmission proceed.
0/1
Idle/busy S
Bus state/event
Transmitted by self
Received from master
Bus state (STATE)
Interrupt flag set
Interaction required. Clockstretching applied until manual or automatic interaction has been performed
Go to state
Slave transmitter
73
ADDR R A
Slave receiver
71
ADDR W
N
A
N
DATA A
D5
N
DD
P
Sr
Arb. lost
DATA
B1
A P
Sr
N
X Arb. lost
0
41
1
0
41
1
Figure 15.16 I2C Slave State Machine
15.3.9.2 Address Recognition
The I 2 C module provides automatic address recognition for 7-bit addresses. 10-bit address recognition is not fully automatic, but can be assisted by the 7-bit address comparator as shown in
15.3.11 Using 10-bit Addresses
. Address recognition is supported in all energy modes (except EM4).
The slave address, i.e., the address which the I 2 C module should be addressed with, is defined in the I2Cn_SADDR register. In addition to the address, a mask must be specified, telling the address comparator which bits of an incoming address to compare with the address defined in I2Cn_SADDR. The mask is defined in I2Cn_SADDRMASK, and for every zero in the mask, the corresponding bit in the slave address is treated as a don’t-care, i.e., the 0-masked bits are ignored.
An incoming address that fails address recognition is automatically replied to with a NACK. Since only the bits defined by the mask are checked, a mask with a value 0x00 will result in all addresses being accepted. A mask with a value 0x7F will only match the exact address defined in I2Cn_SADDR, while a mask 0x70 will match all addresses where the three most significant bits in I2Cn_SADDR and the incoming address are equal.
If GCAMEN in I2Cn_CTRL is not set, the start-byte, i.e., the general call address with the R/W bit set is ignored unless it is included in the defined slave address and and the address mask.
When an address is accepted by the address comparator, the decision of whether to ACK or NACK the address is passed to software.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 403
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.9.3 Slave Transmitter
When SLAVE in I2Cn_CTRL is set, the RSTART interrupt flag in I2Cn_IF will be set when repeated START conditions are detected.
After a START or repeated START condition, the bus master will transmit an address along with an R/W bit. If there is no room in the receive shift register for the address, the bus will be held by the slave until room is available in the shift register. Transmission then continues and the address is loaded into the shift register. If this address does not pass address recognition, it is automatically
NACK’ed by the slave, and the slave goes to an idle state. The address byte is in this case discarded, making the shift register ready for a new address. It is not loaded into the receive buffer.
If the address was accepted and the R/W bit was set (R), indicating that the master wishes to read from the slave, the slave now goes into the slave transmitter mode. Software interaction is now required to decide whether the slave wants to acknowledge the request or not. The accepted address byte is loaded into the receive buffer like a regular data byte. If no valid interaction is pending, the bus is held until the slave responds with a command. The slave can reject the request with a single NACK command.
The slave will in that case go to an idle state, and wait for the next start condition. To continue the transmission, the slave must make sure data is loaded into the transmit buffer and send an ACK. The loaded data will then be transmitted to the master, and an ACK or
NACK will be received from the master.
Data transmission can also continue after a NACK if a CONT command is issued along with the NACK. This is not standard I 2 C however.
If the master responds with an ACK, it may expect another byte of data, and data should be made available in the transmit buffer. If data is not available, the bus is held until data is available.
If the response is a NACK however, this is an indication of that the master has received enough bytes and wishes to end the transmission. The slave now automatically goes idle, unless CONT in I2Cn_CMD is set and data is available for transmission. The latter is not standard I 2 C.
The master ends the transmission by sending a STOP or a repeated START. The SSTOP interrupt flag in I2Cn_IF is set when the master transmits a STOP condition. If the transmission is ended with a repeated START, then the SSTOP interrupt flag is not set.
Note:
The SSTOP interrupt flag in I2Cn_IF will be set regardless of whether the slave is participating in the transmission or not, as long as
SLAVE in I2Cn_CTRL is set and a STOP condition is detected
If arbitration is lost at any time during transmission, the ARBLOST interrupt flag in I2Cn_IF is set, the bus is released and the slave goes idle.
See
Table 15.7 I2C Slave Transmitter on page 404 for more information.
Table 15.7. I2C Slave Transmitter
-
I2Cn_STATE
0x41
0x75
0xD5
Description
Repeated START received
ADDR + R received
Data transmitted
Data transmitted, ACK received
I2Cn_IF Required interaction
RXDATA
Response
RSTART interrupt flag
(BUSHOLD interrupt flag)
ADDR interrupt flag
Receive and compare address
RXDATA interrupt flag
(BUSHOLD interrupt flag)
ACK + TXDA-
TA
ACK will be sent, then DATA
NACK
NACK +
CONT +
TXDATA
NACK will be sent, slave goes idle
NACK will be sent, then DATA.
TXBL interrupt flag
(TXC interrupt flag)
ACK interrupt flag
(BUSHOLD interrupt flag)
None
TXDATA DATA will be transmitted
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 404
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
-
-
I2Cn_STATE
0xDD
Description I2Cn_IF
Data transmitted, NACK received
NACK interrupt flag
(BUSHOLD interrupt flag)
Stop received SSTOP interrupt flag
Arbitration lost
Required interaction
None
CONT +
TXDATA
None
START
ARBLOST interrupt flag None
START
Response
The slave goes idle
DATA will be transmitted
The slave goes idle
START will be sent when bus becomes idle
The slave goes idle
START will be sent when the bus becomes idle
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 405
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.9.4 Slave Receiver
A slave receiver operation is started in the same way as a slave transmitter operation, with the exception that the address transmitted by the master has the R/W bit cleared (W), indicating that the master wishes to write to the slave. The slave then goes into slave receiver mode.
To receive data from the master, the slave should respond to the address with an ACK and make sure space is available in the receive buffer. Transmission will then continue, and the slave will receive a byte from the master.
If a NACK is sent without a CONT, the transmission is ended for the slave, and it goes idle. If the slave issues both the NACK and
CONT commands and has space available in the receive buffer, it will be open for continuing reception from the master.
When a byte has been received from the master, the slave must ACK or NACK the byte. The responses here are the same as for the reception of the address byte.
The master ends the transmission by sending a STOP or a repeated START. The SSTOP interrupt flag is set when the master transmits a STOP condition. If the transmission is ended with a repeated START, then the SSTOP interrupt flag in I2Cn_IF is not set.
Note:
The SSTOP interrupt flag in I2Cn_IF will be set regardless of whether the slave is participating in the transmission or not, as long as
SLAVE in I2Cn_CTRL is set and a STOP condition is detected
If arbitration is lost at any time during transmission, the ARBLOST interrupt flag in I2Cn_IF is set, the bus is released and the slave goes idle.
See
Table 15.8 I2C - Slave Receiver on page 406
for more information.
Table 15.8. I2C - Slave Receiver
-
-
-
I2Cn_STATE
0x71
0xB1
Description
Repeated START received
ADDR + W received
Data received
Stop received
Arbitration lost
I2Cn_IF Required interaction
RXDATA RSTART interrupt flag
(BUSHOLD interrupt flag)
ADDR interrupt flag
RXDATA interrupt flag
(BUSHOLD interrupt flag)
RXDATA interrupt flag
(BUSHOLD interrupt flag)
ACK +
RXDATA
NACK
NACK +
CONT +
RXDATA
ACK +
RXDATA
NACK
NACK +
CONT +
RXDATA
None SSTOP interrupt flag
START
ARBLOST interrupt flag None
START
Response
Receive and compare address
ACK will be sent and data will be received
NACK will be sent, slave goes idle
NACK will be sent and DATA will be received.
ACK will be sent and data will be received
NACK will be sent and slave will go idle
NACK will be sent and data will be received
The slave goes idle
START will be sent when bus becomes idle
The slave goes idle
START will be sent when the bus becomes idle
15.3.10 Transfer Automation
The I 2 C can be set up to complete transfers with a minimal amount of interaction.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 406
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.10.1 DMA
DMA can be used to automatically load data into the transmit buffer and load data out from the receive buffer. When using DMA, software is thus relieved of moving data to and from memory after each transferred byte.
15.3.10.2 Automatic ACK
When AUTOACK in I2Cn_CTRL is set, an ACK is sent automatically whenever an ACK interaction is possible and no higher priority interactions are pending.
15.3.10.3 Automatic STOP
A STOP can be generated automatically on two conditions. These apply only to the master transmitter.
If AUTOSN in I2Cn_CTRL is set, the I 2 C module ends a transmission by transmitting a STOP condition when operating as a master transmitter and a NACK is received.
If AUTOSE in I2Cn_CTRL is set, the I 2 C module always ends a transmission when there is no more data in the transmit buffer. If data has been transmitted on the bus, the transmission is ended after the (N)ACK has been received by the slave. If a START is sent when no data is available in the transmit buffer and AUTOSE is set, then the STOP condition is sent immediately following the START. Software must thus make sure data is available in the transmit buffer before the START condition has been fully transmitted if data is to be transferred.
15.3.11 Using 10-bit Addresses
When using 10-bit addresses in slave mode, set the I2Cn_SADDR register to 1111 0XX where XX are the two most significant bits of the 10-bit address, and set I2Cn_SADDRMASK to 0xFF. Address matches will now be given on all 10-bit addresses where the two most significant bits are correct.
When receiving an address match, the slave must acknowledge the address and receive the first data byte. This byte contains the second part of the 10-bit address. If it matches the address of the slave, the slave should ACK the byte to continue the transmission, and if it does not match, the slave should NACK it.
When the master is operating as a master transmitter, the data bytes will follow after the second address byte. When the master is operating as a master receiver however, a repeated START condition is sent after the second address byte. The address sent after this repeated START is equal to the first of the address bytes transmitted previously, but now with the R/W byte set, and only the slave that found a match on the entire 10-bit address in the previous message should ACK this address. The repeated start should take the master into a master receiver mode, and after the single address byte sent this time around, the slave begins transmission to the master.
15.3.12 Error Handling
Note:
The setting of GCAMEN and SLAVE fields in the I2Cn_CTRL register and the registers I2Cn_SADDR and I2Cn_ROUTELOC0 are considered static. This means that these need to be set before an I 2 C transaction starts and need to stay stable during the entire transaction.
15.3.12.1 ABORT Command
Some bus errors may require software intervention to be resolved. The I
2
C module provides an ABORT command, which can be set in
I2Cn_CMD, to help resolve bus errors.
When the bus for some reason is locked up and the I 2 C module is in the middle of a transmission it cannot get out of, or for some other reason the I 2 C wants to abort a transmission, the ABORT command can be used.
Setting the ABORT command will make the I 2 C module discard any data currently being transmitted or received, release the SDA and
SCL lines and go to an idle mode. ABORT effectively makes the I 2 C module forget about any ongoing transfers.
15.3.12.2 Bus Reset
A bus reset can be performed by setting the START and STOP commands in I2Cn_CMD while the transmit buffer is empty. A START condition will then be transmitted, immediately followed by a STOP condition. A bus reset can also be performed by transmitting a
START command with the transmit buffer empty and AUTOSE set.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 407
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.12.3 I2C-Bus Errors
An I 2 C-bus error occurs when a START or STOP condition is misplaced, which happens when the value on SDA changes while SCL is high during bit-transmission on the I 2 C-bus. If the I 2 C module is part of the current transmission when a bus error occurs, any data currently being transmitted or received is discarded, SDA and SCL are released, the BUSERR interrupt flag in I2Cn_IF is set to indicate the error, and the module automatically takes a course of action as defined in
Table 15.9 I2C Bus Error Response on page 408 .
Table 15.9. I2C Bus Error Response
In a master/slave operation
Misplaced START
Treated as START. Receive address.
Misplaced STOP
Go idle. Perform any pending actions.
15.3.12.4 Bus Lockup
A lockup occurs when a master or slave on the I 2 C-bus has locked the SDA or SCL at a low value, preventing other devices from putting high values on the bus, and thus making communication on the bus impossible.
Many slave-only devices operating on an I 2 C-bus are not capable of driving SCL low, but in the rare case that SCL is stuck LOW, the advice is to apply a hardware reset signal to the slaves on the bus. If this does not work, cycle the power to the devices in order to make them release SCL.
When SDA is stuck low and SCL is free, a master should send 9 clock pulses on SCL while tristating the SDA. This procedure is performed in the GPIO module after clearing the I2C_ROUTE register and disabling the I2C module. The device that held the bus low should release it sometime within those 9 clocks. If not, use the same approach as for when SCL is stuck, resetting and possibly cycling power to the slaves.
Lockup of SDA can be detected by keeping count of the number of continuous arbitration losses during address transmission. If arbitration is also lost during the transmission of a general call address, i.e., during the transmission of the STOP condition, which should never happen during normal operation, this is a good indication of SDA lockup.
15.3.12.5 Bus Idle Timeout
When SCL has been high for a significant amount of time, this is a good indication of that the bus is idle. On an SMBus system, the bus is only allowed to be in this state for a maximum of 50 µs before the bus is considered idle.
The bus idle timeout BITO in I2Cn_CTRL can be used to detect situations where the bus goes idle in the middle of a transmission. The timeout can be configured in BITO, and when the bus has been idle for the given amount of time, the BITO interrupt flag in I2Cn_IF is set. The bus can also be set idle automatically on a bus idle timeout. This is enabled by setting GIBITO in I2Cn_CTRL.
When the bus idle timer times out, it wraps around and continues counting as long as its condition is true. If the bus is not set idle using
GIBITO or the ABORT command in I2Cn_CMD, this will result in periodic timeouts.
Note:
This timeout will be generated even if SDA is held low.
The bus idle timeout is active as long as the bus is busy, i.e., BUSY in I2Cn_STATUS is set. The timeout can be used to get the I 2 C module out of the busy-state it enters when reset, see
.
15.3.12.6 Clock Low Timeout
The clock timeout, which can be configured in CLTO in I2Cn_CTRL, starts counting whenever SCL goes low, and times out if SCL does not go high within the configured timeout. A clock low timeout results in CLTOIF in I2Cn_IF being set, allowing software to take action.
When the timer times out, it wraps around and continues counting as long as SCL is low. An SCL lockup will thus result in periodic clock low timeouts as long as SCL is low.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 408
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.3.12.7 Clock Low Error
The I 2 C module can continue transmission in parallel with another device for the entire transaction, as long as the two communications are identical. A case may arise when (before an arbitration has been decided upon) the I 2 C module decides to send out a repeated
START or a STOP condition while the other device is still sending data. In the I 2 C protocol specifications, such a combination results in an undefined condition. The I 2 C deals with this by generating a clock low error. This means that if the I 2 C is transmitting a repeated
START or a STOP condition and another device (another master or a misbehaving slave) pulls SCL low before the I 2 C sends out the
START/STOP condition on SDA, a clock low error is generated. The CLERR interrupt flag is then set in the I2Cn_IF register, any held lines are released and the I 2 C device goes to idle.
15.3.13 DMA Support
The I 2 C module has full DMA support. A request for the DMA controller to write to the I 2 C transmit buffer can come from TXBL (transmit buffer has room for more data). The DMA controller can write to the transmit buffer using the I2Cn_TXDATA or the I2Cn_TXDOUBLE register. In order to write to the I2Cn_TXDOUBLE register (i.e., transferring 2 bytes simultaneously to the transmit buffer using the
DMA), DMA_USEBURSTS needs to be set to 1 for the selected DMA channel. This ensures that the transfer is made to the transmit buffer only when both buffer elements are empty. For performing a DMA write to the I2Cn_TXDATA register, DMA_USEBURSTC needs to be set to 1 for the selected DMA channel. This ensures that a DMA transfer is made even when the transmit buffer is half-empty.
A request for the DMA controller to read from the I 2 C receive buffer can come from RXDATAV (data available in the receive buffer). To receive from I2Cn_RXDOUBLE (i.e., receive only when both buffer elements are full), DMA_USEBURSTS needs to be set to 1 for the selected DMA channel. In order to receive from I2Cn_RXDATA through the DMA, DMA_USEBURSTC needs to be set to 1. This ensures that the data gets picked up even when the receive buffer is half-full.
15.3.14 Interrupts
The interrupts generated by the I 2 C module are combined into one interrupt vector, I2C_INT. If I 2 C interrupts are enabled, an interrupt will be made if one or more of the interrupt flags in I2Cn_IF and their corresponding bits in I2Cn_IEN are set.
15.3.15 Wake-up
The I 2 C receive section can be active all the way down to energy mode EM3 Stop, and can wake up the CPU on address interrupt. All address match modes are supported.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 409
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.4 Register Map
The offset register address is relative to the registers base address.
Offset Name
R
RW
RW
RW
Type
RW
W1
R
R(a)
R(a)
R
R
W
W
R
W1
(R)W1
RW
RW
RW
Description
Receive Buffer Double Data Register
Receive Buffer Data Peek Register
Receive Buffer Double Data Peek Register
Transmit Buffer Double Data Register
I/O Routing Pin Enable Register
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 410
15.5 Register Description
15.5.1 I2Cn_CTRL - Control Register
Offset
0x000
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 411
Bit
31:19
18:16
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
CLTO 0x0 RW Clock Low Timeout
Use to generate a timeout when CLK has been low for the given amount of time. Wraps around and continues counting when the timeout is reached. The timeout value can be calculated by timeout = PCC/(f
SCL
x (N low
+ N high
))
15
14
13:12
Value
0
1
2
3
4
5
Mode
OFF
40PCC
80PCC
160PCC
320PCC
1024PCC
Description
Timeout disabled
Timeout after 40 prescaled clock cycles. In standard mode at 100 kHz, this results in a 50us timeout.
Timeout after 80 prescaled clock cycles. In standard mode at 100 kHz, this results in a 100us timeout.
Timeout after 160 prescaled clock cycles. In standard mode at 100 kHz, this results in a 200us timeout.
Timeout after 320 prescaled clock cycles. In standard mode at 100 kHz, this results in a 400us timeout.
Timeout after 1024 prescaled clock cycles. In standard mode at 100 kHz, this results in a 1280us timeout.
GIBITO 0 RW Go Idle on Bus Idle Timeout
When set, the bus automatically goes idle on a bus idle timeout, allowing new transfers to be initiated.
Value
0
1
Description
A bus idle timeout has no effect on the bus state.
A bus idle timeout tells the I 2 C module that the bus is idle, allowing new transfers to be initiated.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
BITO 0x0 RW Bus Idle Timeout
Use to generate a timeout when SCL has been high for a given amount time between a START and STOP condition. When in a bus transaction, i.e. the BUSY flag is set, a timer is started whenever SCL goes high. When the timer reaches the value defined by BITO, it sets the BITO interrupt flag. The BITO interrupt flag will then be set periodically as long as SCL remains high. The bus idle timeout is active as long as BUSY is set. It is thus stopped automatically on a timeout if GIBITO is set. It is also stopped a STOP condition is detected and when the ABORT command is issued. The timeout is activated whenever the bus goes BUSY, i.e. a START condition is detected. The timeout value can be calculated by timeout = PCC/(f
SCL x (N low
+ N high
))
Value
0
1
2
3
Mode
OFF
40PCC
80PCC
160PCC
Description
Timeout disabled
Timeout after 40 prescaled clock cycles. In standard mode at 100 kHz, this results in a 50us timeout.
Timeout after 80 prescaled clock cycles. In standard mode at 100 kHz, this results in a 100us timeout.
Timeout after 160 prescaled clock cycles. In standard mode at 100 kHz, this results in a 200us timeout.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 412
Bit
11:10
9:8
7
6
5
4
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
CLHR 0x0 RW Clock Low High Ratio
Determines the ratio between the low and high parts of the clock signal generated on SCL as master.
Value
0
Mode
STANDARD
1
2
ASYMMETRIC
FAST
Description
The ratio between low period and high period counters (N low
:N high
) is
4:4
The ratio between low period and high period counters (N low
:N high
) is
6:3
The ratio between low period and high period counters (N low
:N high
) is
11:6
TXBIL 0 RW TX Buffer Interrupt Level
Determines the interrupt and status level of the transmit buffer.
Value
0
1
Mode
EMPTY
HALFFULL
Description
TXBL status and the TXBL interrupt flag are set when the transmit buffer becomes empty. TXBL is cleared when the buffer becomes nonempty.
TXBL status and the TXBL interrupt flag are set when the transmit buffer goes from full to half-full or empty. TXBL is cleared when the buffer becomes full.
GCAMEN 0 RW General Call Address Match Enable
Set to enable address match on general call in addition to the programmed slave address.
Value
0
1
Description
General call address will be NACK'ed if it is not included by the slave address and address mask.
When a general call address is received, a software response is required.
ARBDIS 0 RW Arbitration Disable
A master or slave will not release the bus upon losing arbitration.
Value
0
1
Description
When a device loses arbitration, the ARB interrupt flag is set and the bus is released.
When a device loses arbitration, the ARB interrupt flag is set, but communication proceeds.
AUTOSN 0 RW Automatic STOP on NACK
Write to 1 to make a master transmitter send a STOP when a NACK is received from a slave.
Value
0
1
Description
Stop is not automatically sent if a NACK is received from a slave.
The master automatically sends a STOP if a NACK is received from a slave.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 413
Bit
3
2
1
0
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Name
AUTOSE
Reset
0
Access Description
RW Automatic STOP when Empty
Write to 1 to make a master transmitter send a STOP when no more data is available for transmission.
Value
0
1
Description
A stop must be sent manually when no more data is to be transmitted.
The master automatically sends a STOP when no more data is available for transmission.
AUTOACK 0
Set to enable automatic acknowledges.
RW Automatic Acknowledge
Value
0
1
Description
Software must give one ACK command for each ACK transmitted on the I 2 C bus.
Addresses that are not automatically NACK'ed, and all data is automatically acknowledged.
SLAVE 0 RW Addressable as Slave
Set this bit to allow the device to be selected as an I 2 C slave.
Value
0
1
Description
All addresses will be responded to with a NACK
Addresses matching the programmed slave address or the general call address (if enabled) require a response from software. Other addresses are automatically responded to with a NACK.
EN 0 RW
Use this bit to enable or disable the I 2 C module.
I 2 C Enable
Value
0
1
Description
The I 2 C module is disabled. And its internal state is cleared
The I
2
C module is enabled.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 414
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.5.2 I2Cn_CMD - Command Register
Offset
0x004
Reset
Access
Name
Bit Position
Bit
31:8
7
6
5
4
3
2
1
0
Name
Reserved
CLEARPC
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0
Set to clear pending commands.
W1 Clear Pending Commands
CLEARTX 0 W1 Clear TX
Set to clear transmit buffer and shift register. Will not abort ongoing transfer.
ABORT 0 W1 Abort transmission
Abort the current transmission making the bus go idle. When used in combination with STOP, a STOP condition is sent as soon as possible before aborting the transmission. The stop condition is subject to clock synchronization.
CONT 0 W1 Continue transmission
Set to continue transmission after a NACK has been received.
NACK 0 W1 Send NACK
Set to transmit a NACK the next time an acknowledge is required.
ACK 0 W1 Send ACK
Set to transmit an ACK the next time an acknowledge is required.
STOP 0 W1 Send stop condition
Set to send stop condition as soon as possible.
START 0 W1 Send start condition
Set to send start condition as soon as possible. If a transmission is ongoing and not owned, the start condition will be sent as soon as the bus is idle. If the current transmission is owned by this module, a repeated start condition will be sent. Use in combination with a STOP command to automatically send a STOP, then a START when the bus becomes idle.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 415
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.5.3 I2Cn_STATE - State Register
Offset
0x008
Reset
Access
Name
Bit Position
Bit
31:8
7:5
4
3
2
1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
STATE 0x0 R Transmission State
The state of any current transmission. Cleared if the I 2 C module is idle.
4
5
6
2
3
Value
0
1
Mode
IDLE
WAIT
START
ADDR
ADDRACK
DATA
DATAACK
Description
No transmission is being performed.
Waiting for idle. Will send a start condition as soon as the bus is idle.
Start transmitted or received
Address transmitted or received
Address ack/nack transmitted or received
Data transmitted or received
Data ack/nack transmitted or received
BUSHOLD 0 R Bus Held
Set if the bus is currently being held by this I
2
C module.
NACKED 0 R Nack Received
Set if a NACK was received and STATE is ADDRACK or DATAACK.
TRANSMITTER 0 R Transmitter
Set when operating as a master transmitter or a slave transmitter. When cleared, the system may be operating as a master receiver, a slave receiver or the current mode is not known.
MASTER 0 R Master
Set when operating as an I 2 C master. When cleared, the system may be operating as an I 2 C slave.
BUSY 1 R Bus Busy
Set when the bus is busy. Whether the I 2 C module is in control of the bus or not has no effect on the value of this bit. When the MCU comes out of reset, the state of the bus is not known, and thus BUSY is set. Use the ABORT command or a bus idle timeout to force the I 2 C module out of the BUSY state.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 416
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.5.4 I2Cn_STATUS - Status Register
Offset
0x00C
Reset
Access
Name
Bit Position
Bit
31:10
9
8
7
6
5
4
3
2
1
0
Name
Reserved
RXFULL
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 R RX FIFO Full
Set when the receive buffer is full. Cleared when the receive buffer is no longer full. When this bit is set, there is still room for one more frame in the receive shift register.
RXDATAV 0 R RX Data Valid
Set when data is available in the receive buffer. Cleared when the receive buffer is empty.
TXBL 1 R TX Buffer Level
Indicates the level of the transmit buffer. Set when the transmit buffer is empty, and cleared when it is full.
TXC 0 R TX Complete
Set when a transmission has completed and no more data is available in the transmit buffer. Cleared when a new transmission starts.
PABORT 0 R Pending abort
An abort is pending and will be transmitted as soon as possible.
PCONT 0 R Pending continue
A continue is pending and will be transmitted as soon as possible.
PNACK 0 R Pending NACK
A not-acknowledge is pending and will be transmitted as soon as possible.
PACK 0 R Pending ACK
An acknowledge is pending and will be transmitted as soon as possible.
PSTOP 0 R Pending STOP
A stop condition is pending and will be transmitted as soon as possible.
PSTART 0 R Pending START
A start condition is pending and will be transmitted as soon as possible.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 417
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.5.5 I2Cn_CLKDIV - Clock Division Register
Offset
0x010
Reset
Access
Name
Bit
31:9
8:0
Bit Position
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
DIV 0x000 RW Clock Divider
Specifies the clock divider for the I 2 C. Note that DIV must be 1 or higher when slave is enabled.
15.5.6 I2Cn_SADDR - Slave Address Register
Offset
0x014
Reset
Access
Name
Bit Position
Bit
31:8
7:1
0
Name
Reserved
ADDR
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Specifies the slave address of the device.
Slave address
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 418
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.5.7 I2Cn_SADDRMASK - Slave Address Mask Register
Offset
0x018
Reset
Access
Bit Position
Name
Bit
31:8
7:1
0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
MASK 0x00 RW Slave Address Mask
Specifies the significant bits of the slave address. Setting the mask to 0x00 will match all addresses, while setting it to 0x7F will only match the exact address specified by ADDR.
Reserved To ensure compatibility with future devices, always write bits to 0. More information in
15.5.8 I2Cn_RXDATA - Receive Buffer Data Register (Actionable Reads)
Offset
0x01C
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
RXDATA
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 R RX Data
Use this register to read from the receive buffer. Buffer is emptied on read access.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 419
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.5.9 I2Cn_RXDOUBLE - Receive Buffer Double Data Register (Actionable Reads)
Offset
0x020
Bit Position
Reset
Access
Name
Bit
31:16
15:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
RXDATA1 0x00 R RX Data 1
Second byte read from buffer. Buffer is emptied on read access.
RXDATA0 0x00 R RX Data 0
First byte read from buffer. Buffer is emptied on read access.
15.5.10 I2Cn_RXDATAP - Receive Buffer Data Peek Register
Offset
0x024
Bit Position
Reset
Access
Name
Bit
31:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
RXDATAP 0x00 R RX Data Peek
Use this register to read from the receive buffer. Buffer is not emptied on read access.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 420
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.5.11 I2Cn_RXDOUBLEP - Receive Buffer Double Data Peek Register
Offset
0x028
Bit Position
Reset
Access
Name
Bit
31:16
15:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
RXDATAP1 0x00 R RX Data 1 Peek
Second byte read from buffer. Buffer is not emptied on read access.
RXDATAP0 0x00 R RX Data 0 Peek
First byte read from buffer. Buffer is not emptied on read access.
15.5.12 I2Cn_TXDATA - Transmit Buffer Data Register
Offset
0x02C
Reset
Access
Name
Bit Position
Bit
31:8
7:0
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
TXDATA 0x00 W TX Data
Use this register to write a byte to the transmit buffer.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 421
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
15.5.13 I2Cn_TXDOUBLE - Transmit Buffer Double Data Register
Offset
0x030
Bit Position
Reset
Access
Name
Bit
31:16
15:8
7:0
Name
Reserved
TXDATA1
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 W TX Data
Second byte to write to buffer.
TXDATA0 0x00
First byte to write to buffer.
W TX Data
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 422
15.5.14 I2Cn_IF - Interrupt Flag Register
Offset
0x034
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 423
Bit
31:19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Name
Reserved
CLERR 0 R Clock Low Error Interrupt Flag
Set when the clock is pulled low before a START or a STOP condition could be transmitted.
RXFULL
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 R
Set when the receive buffer becomes full.
Receive Buffer Full Interrupt Flag
SSTOP 0 R Slave STOP condition Interrupt Flag
Set when a STOP condition has been received. Will be set regardless of the slave being involved in the transaction or not.
CLTO 0 R Clock Low Timeout Interrupt Flag
Set on each clock low timeout. The timeout value can be set in CLTO bit field in the I2Cn_CTRL register.
BITO 0 R Bus Idle Timeout Interrupt Flag
Set on each bus idle timeout. The timeout value can be set in the BITO bit field in the I2Cn_CTRL register.
RXUF 0 R Receive Buffer Underflow Interrupt Flag
Set when data is read from the receive buffer through the I2Cn_RXDATA register while the receive buffer is empty. It is also set when data is read through the I2Cn_RXDOUBLE while the buffer is not full.
TXOF 0 R Transmit Buffer Overflow Interrupt Flag
Set when data is written to the transmit buffer while the transmit buffer is full.
BUSHOLD 0 R Bus Held Interrupt Flag
Set when the bus becomes held by the I 2 C module.
BUSERR 0 R Bus Error Interrupt Flag
Set when a bus error is detected. The bus error is resolved automatically, but the current transfer is aborted.
ARBLOST 0
Set when arbitration is lost.
R Arbitration Lost Interrupt Flag
MSTOP 0 R Master STOP Condition Interrupt Flag
Set when a STOP condition has been successfully transmitted. If arbitration is lost during the transmission of the STOP condition, then the MSTOP interrupt flag is not set.
Not Acknowledge Received Interrupt Flag NACK 0 R
Set when a NACK has been received.
ACK 0 R
Set when an ACK has been received.
Acknowledge Received Interrupt Flag
RXDATAV 0 R Receive Data Valid Interrupt Flag
Set when data is available in the receive buffer. Cleared automatically when the receive buffer is read.
TXBL 1 R Transmit Buffer Level Interrupt Flag
Set when the transmit buffer becomes empty. Cleared automatically when new data is written to the transmit buffer.
TXC 0 R Transfer Completed Interrupt Flag
Set when the transmit shift register becomes empty and there is no more data in the transmit buffer.
ADDR 0 R Address Interrupt Flag
Set when incoming address is accepted, i.e. own address or general call address is received.
RSTART 0 R Repeated START condition Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 424
Bit
0
Name Reset Access Description
Set when a repeated start condition is detected.
START 0 R START condition Interrupt Flag
Set when a start condition is successfully transmitted.
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 425
15.5.15 I2Cn_IFS - Interrupt Flag Set Register
Offset
0x038
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 426
Bit
31:19
18
17
16
15
14
13
12
11
10
9
8
7
6
5:4
3
2
1
0
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Name
Reserved
CLERR
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0
Write 1 to set the CLERR interrupt flag
W1 Set CLERR Interrupt Flag
Set RXFULL Interrupt Flag RXFULL 0
Write 1 to set the RXFULL interrupt flag
W1
SSTOP 0 W1 Set SSTOP Interrupt Flag
Write 1 to set the SSTOP interrupt flag
CLTO 0 W1
Write 1 to set the CLTO interrupt flag
BITO 0
Write 1 to set the BITO interrupt flag
W1
RXUF 0
Write 1 to set the RXUF interrupt flag
W1
Set CLTO Interrupt Flag
Set BITO Interrupt Flag
Set RXUF Interrupt Flag
Set TXOF Interrupt Flag TXOF 0
Write 1 to set the TXOF interrupt flag
W1
BUSHOLD 0 W1
Write 1 to set the BUSHOLD interrupt flag
BUSERR 0 W1
Write 1 to set the BUSERR interrupt flag
ARBLOST 0 W1
Write 1 to set the ARBLOST interrupt flag
MSTOP 0
Write 1 to set the MSTOP interrupt flag
W1
NACK 0
Write 1 to set the NACK interrupt flag
W1
ACK 0
Write 1 to set the ACK interrupt flag
W1
Set BUSHOLD Interrupt Flag
Set BUSERR Interrupt Flag
Set ARBLOST Interrupt Flag
Set MSTOP Interrupt Flag
Set NACK Interrupt Flag
Set ACK Interrupt Flag
Reserved
TXC
To ensure compatibility with future devices, always write bits to 0. More information in
0
Write 1 to set the TXC interrupt flag
W1 Set TXC Interrupt Flag
Set ADDR Interrupt Flag ADDR 0
Write 1 to set the ADDR interrupt flag
W1
RSTART 0 W1 Set RSTART Interrupt Flag
Write 1 to set the RSTART interrupt flag
START 0 W1
Write 1 to set the START interrupt flag
Set START Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 427
15.5.16 I2Cn_IFC - Interrupt Flag Clear Register
Offset
0x03C
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 428
Bit
31:19
18
17
16
15
14
13
12
11
10
9
8
7
6
5:4
3
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Name
Reserved
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
CLERR 0 (R)W1 Clear CLERR Interrupt Flag
Write 1 to clear the CLERR interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
RXFULL 0 (R)W1 Clear RXFULL Interrupt Flag
Write 1 to clear the RXFULL interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
SSTOP 0 (R)W1 Clear SSTOP Interrupt Flag
Write 1 to clear the SSTOP interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
CLTO 0 (R)W1 Clear CLTO Interrupt Flag
Write 1 to clear the CLTO interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
BITO 0 (R)W1 Clear BITO Interrupt Flag
Write 1 to clear the BITO interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
RXUF 0 (R)W1 Clear RXUF Interrupt Flag
Write 1 to clear the RXUF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
TXOF 0 (R)W1 Clear TXOF Interrupt Flag
Write 1 to clear the TXOF interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
BUSHOLD 0 (R)W1 Clear BUSHOLD Interrupt Flag
Write 1 to clear the BUSHOLD interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
BUSERR 0 (R)W1 Clear BUSERR Interrupt Flag
Write 1 to clear the BUSERR interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
ARBLOST 0 (R)W1 Clear ARBLOST Interrupt Flag
Write 1 to clear the ARBLOST interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
MSTOP 0 (R)W1 Clear MSTOP Interrupt Flag
Write 1 to clear the MSTOP interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
NACK 0 (R)W1 Clear NACK Interrupt Flag
Write 1 to clear the NACK interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
ACK 0 (R)W1 Clear ACK Interrupt Flag
Write 1 to clear the ACK interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
Reserved
TXC
To ensure compatibility with future devices, always write bits to 0. More information in
0 (R)W1 Clear TXC Interrupt Flag
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 429
Bit
2
1
0
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Name Reset Access Description
Write 1 to clear the TXC interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags (This feature must be enabled globally in MSC.).
ADDR 0 (R)W1 Clear ADDR Interrupt Flag
Write 1 to clear the ADDR interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
RSTART 0 (R)W1 Clear RSTART Interrupt Flag
Write 1 to clear the RSTART interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
START 0 (R)W1 Clear START Interrupt Flag
Write 1 to clear the START interrupt flag. Reading returns the value of the IF and clears the corresponding interrupt flags
(This feature must be enabled globally in MSC.).
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 430
15.5.17 I2Cn_IEN - Interrupt Enable Register
Offset
0x040
Reset
Access
Name
Bit Position
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 431
Bit
31:19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Name
Reserved
CLERR
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0
Enable/disable the CLERR interrupt
RW CLERR Interrupt Enable
RXFULL Interrupt Enable RXFULL 0
Enable/disable the RXFULL interrupt
SSTOP 0
RW
RW SSTOP Interrupt Enable
Enable/disable the SSTOP interrupt
CLTO 0
Enable/disable the CLTO interrupt
BITO 0
Enable/disable the BITO interrupt
RXUF 0
Enable/disable the RXUF interrupt
TXOF 0
Enable/disable the TXOF interrupt
RW
RW
RW
RW
CLTO Interrupt Enable
BITO Interrupt Enable
RXUF Interrupt Enable
TXOF Interrupt Enable
BUSHOLD Interrupt Enable BUSHOLD 0
Enable/disable the BUSHOLD interrupt
RW
BUSERR 0 RW
Enable/disable the BUSERR interrupt
ARBLOST 0 RW
Enable/disable the ARBLOST interrupt
RW MSTOP 0
Enable/disable the MSTOP interrupt
NACK 0
Enable/disable the NACK interrupt
RW
ACK 0
Enable/disable the ACK interrupt
RXDATAV 0
RW
RW
Enable/disable the RXDATAV interrupt
TXBL 0 RW
Enable/disable the TXBL interrupt
TXC 0
Enable/disable the TXC interrupt
RW
ADDR 0
Enable/disable the ADDR interrupt
RW
RSTART 0
Enable/disable the RSTART interrupt
RW
START 0 RW
BUSERR Interrupt Enable
ARBLOST Interrupt Enable
MSTOP Interrupt Enable
NACK Interrupt Enable
ACK Interrupt Enable
RXDATAV Interrupt Enable
TXBL Interrupt Enable
TXC Interrupt Enable
ADDR Interrupt Enable
RSTART Interrupt Enable
START Interrupt Enable 0
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 432
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Bit Name Reset
Enable/disable the START interrupt
Access Description
15.5.18 I2Cn_ROUTEPEN - I/O Routing Pin Enable Register
Offset
0x044
Reset
Access
Bit Position
Name
Bit
31:2
1
0
Name
Reserved
SCLPEN
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0 RW
When set, the SCL pin of the I 2 C is enabled.
SCL Pin Enable
SDAPEN 0 RW
When set, the SDA pin of the I 2 C is enabled.
SDA Pin Enable
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 433
15.5.19 I2Cn_ROUTELOC0 - I/O Routing Location Register
Offset
0x048
Reset
Bit Position
Access
Name
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 434
Bit
31:14
13:8
7:6
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Name
Reserved
SCLLOC
Reset Access Description
To ensure compatibility with future devices, always write bits to 0. More information in
0x00 RW
Decides the location of the I 2 C SCL pin.
I/O Location
Reserved
LOC14
LOC15
LOC16
LOC17
LOC18
LOC19
LOC20
LOC21
LOC22
LOC5
LOC6
LOC7
LOC8
LOC9
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC10
LOC11
LOC12
LOC13
LOC23
LOC24
LOC25
LOC26
LOC27
LOC28
LOC29
LOC30
LOC31
14
15
16
17
18
19
20
21
22
7
8
9
5
6
10
11
12
13
1
2
3
4
Value
0
23
24
25
26
27
28
29
30
31
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Location 8
Location 9
Location 10
Location 11
Location 12
Location 13
Location 14
Location 15
Location 16
Location 17
Location 18
Location 19
Location 20
Location 21
Location 22
Location 23
Location 24
Location 25
Location 26
Location 27
Location 28
Location 29
Location 30
Location 31
To ensure compatibility with future devices, always write bits to 0. More information in
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 435
Bit
5:0
Name
SDALOC
Reset
0x00
Decides the location of the I 2 C SDA pin.
Access Description
RW I/O Location
24
25
26
27
28
29
30
31
15
16
17
18
19
20
21
22
23
6
7
8
9
10
11
12
13
14
2
3
4
5
Value
0
1
LOC24
LOC25
LOC26
LOC27
LOC28
LOC29
LOC30
LOC31
LOC15
LOC16
LOC17
LOC18
LOC19
LOC20
LOC21
LOC22
LOC23
LOC6
LOC7
LOC8
LOC9
LOC10
LOC11
LOC12
LOC13
LOC14
Mode
LOC0
LOC1
LOC2
LOC3
LOC4
LOC5
Location 15
Location 16
Location 17
Location 18
Location 19
Location 20
Location 21
Location 22
Location 23
Location 24
Location 25
Location 26
Location 27
Location 28
Location 29
Location 30
Location 31
Description
Location 0
Location 1
Location 2
Location 3
Location 4
Location 5
Location 6
Location 7
Location 8
Location 9
Location 10
Location 11
Location 12
Location 13
Location 14
silabs.com | Smart. Connected. Energy-friendly.
EFM32JG1 Reference Manual
I2C - Inter-Integrated Circuit Interface
Preliminary Rev. 0.2 | 436
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16. USART - Universal Synchronous Asynchronous Receiver/Transmitter
0 1 2 3 4
DMA controller
RAM
USART
RX/
MISO
TX/
MOSI
CLK
IrDA SmartCards
USART
SPI
Quick Facts
What?
The USART handles high-speed UART, SPI-bus,
SmartCards, and IrDA communication.
Why?
Serial communication is frequently used in embedded systems and the USART allows efficient communication with a wide range of external devices.
How?
The USART has a wide selection of operating modes, frame formats and baud rates. The multiprocessor mode allows the USART to remain idle when not addressed. Triple buffering and DMA support makes high data-rates possible with minimal
CPU intervention and it is possible to transmit and receive large frames while the MCU remains in EM1
Sleep.
µC
CS
16.1 Introduction
The Universal Synchronous Asynchronous serial Receiver and Transmitter (USART) is a very flexible serial I/O module. It supports full duplex asynchronous UART communication as well as RS-485, SPI, MicroWire and 3-wire. It can also interface with ISO7816 Smart-
Cards, and IrDA devices.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 437
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.2 Features
• Asynchronous and synchronous (SPI) communication
• Full duplex and half duplex
• Separate TX/RX enable
• Separate receive / transmit multiple entry buffers, with additional separate shift registers
• Programmable baud rate, generated as an fractional division from the peripheral clock (HFPERCLK
USARTn
)
• Max bit-rate
• SPI master mode, peripheral clock rate/2
• SPI slave mode, peripheral clock rate/8
• UART mode, peripheral clock rate/16, 8, 6, or 4
• Asynchronous mode supports
• Majority vote baud-reception
• False start-bit detection
• Break generation/detection
• Multi-processor mode
• Synchronous mode supports
• All 4 SPI clock polarity/phase configurations
• Master and slave mode
• Data can be transmitted LSB first or MSB first
• Configurable number of data bits, 4-16 (plus the parity bit, if enabled)
• HW parity bit generation and check
• Configurable number of stop bits in asynchronous mode: 0.5, 1, 1.5, 2
• HW collision detection
• Multi-processor mode
• IrDA modulator on USART0
• SmartCard (ISO7816) mode
• I2S mode
• Separate interrupt vectors for receive and transmit interrupts
• Loopback mode
• Half duplex communication
• Communication debugging
• PRS RX input
• 8 bit Timer
• Hardware Flow Control
• Automatic Baud Rate Detection
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 438
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3 Functional Description
An overview of the USART module is shown in
Figure 16.1 USART Overview on page 439
.
USn_CTS
USn_RTS
USn_CS
U(S)n_TX
Pin ctrl
USn_CLK
UART Control and status
IrDA modulator
U(S)n_RX
PRS inputs
Peripheral Bus
TX Buffer
(2-level FIFO)
TX Shift Register
Timer
TIMECMP0
TIMECMP1
TIMECMP2
IrDA demodulator
RX Buffer
(2-level FIFO)
!RXBLOCK
RX Shift Register
Baud rate generator
Auto Baud
Detection
Figure 16.1 USART Overview
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 439
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.1 Modes of Operation
The USART operates in either asynchronous or synchronous mode.
In synchronous mode, a separate clock signal is transmitted with the data. This clock signal is generated by the bus master, and both the master and slave sample and transmit data according to this clock. Both master and slave modes are supported by the USART. The synchronous communication mode is compatible with the Serial Peripheral Interface Bus (SPI) standard.
In asynchronous mode, no separate clock signal is transmitted with the data on the bus. The USART receiver thus has to determine where to sample the data on the bus from the actual data. To make this possible, additional synchronization bits are added to the data when operating in asynchronous mode, resulting in a slight overhead.
Asynchronous or synchronous mode can be selected by configuring SYNC in USARTn_CTRL. The options are listed with supported protocols in
ported in both asynchronous and synchronous mode.
Table 16.1. USART Asynchronous vs. Synchronous Mode
SYNC
1
1
1
1
0
0
SYNC
0
1
Communication Mode
Asynchronous
Synchronous
Supported Protocols
RS-232, RS-485 (w/external driver), IrDA, ISO 7816
SPI, MicroWire, 3-wire
modes. Pin functionality enclosed in square brackets is optional, and depends on additional configuration parameters. LOOPBK and
MASTER are discussed in 16.3.2.14 Local Loopback and
respectively.
Table 16.2. USART Pin Usage
LOOPBK
0
0
1
1
0
1
MASTER
0
1
0
1 x x
U(S)n_TX (MOSI)
Data out
Data out/in
Data in
Data out
Data out/in
Data out/in
Pin functionality
U(S)n_RX (MISO) USn_CLK
-
Data in -
-
-
Data out
-
Data in
Clock in
Clock out
Clock in
Clock out
USn_CS
[Driver enable]
[Driver enable]
Slave select
[Auto slave select]
Slave select
[Auto slave select]
16.3.2 Asynchronous Operation
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 440
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.1 Frame Format
The frame format used in asynchronous mode consists of a set of data bits in addition to bits for synchronization and optionally a parity bit for error checking. A frame starts with one start-bit (S), where the line is driven low for one bit-period. This signals the start of a frame, and is used for synchronization. Following the start bit are 4 to 16 data bits and an optional parity bit. Finally, a number of stopbits, where the line is driven high, end the frame. An example frame is shown in
Figure 16.2 USART Asynchronous Frame Format on page 441
.
Stop or idle
S 0 1 2 3
Frame
4 [5] [6] [7] [8] [P] Stop
Start or idle
Figure 16.2 USART Asynchronous Frame Format
The number of data bits in a frame is set by DATABITS in USARTn_FRAME, see
Table 16.3 USART Data Bits on page 441 , and the
number of stop-bits is set by STOPBITS in USARTn_FRAME, see
Table 16.4 USART Stop Bits on page 441 . Whether or not a parity
bit should be included, and whether it should be even or odd is defined by PARITY, also in USARTn_FRAME. For communication to be possible, all parties of an asynchronous transfer must agree on the frame format being used.
Table 16.3. USART Data Bits
0111
1000
1001
1010
1011
1100
1101
DATA BITS [3:0]
0001
0010
0011
0100
0101
0110
STOP BITS [1:0]
00
01
10
11
Number of Data bits
4
5
6
7
8 (Default)
9
10
11
12
13
14
15
16
Table 16.4. USART Stop Bits
Number of Stop bits
0.5
1 (Default)
1.5
2
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 441
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
The order in which the data bits are transmitted and received is defined by MSBF in USARTn_CTRL. When MSBF is cleared, data in a frame is sent and received with the least significant bit first. When it is set, the most significant bit comes first.
The frame format used by the transmitter can be inverted by setting TXINV in USARTn_CTRL, and the format expected by the receiver can be inverted by setting RXINV in USARTn_CTRL. These bits affect the entire frame, not only the data bits. An inverted frame has a low idle state, a high start-bit, inverted data and parity bits, and low stop-bits.
16.3.2.2 Parity bit Calculation and Handling
When parity bits are enabled, hardware automatically calculates and inserts any parity bits into outgoing frames, and verifies the received parity bits in incoming frames. This is true for both asynchronous and synchronous modes, even though it is mostly used in asynchronous communication. The possible parity modes are defined in
Table 16.5 USART Parity Bits on page 442 . When even parity
is chosen, a parity bit is inserted to make the number of high bits (data + parity) even. If odd parity is chosen, the parity bit makes the total number of high bits odd.
Table 16.5. USART Parity Bits
STOP BITS [1:0]
00
01
10
11
Description
No parity bit (Default)
Reserved
Even parity
Odd parity
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 442
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.3 Clock Generation
The USART clock defines the transmission and reception data rate. When operating in asynchronous mode, the baud rate (bit-rate) is
given by Figure 16.3 USART Baud Rate on page 443
br = f
HFPERCLK
/(oversample x (1 + USARTn_CLKDIV/256))
Equation: USART Baud Rate where f
HFPERCLK
is the peripheral clock (HFPERCLK
USARTn
) frequency and oversample is the oversampling rate as defined by OVS in
USARTn_CTRL, see
Table 16.6 USART Oversampling on page 443
.
Table 16.6. USART Oversampling
OVS [1:0]
00
01
10
11
8
6 oversample
16
4
The USART has a fractional clock divider to allow the USART clock to be controlled more accurately than what is possible with a standard integral divider.
The clock divider used in the USART is a 20-bit value, with a 15-bit integral part and an 5-bit fractional part. The fractional part is configured in the lower 5 bits of DIV in USART_CLKDIV. The lowest achievable baud rate at 32 MHz is about 61 bauds/sec.
Fractional clock division is implemented by distributing the selected fraction over thirty two baud periods. The fractional part of the divider tells how many of these periods should be extended by one peripheral clock cycle.
Given a desired baud rate brdesired, the clock divider USARTn_CLKDIV can be calculated by using
Figure 16.4 USART Desired Baud
:
USARTn_CLKDIV = 256 x (f
HFPERCLK
/(oversample x brdesired) - 1)
Equation: USART Desired Baud Rate
Table 16.7 USART Baud Rates @ 4MHz Peripheral Clock with 20 bit CLKDIV on page 443
shows a set of desired baud rates and how accurately the USART is able to generate these baud rates when running at a 4 MHz peripheral clock, using 16x or 8x oversampling.
Table 16.7. USART Baud Rates @ 4MHz Peripheral Clock with 20 bit CLKDIV
USARTn_OVS =00
Desired baud rate [baud/s] USARTn_CLKDIV/256
(to 32nd position)
Actual baud rate
[baud/s]
Error %
600 415,6563 600,015 0,003
1200
2400
207,3438
103,1563
1199,94
2400,24
-0,005
0,010
4800
9600
14400
51,09375
25,03125
16,375
4799,04
9603,842
14388,49
-0,020
0,040
-0,080
19200
28800
38400
12,03125
7,6875
5,5
19184,65
28776,98
38461,54
-0,080
-0,080
0,160
silabs.com | Smart. Connected. Energy-friendly.
USARTn_OVS =01
USARTn_CLKDIV/256
(to 32nd position)
832,3438
Actual baud rate
[baud/s]
599,9925
Error %
-0,001
415,6563
207,3438
103,1563
51,09375
33,71875
25,03125
16,375
12,03125
1200,03
2399,88
4800,48
9598,08
14401,44
19207,68
28776,98
38369,3
0,003
-0,005
0,010
-0,020
0,010
0,040
-0,080
-0,080
Preliminary Rev. 0.2 | 443
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
USARTn_OVS =00
Desired baud rate [baud/s] USARTn_CLKDIV/256
(to 32nd position)
Actual baud rate
[baud/s]
Error %
57600 3,34375 57553,96 -0,080
76800
115200
230400
2,25
1,15625
0,09375
76923,08
115942
228571,4
0,160
0,644
-0,794
USARTn_OVS =01
USARTn_CLKDIV/256
(to 32nd position)
7,6875
Actual baud rate
[baud/s]
57553,96
Error %
-0,080
5,5
3,34375
1,15625
76923,08
115107,9
231884,1
0,160
-0,080
0,644
16.3.2.4 Auto Baud Detection
Setting AUTOBAUDEN in USARTn_CLKDIV uses the first frame received to automatically set the baud rate provided that it contains
0x55 (IrDA uses 0x00). AUTOBAUDEN can be used in a simple LIN configuration to auto detect the SYNC byte. The receiver will measure the number of local clock cycles between the beginning of the START bit and the beginning of the 8th data bit. The DIV field in
USARTn_CLKDIV will be overwritten with the new value. The OVS in USARTn_CTRL and the +1 count of the Baud Rate equation are already factored into the result that gets written into the DIV field. To restart autobaud detection, clear AUTOBAUDEN and set it high again. Since the auto baud detection is done over 8 baud times, only the upper 3 bits of the fractional part of the clock divider are populated.
16.3.2.5 Data Transmission
Asynchronous data transmission is initiated by writing data to the transmit buffer using one of the methods described in
16.3.2.6 Transmit Buffer Operation
. When the transmission shift register is empty and ready for new data, a frame from the transmit buffer is loaded into the shift register, and if the transmitter is enabled, transmission begins. When the frame has been transmitted, a new frame is loaded into the shift register if available, and transmission continues. If the transmit buffer is empty, the transmitter goes to an idle state, waiting for a new frame to become available.
Transmission is enabled through the command register USARTn_CMD by setting TXEN, and disabled by setting TXDIS in the same command register. When the transmitter is disabled using TXDIS, any ongoing transmission is aborted, and any frame currently being transmitted is discarded. When disabled, the TX output goes to an idle state, which by default is a high value. Whether or not the transmitter is enabled at a given time can be read from TXENS in USARTn_STATUS.
When the USART transmitter is enabled and there is no data in the transmit shift register or transmit buffer, the TXC flag in
USARTn_STATUS and the TXC interrupt flag in USARTn_IF are set, signaling that the transmission is complete. The TXC status flag is cleared when a new frame becomes available for transmission, but the TXC interrupt flag must be cleared by software.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 444
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.6 Transmit Buffer Operation
The transmit-buffer is a multiple entry FIFO buffer. A frame can be loaded into the buffer by writing to USARTn_TXDATA,
USARTn_TXDATAX, USARTn_TXDOUBLE or USARTn_TXDOUBLEX. Using USARTn_TXDATA allows 8 bits to be written to the buffer, while using USARTn_TXDOUBLE will write 2 frames of 8 bits to the buffer. If 9-bit frames are used, the 9th bit of the frames will in these cases be set to the value of BIT8DV in USARTn_CTRL.
To set the 9th bit directly and/or use transmission control, USARTn_TXDATAX and USARTn_TXDOUBLEX must be used.
USARTn_TXDATAX allows 9 data bits to be written, as well as a set of control bits regarding the transmission of the written frame.
Every frame in the buffer is stored with 9 data bits and additional transmission control bits. USARTn_TXDOUBLEX allows two frames, complete with control bits to be written at once. When data is written to the transmit buffer using USARTn_TXDATAX and
USARTn_TXDOUBLEX, the 9th bit(s) written to these registers override the value in BIT8DV in USARTn_CTRL, and alone define the
9th bits that are transmitted if 9-bit frames are used.
Figure 16.5 USART Transmit Buffer Operation on page 445 shows the basics of
the transmit buffer when DATABITS in USARTn_FRAME is configured to less than 10 bits.
Peripheral Bus
TXDOUBLE,
TXDOUBLEX
Write CTRL
Write CTRL
TXDATA,
TXDATAX
TX buffer element 1
TX buffer element 0
Shift register
Write CTRL
Figure 16.5 USART Transmit Buffer Operation
When writing more frames to the transmit buffer than there is free space for, the TXOF interrupt flag in USARTn_IF will be set, indicating the overflow. The data already in the transmit buffer is preserved in this case, and no data is written.
In addition to the interrupt flag TXC in USARTn_IF and status flag TXC in USARTn_STATUS which are set when the transmission is complete, TXBL in USARTn_STATUS and the TXBL interrupt flag in USARTn_IF are used to indicate the level of the transmit buffer.
TXBIL in USARTn_CTRL controls the level at which these bits are set. If TXBIL is cleared, they are set whenever the transmit buffer becomes empty, and if TXBIL is set, they are set whenever the transmit buffer goes from full to half-full or empty. Both the TXBL status flag and the TXBL interrupt flag are cleared automatically when their condition becomes false.
There is a TXIDLE status bit in USARTn_STATUS to provide an indication of when the transmitter is idle. The combined count of TX buffer element 0, TX buffer element 1, and TX shift register is called TXBUFCNT in USARTn_STATUS. For large frames, the count is only of TX buffer entry 0 and the TX shifter register.
The transmit buffer, including the transmit shift register can be cleared by setting CLEARTX in USARTn_CMD. This will prevent the
USART from transmitting the data in the buffer and shift register, and will make them available for new data. Any frame currently being transmitted will not be aborted. Transmission of this frame will be completed.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 445
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.7 Frame Transmission Control
The transmission control bits, which can be written using USARTn_TXDATAX and USARTn_TXDOUBLEX, affect the transmission of the written frame. The following options are available:
• Generate break: By setting TXBREAK, the output will be held low during the stop-bit period to generate a framing error. A receiver that supports break detection detects this state, allowing it to be used e.g. for framing of larger data packets. The line is driven high before the next frame is transmitted so the next start condition can be identified correctly by the recipient. Continuous breaks lasting longer than a USART frame are thus not supported by the USART. GPIO can be used for this.
• Disable transmitter after transmission: If TXDISAT is set, the transmitter is disabled after the frame has been fully transmitted.
• Enable receiver after transmission: If RXENAT is set, the receiver is enabled after the frame has been fully transmitted. It is enabled in time to detect a start-bit directly after the last stop-bit has been transmitted.
• Unblock receiver after transmission: If UBRXAT is set, the receiver is unblocked and RXBLOCK is cleared after the frame has been fully transmitted.
• Tristate transmitter after transmission: If TXTRIAT is set, TXTRI is set after the frame has been fully transmitted, tristating the transmitter output. Tristating of the output can also be performed automatically by setting AUTOTRI. If AUTOTRI is set TXTRI is always read as 0.
Note:
When in SmartCard mode with repeat enabled, none of the actions, except generate break, will be performed until the frame is transmitted without failure. Generation of a break in SmartCard mode with repeat enabled will cause the USART to detect a NACK on every frame.
16.3.2.8 Data Reception
Data reception is enabled by setting RXEN in USARTn_CMD. When the receiver is enabled, it actively samples the input looking for a transition from high to low indicating the start baud of a new frame. When a start baud is found, reception of the new frame begins if the receive shift register is empty and ready for new data. When the frame has been received, it is pushed into the receive buffer, making the shift register ready for another frame of data, and the receiver starts looking for another start baud. If the receive buffer is full, the received frame remains in the shift register until more space in the receive buffer is available. If an incoming frame is detected while both the receive buffer and the receive shift register are full, the data in the shift register is overwritten, and the RXOF interrupt flag in
USARTn_IF is set to indicate the buffer overflow.
The receiver can be disabled by setting the command bit RXDIS in USARTn_CMD. Any frame currently being received when the receiver is disabled is discarded. Whether or not the receiver is enabled at a given time can be read out from RXENS in USARTn_STA-
TUS.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 446
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.9 Receive Buffer Operation
When data becomes available in the receive buffer, the RXDATAV flag in USARTn_STATUS, and the RXDATAV interrupt flag in
USARTn_IF are set, and when the buffer becomes full, RXFULL in USARTn_STATUS and the RXFULL interrupt flag in USARTn_IF are set. The status flags RXDATAV and RXFULL are automatically cleared by hardware when their condition is no longer true. This also goes for the RXDATAV interrupt flag, but the RXFULL interrupt flag must be cleared by software. When the RXFULL flag is set, notifying that the buffer is full, space is still available in the receive shift register for one more frame.
Data can be read from the receive buffer in a number of ways. USARTn_RXDATA gives access to the 8 least significant bits of the received frame, and USARTn_RXDOUBLE makes it possible to read the 8 least significant bits of two frames at once, pulling two frames from the buffer. To get access to the 9th, most significant bit, USARTn_RXDATAX must be used. This register also contains status information regarding the frame. USARTn_RXDOUBLEX can be used to get two frames complete with the 9th bits and status bits.
When a frame is read from the receive buffer using USARTn_RXDATA or USARTn_RXDATAX, the frame is pulled out of the buffer, making room for a new frame. USARTn_RXDOUBLE and USARTn_RXDOUBLEX pull two frames out of the buffer. If an attempt is done to read more frames from the buffer than what is available, the RXUF interrupt flag in USARTn_IF is set to signal the underflow, and the data read from the buffer is undefined.
Frames can be read from the receive buffer without removing the data by using USARTn_RXDATAXP and USARTn_RXDOUBLEXP.
USARTn_RXDATAXP gives access the first frame in the buffer with status bits, while USARTn_RXDOUBLEXP gives access to both frames with status bits. The data read from these registers when the receive buffer is empty is undefined. If the receive buffer contains one valid frame, the first frame in USARTn_RXDOUBLEXP will be valid. No underflow interrupt is generated by a read using these registers, i.e. RXUF in USARTn_IF is never set as a result of reading from USARTn_RXDATAXP or USARTn_RXDOUBLEXP.
The basic operation of the receive buffer when DATABITS in USARTn_FRAME is configured to less than 10 bits is shown in
16.6 USART Receive Buffer Operation on page 447
.
Peripheral Bus
RXDOUBLE
RXDOUBLEX
RXDOUBLEXP
RX buffer element 0 Status
RX buffer element 1 Status
RXDATA,
RXDATAX,
RXDATAXP
Shift register
Status
Figure 16.6 USART Receive Buffer Operation
The receive buffer, including the receive shift register can be cleared by setting CLEARRX in USARTn_CMD. Any frame currently being received will not be discarded.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 447
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.10 Blocking Incoming Data
ry to be able to let the receiver sample incoming frames without passing the frames to software by loading them into the receive buffer.
This is accomplished by blocking incoming data.
Incoming data is blocked as long as RXBLOCK in USARTn_STATUS is set. When blocked, frames received by the receiver will not be loaded into the receive buffer, and software is not notified by the RXDATAV flag in USARTn_STATUS or the RXDATAV interrupt flag in
USARTn_IF at their arrival. For data to be loaded into the receive buffer, RXBLOCK must be cleared in the instant a frame is fully received by the receiver. RXBLOCK is set by setting RXBLOCKEN in USARTn_CMD and disabled by setting RXBLOCKDIS also in
USARTn_CMD. There is one exception where data is loaded into the receive buffer even when RXBLOCK is set. This is when an address frame is received when operating in multi-processor mode. See
16.3.2.20 Multi-Processor Mode
for more information.
Frames received containing framing or parity errors will not result in the FERR and PERR interrupt flags in USARTn_IF being set while
RXBLOCK in USARTn_STATUS is set. Hardware recognition is not applied to these erroneous frames, and they are silently discarded.
Note:
If a frame is received while RXBLOCK in USARTn_STATUS is cleared, but stays in the receive shift register because the receive buffer is full, the received frame will be loaded into the receive buffer when space becomes available even if RXBLOCK is set at that time.
The overflow interrupt flag RXOF in USARTn_IF will be set if a frame in the receive shift register, waiting to be loaded into the receive buffer is overwritten by an incoming frame even though RXBLOCK in USARTn_STATUS is set.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 448
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.11 Clock Recovery and Filtering
The receiver samples the incoming signal at a rate 16, 8, 6 or 4 times higher than the given baud rate, depending on the oversampling mode given by OVS in USARTn_CTRL. Lower oversampling rates make higher baud rates possible, but give less room for errors.
When a high-to-low transition is registered on the input while the receiver is idle, this is recognized as a start-bit, and the baud rate generator is synchronized with the incoming frame.
For oversampling modes 16, 8 and 6, every bit in the incoming frame is sampled three times to gain a level of noise immunity. These samples are aimed at the middle of the bit-periods, as visualized in
Figure 16.7 USART Sampling of Start and Data Bits on page 449
.
With OVS=0 in USARTn_CTRL, the start and data bits are thus sampled at locations 8, 9 and 10 in the figure, locations 4, 5 and 6 for
OVS=1 and locations 3, 4, and 5 for OVS=2. The value of a sampled bit is determined by majority vote. If two or more of the three bitsamples are high, the resulting bit value is high. If the majority is low, the resulting bit value is low.
Majority vote is used for all oversampling modes except 4x oversampling. In this mode, a single sample is taken at position 3 as shown
in Figure 16.7 USART Sampling of Start and Data Bits on page 449 .
Majority vote can be disabled by setting MVDIS in USARTn_CTRL.
If the value of the start bit is found to be high, the reception of the frame is aborted, filtering out false start bits possibly generated by noise on the input.
Idle Start bit Bit 0
0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 2 3 4 5 6 7 8 9 10 11 12 13
0 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7
0 1 2 3 4 5 6 1 2 3 4 5
1 2 3 4 1 2 3 4
Figure 16.7 USART Sampling of Start and Data Bits
If the baud rate of the transmitter and receiver differ, the location each bit is sampled will be shifted towards the previous or next bit in the frame. This is acceptable for small errors in the baud rate, but for larger errors, it will result in transmission errors.
When the number of stop bits is 1 or more, stop bits are sampled like the start and data bits as seen in
10 for normal mode, or 4, 5 and 6 for smart mode, the USART is ready for a new start bit. As seen in
received correctly as long as the start-bit comes after position a for OVS=0 and OVS=3, and b for OVS=1 and OVS=2.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 449
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter a b n’th bit 1 stop bit
13 14 15 16 1 2 3 4 5 6 7 8 9 10 0/1 X X X X X c
Idle or start bit
7 8 1 2 3 4 5 6 0/1 X
4
6 1
1
2 3
2
4 5 0/1 1
3 0/1 1
Figure 16.8 USART Sampling of Stop Bits when Number of Stop Bits are 1 or More
When working with stop bit lengths of half a baud period, the above sampling scheme no longer suffices. In this case, the stop-bit is not sampled, and no framing error is generated in the receiver if the stop-bit is not generated. The line must still be driven high before the next start bit however for the USART to successfully identify the start bit.
16.3.2.12 Parity Error
When parity bits are enabled, a parity check is automatically performed on incoming frames. When a parity error is detected in an incoming frame, the data parity error bit PERR in the frame is set, as well as the interrupt flag PERR in USARTn_IF. Frames with parity errors are loaded into the receive buffer like regular frames.
PERR can be accessed by reading the frame from the receive buffer using the USARTn_RXDATAX, USARTn_RXDATAXP,
USARTn_RXDOUBLEX or USARTn_RXDOUBLEXP registers.
If ERRSTX in USARTn_CTRL is set, the transmitter is disabled on received parity and framing errors. If ERRSRX in USARTn_CTRL is set, the receiver is disabled on parity and framing errors.
16.3.2.13 Framing Error and Break Detection
A framing error is the result of an asynchronous frame where the stop bit was sampled to a value of 0. This can be the result of noise and baud rate errors, but can also be the result of a break generated by the transmitter on purpose.
When a framing error is detected in an incoming frame, the framing error bit FERR in the frame is set. The interrupt flag FERR in
USARTn_IF is also set. Frames with framing errors are loaded into the receive buffer like regular frames.
FERR can be accessed by reading the frame from the receive buffer using the USARTn_RXDATAX, USARTn_RXDATAXP,
USARTn_RXDOUBLEX or USARTn_RXDOUBLEXP registers.
If ERRSTX in USARTn_CTRL is set, the transmitter is disabled on parity and framing errors. If ERRSRX in USARTn_CTRL is set, the receiver is disabled on parity and framing errors.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 450
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.14 Local Loopback
The USART receiver samples U(S)n_RX by default, and the transmitter drives U(S)n_TX by default. This is not the only option however. When LOOPBK in USARTn_CTRL is set, the receiver is connected to the U(S)n_TX pin as shown in
USART to read and write to the same pin, which is required for some half duplex communication modes. In this mode, the U(S)n_TX pin must be enabled as an output in the GPIO.
LOOBPK = 0
µC
USART
TX
RX
U(S)n_TX
U(S)n_RX
LOOBPK = 1
µC
USART
TX
RX
U(S)n_TX
U(S)n_RX
Figure 16.9 USART Local Loopback
16.3.2.15 Asynchronous Half Duplex Communication
When doing full duplex communication, two data links are provided, making it possible for data to be sent and received at the same time. In half duplex mode, data is only sent in one direction at a time. There are several possible half duplex setups, as described in the following sections.
16.3.2.16 Single Data-link
In this setup, the USART both receives and transmits data on the same pin. This is enabled by setting LOOPBK in USARTn_CTRL, which connects the receiver to the transmitter output. Because they are both connected to the same line, it is important that the USART transmitter does not drive the line when receiving data, as this would corrupt the data on the line.
When communicating over a single data-link, the transmitter must thus be tristated whenever not transmitting data. This is done by setting the command bit TXTRIEN in USARTn_CMD, which tristates the transmitter. Before transmitting data, the command bit TXTRI-
DIS, also in USARTn_CMD, must be set to enable transmitter output again. Whether or not the output is tristated at a given time can be read from TXTRI in USARTn_STATUS. If TXTRI is set when transmitting data, the data is shifted out of the shift register, but is not put out on U(S)n_TX.
When operating a half duplex data bus, it is common to have a bus master, which first transmits a request to one of the bus slaves, then receives a reply. In this case, the frame transmission control bits, which can be set by writing to USARTn_TXDATAX, can be used to make the USART automatically disable transmission, tristate the transmitter and enable reception when the request has been transmitted, making it ready to receive a response from the slave.
The timer,
process data that was just received before transmitting more data. Also hardware flow control is another method to insert time for processing the frame. RTS and CTS can be used to halt either the link partner's transmitter or the local transmitter. See the section on
hardware flow control, 16.3.4 Hardware Flow Control
, for more details.
Tristating the transmitter can also be performed automatically by the USART by using AUTOTRI in USARTn_CTRL. When AUTOTRI is set, the USART automatically tristates U(S)n_TX whenever the transmitter is idle, and enables transmitter output when the transmitter goes active. If AUTOTRI is set TXTRI is always read as 0.
Note:
Another way to tristate the transmitter is to enable wired-and or wired-or mode in GPIO. For wired-and mode, outputting a 1 will be the same as tristating the output, and for wired-or mode, outputting a 0 will be the same as tristating the output. This can only be done on buses with a pull-up or pull-down resistor respectively.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 451
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.17 Single Data-link with External Driver
Some communication schemes, such as RS-485 rely on an external driver. Here, the driver has an extra input which enables it, and instead of tristating the transmitter when receiving data, the external driver must be disabled.
This can be done manually by assigning a GPIO to turn the driver on or off, or it can be handled automatically by the USART. If AU-
TOCS in USARTn_CTRL is set, the USn_CS output is automatically activated a configurable number of baud periods before the transmitter starts transmitting data, and deactivated a configurable number of baud periods after the last bit has been transmitted and there is no more data in the transmit buffer to transmit. The number of baud periods are controlled by CSSETUP and CSHOLD in
USARTn_TIMING. This feature can be used to turn the external driver on when transmitting data, and turn it off when the data has been transmitted.
The timer,
, can also be used to configure CSSETUP and CSHOLD values between 1 to 256 baud-times by using
TCMPVAL0, TCMPVAL1, or TCMPVAL2 for the TX sequencer.
USn_CS is immediately deasserted when the transmitter becomes disabled.
Figure 16.10 USART Half Duplex Communication with External Driver on page 452
shows an example configuration where USn_CS is used to automatically enable and disable an external driver.
µC
USART
CS
TX
RX
Figure 16.10 USART Half Duplex Communication with External Driver
The USn_CS output is active low by default, but its polarity can be changed with CSINV in USARTn_CTRL. AUTOCS works regardless of which mode the USART is in, so this functionality can also be used for automatic chip/slave select when in synchronous mode (e.g.
SPI).
16.3.2.18 Two Data-links
Some limited devices only support half duplex communication even though two data links are available. In this case software is responsible for making sure data is not transmitted when incoming data is expected.
TXARXnEN in USARTn_TRIGCTRL may be used to automatically start transmission after the end of the RX frame plus any TXSTDE-
LAY and CSSETUP delay in USARTn_TIMING. For enabling the receiver either use RXENAT in USARTn_TXDATAX or RXATXnEN in
USARTn_TRIGCTRL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 452
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.19 Large Frames
As each frame in the transmit and receive buffers holds a maximum of 9 bits, both the elements in the buffers are combined when working with USART-frames of 10 or more data bits.
To transmit such a frame, at least two elements must be available in the transmit buffer. If only one element is available, the USART will wait for the second element before transmitting the combined frame. Both the elements making up the frame are consumed when transmitting such a frame.
When using large frames, the 9th bits in the buffers are unused. For an 11 bit frame, the 8 least significant bits are thus taken from the first element in the buffer, and the 3 remaining bits are taken from the second element as shown in
USARTn_TXDOUBLE.
Peripheral Bus
TX buffer element 1 0 1 2
TX buffer element 0 0 1 2 3 4 5 6 7
Write CTRL
Write CTRL
Shift register
0 1 2 3 4 5 6 7 0 1 2 Write CTRL
Figure 16.11 USART Transmission of Large Frames
As shown in
Figure 16.11 USART Transmission of Large Frames on page 453
, frame transmission control bits are taken from the second element in FIFO.
The two buffer elements can be written at the same time using the USARTn_TXDOUBLE or USARTn_TXDOUBLEX register. The
TXDATAX0 bitfield then refers to buffer element 0, and TXDATAX1 refers to buffer element 1.
Peripheral Bus
TX buffer element 1 0 1 2
TX buffer element 0 0 1 2 3 4 5 6 7
2 1 0 7 6 5 4 3 2 1 0
Shift register
Figure 16.12 USART Transmission of Large Frames, MSBF
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 453
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
frame is transmitted with MSBF set. If MSBF is set and the frame is smaller than 10 bits, only the contents of transmit buffer 0 will be transmitted.
When receiving a large frame, BYTESWAP in USARTn_CTRL determines the order the way the large frame is split into the two buffer elements. If BYTESWAP is cleared, the least significant 8 bits of the received frame are loaded into the first element of the receive buffer, and the remaining bits are loaded into the second element, as shown in
Figure 16.13 USART Reception of Large Frames on page 454
. The first byte read from the buffer thus contains the 8 least significant bits. Set BYTESWAP to reverse the order.
The status bits are loaded into both elements of the receive buffer. The frame is not moved from the receive shift register before there are two free spaces in the receive buffer.
Peripheral Bus
RX buffer element 0 Status
RX buffer element 1 Status
0 1 2 3 4 5 6 7
0 1 2
Status
Shift register
0 1 2 3 4 5 6 7 0 1 2
Figure 16.13 USART Reception of Large Frames
The two buffer elements can be read at the same time using the USARTn_RXDOUBLE or USARTn_RXDOUBLEX register. RXDATA0 then refers to buffer element 0 and RXDATA1 refers to buffer element 1.
Large frames can be used in both asynchronous and synchronous modes.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 454
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.20 Multi-Processor Mode
To simplify communication between multiple processors, the USART supports a special multi-processor mode. In this mode the 9th data bit in each frame is used to indicate whether the content of the remaining 8 bits is data or an address.
When multi-processor mode is enabled, an incoming 9-bit frame with the 9th bit equal to the value of MPAB in USARTn_CTRL is identified as an address frame. When an address frame is detected, the MPAF interrupt flag in USARTn_IF is set, and the address frame is loaded into the receive register. This happens regardless of the value of RXBLOCK in USARTn_STATUS.
Multi-processor mode is enabled by setting MPM in USARTn_CTRL, and the value of the 9th bit in address frames can be set in MPAB.
Note that the receiver must be enabled for address frames to be detected. The receiver can be blocked however, preventing data from being loaded into the receive buffer while looking for address frames.
1. All slaves enable multi-processor mode and, enable and block the receiver. They will now not receive data unless it is an address frame. MPAB in USARTn_CTRL is set to identify frames with the 9th bit high as address frames.
2.
The master sends a frame containing the address of a slave and with the 9th bit set
3. All slaves receive the address frame and get an interrupt. They can read the address from the receive buffer. The selected slave unblocks the receiver to start receiving data from the master.
4.
The master sends data with the 9th bit cleared
5. Only the slave with RX enabled receives the data. When transmission is complete, the slave blocks the receiver and waits for a new address frame.
Figure 16.14 USART Multi-processor Mode Example
When a slave has received an address frame and wants to receive the following data, it must make sure the receiver is unblocked before the next frame has been completely received in order to prevent data loss.
BIT8DV in USARTn_CTRL can be used to specify the value of the 9th bit without writing to the transmit buffer with USARTn_TXDATAX or USARTn_TXDOUBLEX, giving higher efficiency in multi-processor mode, as the 9th bit is only set when writing address frames, and
8-bit writes to the USART can be used when writing the data frames.
16.3.2.21 Collision Detection
The USART supports a basic form of collision detection. When the receiver is connected to the output of the transmitter, either by using the LOOPBK bit in USARTn_CTRL or through an external connection, this feature can be used to detect whether data transmitted on the bus by the USART did get corrupted by a simultaneous transmission by another device on the bus.
For collision detection to be enabled, CCEN in USARTn_CTRL must be set, and the receiver enabled. The data sampled by the receiver is then continuously compared with the data output by the transmitter. If they differ, the CCF interrupt flag in USARTn_IF is set. The collision check includes all bits of the transmitted frames. The CCF interrupt flag is set once for each bit sampled by the receiver that differs from the bit output by the transmitter. When the transmitter output is disabled, i.e. the transmitter is tristated, collisions are not registered.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 455
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.2.22 SmartCard Mode
In SmartCard mode, the USART supports the ISO 7816 I/O line T0 mode. With exception of the stop-bits (guard time), the 7816 data frame is equal to the regular asynchronous frame. In this mode, the receiver pulls the line low for one baud, half a baud into the guard time to indicate a parity error. This NAK can for instance be used by the transmitter to re-transmit the frame. SmartCard mode is a half duplex asynchronous mode, so the transmitter must be tristated whenever not transmitting data.
To enable SmartCard mode, set SCMODE in USARTn_CTRL, set the number of databits in a frame to 8, and configure the number of stopbits to 1.5 by writing to STOPBITS in USARTn_FRAME.
The SmartCard mode relies on half duplex communication on a single line, so for it to work, both the receiver and transmitter must work on the same line. This can be achieved by setting LOOPBK in USARTn_CTRL or through an external connection. The TX output should be configured as open-drain in the GPIO module.
When no parity error is identified by the receiver, the data frame is as shown in
Figure 16.15 USART ISO 7816 Data Frame Without
the guard time.
ISO 7816 Frame without error
Stop or idle
S 0 1 2 3 4 5 6 7 P Stop
Start or idle
Figure 16.15 USART ISO 7816 Data Frame Without Error
If a parity error is detected by the receiver, it pulls the line I/O line low after half a stop bit, see
Figure 16.16 USART ISO 7816 Data
. It holds the line low for one bit-period before it releases the line. In this case, the guard time is extended by one bit period before a new transmission can start, resulting in a total of 3 stop bits.
Stop or idle
S 0 1 2 3
ISO 7816 Frame with error
4 5 6 7 P
Stop
NAK Stop
Start or idle
Figure 16.16 USART ISO 7816 Data Frame With Error
On a parity error, the NAK is generated by hardware. The NAK generated by the receiver is sampled as the stop-bit of the frame. Because of this, parity errors when in SmartCard mode are reported with both a parity error and a framing error.
When transmitting a T0 frame, the USART receiver on the transmitting side samples position 16, 17 and 18 in the stop-bit to detect the error signal when in 16x oversampling mode as shown in
Figure 16.17 USART SmartCard Stop Bit Sampling on page 457
. Sampling at this location places the stop-bit sample in the middle of the bit-period used for the error signal (NAK).
If a NAK is transmitted by the receiver, it will thus appear as a framing error at the transmitter, and the FERR interrupt flag in
USARTn_IF will be set. If SCRETRANS USARTn_CTRL is set, the transmitter will automatically retransmit a NACK’ed frame. The transmitter will retransmit the frame until it is ACK’ed by the receiver. This only works when the number of databits in a frame is configured to 8.
Set SKIPPERRF in USARTn_CTRL to make the receiver discard frames with parity errors. The PERR interrupt flag in USARTn_IF is set when a frame is discarded because of a parity error.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 456
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
P 1/2 stop bit NAK or stop
13 14 15 16 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 X X X X X X
Stop
7 8 1 2 3 4 5 6 7 8 9 10 X X
4
6 1 2 3 4 5 6 7 8 x
1 2 3 4 5 x
Figure 16.17 USART SmartCard Stop Bit Sampling
For communication with a SmartCard, a clock signal needs to be generated for the card. This clock output can be generated using one of the timers. See the ISO 7816 specification for more info on this clock signal.
SmartCard T1 mode is also supported. The T1 frame format used is the same as the asynchronous frame format with parity bit enabled and one stop bit. The USART must then be configured to operate in asynchronous half duplex mode.
16.3.3 Synchronous Operation
Most of the features in asynchronous mode are available in synchronous mode. Multi-processor mode can be enabled for 9-bit frames, loopback is available and collision detection can be performed.
16.3.3.1 Frame Format
The frames used in synchronous mode need no start and stop bits since a single clock is available to all parts participating in the communication. Parity bits cannot be used in synchronous mode.
The USART supports frame lengths of 4 to 16 bits per frame. Larger frames can be simulated by transmitting multiple smaller frames, i.e. a 22 bit frame can be sent using two 11-bit frames, and a 21 bit frame can be generated by transmitting three 7-bit frames. The number of bits in a frame is set using DATABITS in USARTn_FRAME.
The frames in synchronous mode are by default transmitted with the least significant bit first like in asynchronous mode. The bit-order can be reversed by setting MSBF in USARTn_CTRL.
The frame format used by the transmitter can be inverted by setting TXINV in USARTn_CTRL, and the format expected by the receiver can be inverted by setting RXINV, also in USARTn_CTRL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 457
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.3.2 Clock Generation
The bit-rate in synchronous mode is given by
Figure 16.18 USART Synchronous Mode Bit Rate on page 458
. As in the case of asynchronous operation, the clock division factor have a 15-bit integral part and a 5-bit fractional part.
br = f
HFPERCLK
/(2 x (1 + USARTn_CLKDIV/256))
Equation: USART Synchronous Mode Bit Rate
Given a desired baud rate brdesired, the clock divider USARTn_CLKDIV can be calculated using
Figure 16.19 USART Synchronous
Mode Clock Division Factor on page 458
USARTn_CLKDIV = 256 x (f
HFPERCLK
/(2 x brdesired) - 1)
Equation: USART Synchronous Mode Clock Division Factor
When the USART operates in master mode, the highest possible bit rate is half the peripheral clock rate. When operating in slave mode however, the highest bit rate is an eighth of the peripheral clock:
• Master mode: br max
= f
HFPERCLK
/2
• Slave mode: br max
= f
HFPERCLK
/8
On every clock edge data on the data lines, MOSI and MISO, is either set up or sampled. When CLKPHA in USARTn_CTRL is cleared, data is sampled on the leading clock edge and set-up is done on the trailing edge. If CLKPHA is set however, data is set-up on the leading clock edge, and sampled on the trailing edge. In addition to this, the polarity of the clock signal can be changed by setting
CLKPOL in USARTn_CTRL, which also defines the idle state of the clock. This results in four different modes which are summarized in
Table 16.8 USART SPI Modes on page 458 . Figure 16.18 USART SPI Timing on page 458
shows the resulting timing of data set-up and sampling relative to the bus clock.
Table 16.8. USART SPI Modes
1
2
SPI mode
0
3
0
1
CLKPOL
0
1
1
0
CLKPHA
0
1
Leading edge
Rising, sample
Rising, set-up
Falling, sample
Falling, set-up
Trailing edge
Falling, set-up
Falling, sample
Rising, set-up
Rising, sample
USn_CLK
CLKPOL = 0
CLKPOL = 1
USn_CS
USn_TX/
USn_RX
CLKPHA = 0
CLKPHA = 1
X
X
0
0
1
1
2
2
3
3
4
4
5
5
6
6
7
7
X
X
Figure 16.18 USART SPI Timing
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 458
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
If CPHA=1, the TX underflow flag, TXUF, will be set on the first setup clock edge of a frame in slave mode if TX data is not available. If
CPHA=0, TXUF is set if data is not available in the transmit buffer three HFPERCLK cycles prior to the first sample clock edge. The
RXDATAV flag is updated on the last sample clock edge of a transfer, while the RX overflow interrupt flag, RXOF, is set on the first sample clock edge if the receive buffer overflows. When a transfer has been performed, interrupt flags TXBL and TXC are updated on the first setup clock edge of the succeeding frame, or when CS is deasserted.
16.3.3.3 Master Mode
When in master mode, the USART is in full control of the data flow on the synchronous bus. When operating in full duplex mode, the slave cannot transmit data to the master without the master transmitting to the slave. The master outputs the bus clock on USn_CLK.
Communication starts whenever there is data in the transmit buffer and the transmitter is enabled. The USART clock then starts, and the master shifts bits out from the transmit shift register using the internal clock.
When there are no more frames in the transmit buffer and the transmit shift register is empty, the clock stops, and communication ends.
When the receiver is enabled, it samples data using the internal clock when the transmitter transmits data. Operation of the RX and TX buffers is as in asynchronous mode.
16.3.3.4 Operation of USn_CS Pin
When operating in master mode, the USn_CS pin can have one of two functions, or it can be disabled.
If USn_CS is configured as an output, it can be used to automatically generate a chip select for a slave by setting AUTOCS in
USARTn_CTRL. If AUTOCS is set, USn_CS is activated before a transmission begins, and deactivated after the last bit has been transmitted and there is no more data in the transmit buffer.
The time between when CS is asserted and the first bit is transmitted can be controlled using the USART Timer and with CSSETUP in
USARTn_TIMING. Any of the three comparators can be used to set this delay. If new data is ready for transmission before CS is deasserted, the data is sent without deasserting CS in between. CSHOLD in USARTn_TIMING keeps CS asserted after the end of frame for the number of baud-times specified.
By default, USn_CS is active low, but its polarity can be inverted by setting CSINV in USARTn_CTRL.
When USn_CS is configured as an input, it can be used by another master that wants control of the bus to make the USART release it.
When USn_CS is driven low, or high if CSINV is set, the interrupt flag SSM in USARTn_IF is set, and if CSMA in USARTn_CTRL is set, the USART goes to slave mode.
16.3.3.5 AUTOTX
A synchronous master is required to transmit data to a slave in order to receive data from the slave. In some cases, only a few words are transmitted and a lot of data is then received from the slave. In that case, one solution is to keep feeding the TX with data to transmit, but that consumes system bandwidth. Instead AUTOTX can be used.
When AUTOTX in USARTn_CTRL is set, the USART transmits data as long as there is available space in the RX shift register for the chosen frame size. This happens even though there is no data in the TX buffer. The TX underflow interrupt flag TXUF in USARTn_IF is set on the first word that is transmitted which does not contain valid data.
During AUTOTX the USART will always send the previous sent bit, thus reducing the number of transitions on the TX output. So if the last bit sent was a 0, 0's will be sent during AUTOTX and if the last bit sent was a 1, 1's will be sent during AUTOTX.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 459
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.3.6 Slave Mode
When the USART is in slave mode, data transmission is not controlled by the USART, but by an external master. The USART is therefore not able to initiate a transmission, and has no control over the number of bytes written to the master.
The output and input to the USART are also swapped when in slave mode, making the receiver take its input from USn_TX (MOSI) and the transmitter drive USn_RX (MISO).
To transmit data when in slave mode, the slave must load data into the transmit buffer and enable the transmitter. The data will remain in the USART until the master starts a transmission by pulling the USn_CS input of the slave low and transmitting data. For every frame the master transmits to the slave, a frame is transferred from the slave to the master. After a transmission, MISO remains in the same state as the last bit transmitted. This also applies if the master transmits to the slave and the slave TX buffer is empty.
If the transmitter is enabled in synchronous slave mode and the master starts transmission of a frame, the underflow interrupt flag
TXUF in USARTn_IF will be set if no data is available for transmission to the master.
If the slave needs to control its own chip select signal, this can be achieved by clearing CSPEN in the ROUTE register. The internal chip select signal can then be controlled through CSINV in the CTRL register. The chip select signal will be CSINV inverted, i.e. if
CSINV is cleared, the chip select is active and vice versa.
16.3.3.7 Synchronous Half Duplex Communication
Half duplex communication in synchronous mode is very similar to half duplex communication in asynchronous mode as detailed in
16.3.2.15 Asynchronous Half Duplex Communication
. The main difference is that in this mode, the master must generate the bus clock even when it is not transmitting data, i.e. it must provide the slave with a clock to receive data. To generate the bus clock, the master should transmit data with the transmitter tristated, i.e. TXTRI in USARTn_STATUS set, when receiving data. If 2 bytes are expected from the slave, then transmit 2 bytes with the transmitter tristated, and the slave uses the generated bus clock to transmit data to the master. TXTRI can be set by setting the TXTRIEN command bit in USARTn_CMD.
Note:
When operating as SPI slave in half duplex mode, TX has to be tristated (not disabled) during data reception if the slave is to transmit data in the current transfer.
16.3.3.8 I2S
I2S is a synchronous format for transmission of audio data. The frame format is 32-bit, but since data is always transmitted with MSB first, an I2S device operating with 16-bit audio may choose to only process the 16 msb of the frame, and only transmit data in the 16 msb of the frame.
In addition to the bit clock used for regular synchronous transfers, I2S mode uses a separate word clock. When operating in mono mode, with only one channel of data, the word clock pulses once at the start of each new word. In stereo mode, the word clock toggles at the start of new words, and also gives away whether the transmitted word is for the left or right audio channel; A word transmitted while the word clock is low is for the left channel, and a word transmitted while the word clock is high is for the right.
When operating in I2S mode, the CS pin is used as a the word clock. In master mode, this is automatically driven by the USART, and in slave mode, the word clock is expected from an external master.
16.3.3.9 Word Format
The general I2S word format is 32 bits wide, but the USART also supports 16-bit and 8-bit words. In addition to this, it can be specified how many bits of the word should actually be used by the USART. These parameters are given by FORMAT in USARTn_I2SCTRL.
As an example, configuring FORMAT to using a 32-bit word with 16-bit data will make each word on the I2S bus 32-bits wide, but when receiving data through the USART, only the 16 most significant bits of each word can be read out of the USART. Similarly, only the 16 most significant bits have to be written to the USART when transmitting. The rest of the bits will be transmitted as zeroes.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 460
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.3.10 Major Modes
The USART supports a set of different I2S formats as shown in
Table 16.9 USART I2S Modes on page 461 , but it is not limited to these
modes. MONO, JUSTIFY and DELAY in USARTn_I2SCTRL can be mixed and matched to create an appropriate format. MONO enables mono mode, i.e. one data stream instead of two which is the default. JUSTIFY aligns data within a word on the I2S bus, either left or right which can bee seen in figures
Figure 16.23 USART Left-justified I2S waveform on page 462
and
Figure 16.24 USART Rightjustified I2S waveform on page 462
. Finally, DELAY specifies whether a new I2S word should be started directly on the edge of the word-select signal, or one bit-period after the edge.
Table 16.9. USART I2S Modes
Mode
Regular I2S
Left-Justified
Right-Justified
Mono
MONO
0
0
0
1
JUSTIFY
0
0
1
0
DELAY
1
0
0
0
CLKPOL
0
1
1
0
The regular I2S waveform is shown in
Figure 16.21 USART Standard I2S waveform on page 461 and Figure 16.22 USART Standard
I2S waveform (reduced accuracy) on page 461
. The first figure shows a waveform transmitted with full accuracy. The wordlength can be configured to 32-bit, 16-bit or 8-bit using FORMAT in USARTn_I2SCTRL. In the second figure, I2S data is transmitted with reduced accuracy, i.e. the data transmitted has less bits than what is possible in the bus format.
Note that the msb of a word transmitted in regular I2S mode is delayed by one cycle with respect to word select
USn_CLK
USn_CS
(word select)
USn_TX/
USn_RX
LSB
Right channel
MSB
Left channel
Figure 16.21 USART Standard I2S waveform
LSB MSB
Right channel
USn_CLK
USn_CS
(word select)
USn_TX/
USn_RX
Right channel
MSB LSB
Left channel
MSB
Right channel
Figure 16.22 USART Standard I2S waveform (reduced accuracy)
A left-justified stream is shown in
Figure 16.23 USART Left-justified I2S waveform on page 462 . Note that the MSB comes directly after
the edge on the word-select signal in contradiction to the regular I2S waveform where it comes one bit-period after.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 461
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
USn_CLK
USn_CS
(word select)
USn_TX/
USn_RX
Right channel
MSB LSB
Left channel
MSB
Right channel
Figure 16.23 USART Left-justified I2S waveform
A right-justified stream is shown in
Figure 16.24 USART Right-justified I2S waveform on page 462
. The left and right justified streams are equal when the data-size is equal to the word-width.
USn_CLK
USn_TX/
USn_RX
LSB
Right channel
MSB
Left channel
LSB
Right channel
Figure 16.24 USART Right-justified I2S waveform
In mono-mode, the word-select signal pulses at the beginning of each word instead of toggling for each word. Mono I2S waveform is
shown in Figure 16.25 USART Mono I2S waveform on page 462 .
USn_CLK
USn_CS
(word select)
USn_TX/
USn_RX
Right channel
MSB LSB
Left channel
Figure 16.25 USART Mono I2S waveform
MSB
Right channel
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 462
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.3.11 Using I2S Mode
When using the USART in I2S mode, DATABITS in USARTn_FRAME must be set to 8 or 16 data-bits. 8 databits can be used in all modes, and 16 can be used in the modes where the number of bytes in the I2S word is even. In addition to this, MSBF in
USARTn_CTRL should be set, and CLKPOL and CLKPHA in USARTn_CTRL should be cleared.
The USART does not have separate TX and RX buffers for left and right data, so when using I2S in stereo mode, the application must keep track of whether the buffers contain left or right data. This can be done by observing TXBLRIGHT, RXDATAVRIGHT and RXFULL-
RIGHT in USARTn_STATUS. TXBLRIGHT tells whether TX is expecting data for the left or right channel. It will be set with TXBL if right data is expected. The receiver will set RXDATAVRIGHT if there is at least one right element in the buffer, and RXFULLRIGHT if the buffer is full of right elements.
When using I2S with DMA, separate DMA requests can be used for left and right data by setting DMASPLIT in USARTn_I2SCTRL.
In both master and slave mode the USART always starts transmitting on the LEFT channel after being enabled. In master mode, the transmission will stop if TX becomes empty. In that case, TXC is set. Continuing the transmission in this case will make the data-stream continue where it left off. To make the USART start on the LEFT channel after going empty, disable and re-enable TX.
16.3.4 Hardware Flow Control
Hardware flow control can be used to hold off the link partner's transmission until RX buffer space is available. Use RTSPEN and
CTSPEN in USARTn_ROUTEPEN to allocate the hardware flow control to GPIOs. RTS is an out going signal which indicates that RX buffer space is available to receive a frame. The link partner is being requested to send its data when RTS is asserted. CTS is an incoming signal to stop the next TX data from going out. When CTS is negated, the frame currently being transmitted is completed before stopping. CTS indicates that the link partner has RX buffer space available, and the local transmitter is clear to send. Also use CTSEN in USARTn_CTLX to enable the CTS input into the TX sequencer. For debug use set DBGHALT in USARTn_CTRLX which will force the RTS to request one frame from the link partner when the CPU core single steps.
16.3.5 Debug Halt
When DBGHALT in USART_CTRLX is clear, RTS is only dependent on the RX buffer having space available to receive data. Incoming data is always received until both the RX buffer is full and the RX shift register is full regardless of the state of DBGHALT or chip halt.
Additional incoming data is discarded. When DBGHALT is set, RTS deasserts on RX buffer full or when chip halt is high. However, a low pulse detected on chip halt will keep RTS asserted when no frame is being received. At the start of frame reception, RTS will deassert if chip halt is high and DBGHALT is set. This behavior allows single stepping to pulse the chip halt low for a cycle, and receive the next frame. The link partner must stop transmitting when RTS is deasserted, or the RX buffer could overflow. All data in the transmit buffer is sent out even when chip halt is asserted; therefore, the DMA will need to be set to stop sending the USART TX data during chip halt.
16.3.6 PRS-triggered Transmissions
If a transmission must be started on an event with very little delay, the PRS system can be used to trigger the transmission. The PRS channel to use as a trigger can be selected using TSEL in USARTn_TRIGCTRL. When a positive edge is detected on this signal, the receiver is enabled if RXTEN in USARTn_TRIGCTRL is set, and the transmitter is enabled if TXTEN in USARTn_TRIGCTRL is set.
Only one signal input is supported by the USART.
The AUTOTX feature can also be enabled via PRS. If an external SPI device sets a pin high when there is data to be read from the device, this signal can be routed to the USART through the PRS system and be used to make the USART clock data out of the external device. If AUTOTXTEN in USARTn_TRIGCTRL is set, the USART will transmit data whenever the PRS signal selected by TSEL is high given that there is enough room in the RX buffer for the chosen frame size. Note that if there is no data in the TX buffer when using
AUTOTX, the TX underflow interrupt will be set.
AUTOTXTEN can also be combined with TXTEN to make the USART transmit a command to the external device prior to clocking out data. To do this, disable TX using the TXDIS command, load the TX buffer with the command and enable AUTOTXTEN and TXTEN.
When the selected PRS input goes high, the USART will now transmit the loaded command, and then continue clocking out while both the PRS input is high and there is room in the RX buffer
16.3.7 PRS RX Input
The USART can be configured to receive data directly from a PRS channel by setting RXPRS in USARTn_INPUT. The PRS channel used is selected using RXPRSSEL in USARTn_INPUT. This way, for example, a differential RX signal can be input to the ACMP and the output routed via PRS to the USART.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 463
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.8 PRS CLK Input
The USART can be configured to receive clock directly from a PRS channel by setting CLKPRS in USARTn_INPUT. The PRS channel used is selected using CLKPRSSEL in USARTn_INPUT. This is useful in synchronous slave mode and can together with RX PRS input be used to input data from PRS.
16.3.9 DMA Support
The USART has full DMA support. The DMA controller can write to the transmit buffer using the registers USARTn_TXDATA,
USARTn_TXDATAX, USARTn_TXDOUBLE and USARTn_TXDOUBLEX, and it can read from the receive buffer using the registers
USARTn_RXDATA, USARTn_RXDATAX, USARTn_RXDOUBLE and USARTn_RXDOUBLEX. This enables single byte transfers, 9 bit data + control/status bits, double byte and double byte + control/status transfers both to and from the USART.
A request for the DMA controller to read from the USART receive buffer can come from the following source:
• Data available in the receive buffer
• Data available in the receive buffer and data is for the RIGHT I2S channel. Only used in I2S mode.
A write request can come from one of the following sources:
• Transmit buffer and shift register empty. No data to send.
• Transmit buffer has room for more data
• Transmit buffer has room for RIGHT I2S data. Only used in I2S mode
Even though there are two sources for write requests to the DMA, only one should be used at a time, since the requests from both sources are cleared even though only one of the requests are used.
In some cases, it may be sensible to temporarily stop DMA access to the USART when an error such as a framing error has occurred.
This is enabled by setting ERRSDMA in USARTn_CTRL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 464
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.10 Timer
In addition to the TX sequence timer, there is a versatile 8 bit timer that can generate up to three event pulses. These pulses can be used to create timing for a variety of uses such as RX timeout, break detection, response timeout, and RX enable delay. Transmission delay, CS setup, inter-character spacing, and CS hold use the TX sequence counter. The TX sequencer counter can use the three 8 bit compare values or preset values for delays. There is one general counter with three comparators. Each comparator has a start source, a stop source, a restart enable, and a timer compare value. The start source enables the comparator, resets the counter, and starts the counter. If the counter is already running, the start source will reset the counter and restart it.
Any comparator could start the counter using the same start source but have different timing events programmed into TCMPVALn in
USARTn_TIMECMPn. The TCMP0, TCMP1, or TCMP2 events can be preempted by using the comparator stop source to disable the comparator before the counter reaches TCMPVAL0, TCMPVAL1, or TCMPVAL2. If one comparator gets disabled while the other comparator is still enabled, the counter continues counting. By default the counter will count up to 256 and stop unless a RESTARTEN is set in one of the USARTn_TIMECMPn registers. By using RESTARTEN and an interval programmed into TCMPVAL, an interval timer can be set up. The TSTART field needs to be changed to DISABLE to stop the interval timer. The timer stops running once all of the comparators are disabled. If a comparator's start and stop sources both trigger the same cycle, the TCMPn event triggers, the comparator stays enabled, and the counter begins counting from zero.
The TXDELAY, CSSETUP, ICS, and CSHOLD in USARTn_TIMING are used to program start of transmission delay, chip select setup delay, inter-character space, and chip select hold delay. Either a preset value of 0, 1, 2, 3, or 7 can be used for any of these delays; or the value in TCMPVALn may be used to set the delay. Using the preset values leaves the TCMPVALn free for other uses. The same
TCMPVALn may be used for multiple events that require the same timing. The transmit sequencer's counter can run in parallel with the timer's counter. The counters and controls are shown in
Figure 16.26 USART Timer Block Diagram on page 466
.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 465
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
TIMECMP2
TIMECMP1
TIMECMP0
TCMPn
TXST
RXACT
RXACTN
TSTOP
TCMPVALn
GP_CNT[7:0]
DISABLE
TXEOF
TXC
RXACT
RXEOF clear
TCMP enable
Compare
TCMPn
TSTART
START_An
START_A2
START_B2
START_A1
START_B1
START_A0
START_B0
START_Bn
TCMPVAL2
TCMPVAL1
TCMPVAL0 bit time start event
8 bit
Counter
TXSEQ
TXARX2EN
TCMP2
TXARX1EN
TCMP1
TXARX0EN
TCMP0
TX Counter
TXENS
RX RXSEQ
RXATX2EN
TCMP2
RXATX1EN
TCMP1
RXATX0EN
TCMP0
RXENS
RESTARTEN
GP_CNT[7:0]
TXEOF
TXC
TXST
TX
RXEOF
Figure 16.26 USART Timer Block Diagram
The following sections will go into more details on programming the various usage cases.
Table 16.10. USART Application Settings for USARTn_TIMING and USARTn_TIMECMPn
Application
Response Timeout
Receiver Timeout
Large Receiver Timeout
TSTARTn
TSTART0 = TXEOF TSTOP0 = RXACT TCMPVAL0
= 0x08
TSTART1 = RXEOF TSTOP1 = RXACT TCMPVAL1
= 0x08
TSTART1 =
RXEOF, TCMP1
TSTOPn TCMPVALn Other
TSTOP1 = RXACT TCMPVAL1
= 0xFF
TCMP0 in USARTn_IEN
TCMP1 in USARTn_IEN
TCMP1 in USARTn_IEN; TIME-
RRESTARTED in USARTn_STA-
TUS; RESTART1EN in
USARTn_TIMECMP1
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 466
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
Application
Break Detect
TX delayed start of transmission and
CS setup
TSTART0 = DISA-
BLE, TSTART1 =
DISABLE
TX inter-character spacing
TX Chip Select End Delay
Response Delay
TSTARTn
TSTART1 = RXACT TSTOP1 =
RXACTN
TSTART2 = DISA-
BLE
TSTART1 = DISA-
BLE
TSTOPn
TSTOP0 = TCMP0,
TSTOP1 = TCMP1
TCMPVALn Other
TCMPVAL1
= 0x0C
TCMP1 in USARTn_IEN
TCMPVAL0
= 0x04,
TCMPVAL1
= 0x02
TXDELAY = TCMP0, CSSETUP =
TCMP1 in USARTn_TIMING; AU-
TOCS in USARTn_CTRL
TSTOP2 = TCMP2 TCMPVAL2
= 0x03
TSTOP1 = TCMP1 TCMPVAL1
= 0x04
ICS = TCMP2 in USARTn_TIMING;
AUTOCS in USARTn_CTRL
CSHOLD = TCMP1 in
USARTn_TIMING; AUTOCS in
USARTn_CTRL
TXARX1EN in USARTn_TRIGCTRL
Combined TX and RX Example
Combined Delayed TX and Receiver
Timeout Example
TSTART1 = RXEOF TSTOP1 = TCMP1 TCMPVAL1
= 0x08
TSTART1 =
RXEOF, TSTART0
= TXEOF
TSTOP1 = TCMP1,
TSTOP0 = TCMP0
TCMPVAL1
= 0x1C,
TCMPVAL0
= 0x10
TSTART0 =
TCMPVAL0,
TSTART1 = RXEOF
TSTOP0 =
RXACTN, TSTOP1
= RXACT
TCMPVAL0
= 0x20,
TCMPVAL1
= 0x0C
TXARX1EN, RXATX0EN in
USARTn_TRIGCTRL; CSSETUP =
0x7, CSHOLD = 0x3 in
USARTn_TIMING
TXARX0EN in
USARTn_TRIGCTRL; TCMP0 in
USARTn_IEN
the USART timer can be programmed for various applications. The following sections will describe more details for each applications shown in the table.
16.3.10.1 Response Timeout
Response Timeout is when a UART master sends a frame and expects the slave to respond within a certain number of baud-times.
Refer to
tings. Comparator 0 will be looking for TX end of frame to use as the timer start source. For this example, a receiver start of frame
RXACT has not been detected for 8 baud-times, and the TCMP0 interrupt in USARTn_IF is set. If an RX start bit is detected before the
8 baud-times, comparator 0 is disabled before the TCMP0 event can trigger.
TX
TCMPnINT RX
RESPONSE TIMEOUT
Figure 16.27 USART Response Timeout
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 467
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.10.2 RX Timeout
A receiver timeout function can be implemented by using the RX end of frame to start comparator 1 and look for the RX start bit RXACT to disable the comparator. See
Table 16.10 USART Application Settings for USARTn_TIMING and USARTn_TIMECMPn on page 466
for details on setting up this example. As long as the next RX start bit occurs before the counter reaches the comparator 1 value
TCMPVAL1, the interrupt will not get set. In this example the RX Timeout was set to 8 baud-times. To get an RX timeout larger than 256 baud-times, RESTART1EN in USARTn_TIMER can used to restart the counter when it reaches TCMPVAL1. By setting TCMPVAL1 in
USARTn_TIMING to 0xFF, an interrupt will be generated after 256 baud-times. An interrupt service routine can then increment a memory location until the desired timeout is reached. Once the RX start bit is detected, comparator 1 will be disabled. If TIMERRESTARTED in USARTn_STATUS is clear, the TCMP1 interrupt is the first interrupt after RXEOF.
RX
TCMPnINT
RX
RECEIVER TIMEOUT
Figure 16.28 USART RX Timeout
16.3.10.3 Break Detect
LIN bus and half-duplex UARTs can take advantage of the timer configured for break detection where RX is held low for a number of baud-times to indicate a break condition.
Table 16.10 USART Application Settings for USARTn_TIMING and USARTn_TIMECMPn on page 466
shows the settings for this mode. Each time RX is active (default of low) such as for a start bit, the timer begins counting. If the counter reaches 12 baud-times before RX goes to inactive RXACTN (default of high), an interrupt is asserted.
RX TCMPnINT
BREAK DETECT
Figure 16.29 USART Break Detection
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 468
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.10.4 TX Start Delay
Some applications may require a delay before the start of transmission. This example in
Figure 16.30 USART TXSEQ Timing on page
CS asserted. See
how to configure this mode. The TX sequencer could be enabled on PRS and start the TXSEQ counter running for 4 baud times as programmed in TCMPVAL0. Then CS is asserted for 2 baud times before the transmitter begins sending TX data. TXDELAY in
USARTn_TIMING is the initial delay before any CS assertion, and CSSETUP is the delay during CS assertion. There are several small preset timing values such as 1, 2, 3, or 7 that can be used for some of the TX sequencer timing which leaves TCMPVAL0, TCMPVAL1, and TCMPVAL2 free for other uses.
TX
CS
TX_DELAY
SETUP
TX
ICS
TX
HOLD
Figure 16.30 USART TXSEQ Timing
16.3.10.5 Inter-Character Space
In addition to delaying the start of frame transmission, it is sometimes necessary to also delay the time between each transmit character
(inter-character space). After the first transmission, the inter-character space will delay the start of all subsequent transmissions until
for details on setting up this example. For this example in
Figure 16.30 USART TXSEQ Timing on page 469 ICS is set to TCMP2 in
USARTn_TIMING. To keep CS asserted during the inter-character space, set AUTOCS in USARTn_CTRL. There are a few small preset timing values provided for TX sequence timing. Using these preset timing values can free up the TCMPVALn for other uses. For this example, the inter-character space is set to 0x03 and a preset value could be used.
16.3.10.6 TX Chip Select End Delay
The assertion of CS can be extended after the final character of the frame by using CSHOLD in USARTn_TIMING. See
16.10 USART Application Settings for USARTn_TIMING and USARTn_TIMECMPn on page 466
for details on setting up this example.
AUTOCS in USARTn_CTRL needs to be set to extend the CS assertion after the last TX character is transmitted as shown in
16.30 USART TXSEQ Timing on page 469
.
16.3.10.7 Response Delay
A response delay can be used to hold off the transmitter until a certain number of baud-times after the RX frame. See
16.10 USART Application Settings for USARTn_TIMING and USARTn_TIMECMPn on page 466
for details on setting up this example.
TXARX1EN in USARTn_TRIGCTRL tells the TX sequencer to trigger after RX EOF plus tcmp1val baud times.
RX
TXENS TX
RESPONSE DELAY
Figure 16.31 USART Response Delay
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 469
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.10.8 Combined TX and RX Example
This example describes how to alternate between TX and RX frames. This has a 28 baud-time space after RX and a 16 baud-time space after TX. The TSTART1 in USARTn_TIMECMP1 is set to RXEOF which uses the the receiver end of frame to start the timer. The
TSTOP1 is set to TCMP1 to generate an event after 28 baud times. Set TXARX1EN in USARTn_TRIGCTRL, and the transmitter is held off until 28 baud times. TCMPVAL in USARTn_TIMECMP1 is set to 0x1C for 28 baud times. By setting TSTART0 in
USARTn_TIMECMP0 to TXEOF, the timer will be started after the transmission has completed. RXATX0EN in USARTn_TRIGCTRL is used to delay enabling of the receiver until 16 baud times after the transmitter has completed. Write 0x10 into TCMPVAL of
USARTn_TIMECMP0 for a 16 baud time delay. CS is also asserted 7 baud-times before start of transmission by setting CSSETUP to
0x7 in USARTn_TIMING. To keep CS asserted for 3 baud-times after transmission completes, CSHOLD is set to 0x3 in USARTn_TIM-
ING. See
up this example.
16.3.10.9 Combined TX delay and RX break detect
This example describes how to delay TX transmission after an RX frame and how to have a break condition signal an interrupt. See
Table 16.10 USART Application Settings for USARTn_TIMING and USARTn_TIMECMPn on page 466
for details on setting up this example. The TX delay is set up by using transmit after RX, TXARX0EN in USARTn_TRIGCTRL to start the timer. TSTART0 in
USARTn_TIMECMP0 is set to RXEOF which enables the transitter of the timer delay. For this example TCMPVAL in
USARTn_TIMECMP0 is set to 0x20 to create a 32 baud-time delay between the end of the RX frame and the start of the TX frame. The break detect is configured by setting TSTART1 to RXACT to detect the start bit, and setting TSTOP1 to RXACTN to detect RX going high. In this case the interrupt asserts after RX stays low for 12 baud-times, so TCMPVAL1 is set to 0x0C.
16.3.10.10 Other Stop Conditions
There is also a timer stop on TX start using the TXST setting in TSTOP of USARTn_TIMECMPn. This can be used to see that the DMA has not written to the TXBUFFER for a given time.
16.3.11 Interrupts
The interrupts generated by the USART are combined into two interrupt vectors. Interrupts related to reception are assigned to one interrupt vector, and interrupts related to transmission are assigned to the other. Separating the interrupts in this way allows different priorities to be set for transmission and reception interrupts.
The transmission interrupt vector groups the transmission-related interrupts generated by the following interrupt flags:
• TXC
• TXBL
• TXOF
• CCF
• TXIDLE
The reception interrupt on the other hand groups the reception-related interrupts, triggered by the following interrupt flags:
• RXDATAV
• RXFULL
• RXOF
• RXUF
• PERR
• FERR
• MPAF
• SSM
• TCMPn
If USART interrupts are enabled, an interrupt will be made if one or more of the interrupt flags in USART_IF and their corresponding bits in USART_IEN are set.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 470
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.3.12 IrDA Modulator/ Demodulator
The IrDA modulator on USART0 implements the physical layer of the IrDA specification, which is necessary for communication over
IrDA. The modulator takes the signal output from the USART module, and modulates it before it leaves USART0. In the same way, the input signal is demodulated before it enters the actual USART module. The modulator is only available on USART0, and implements the original Rev. 1.0 physical layer and one high speed extension which supports speeds from 2.4 kbps to 1.152 Mbps.
The data from and to the USART is represented in a NRZ (Non Return to Zero) format, where the signal value is at the same level through the entire bit period. For IrDA, the required format is RZI (Return to Zero Inverted), a format where a “1” is signalled by holding the line low, and a “0” is signalled by a short high pulse. An example is given in
Figure 16.32 USART Example RZI Signal for a given
Asynchronous USART Frame on page 471
.
USART
(NRZ)
IrDA
(RZI)
Idle
S 0 1 2 3 4 5 6 7 P Stop
Idle
Figure 16.32 USART Example RZI Signal for a given Asynchronous USART Frame
The IrDA module is enabled by setting IREN. The USART transmitter output and receiver input is then routed through the IrDA modulator.
The width of the pulses generated by the IrDA modulator is set by configuring IRPW in USARTn_IRCTRL. Four pulse widths are available, each defined relative to the configured bit period as listed in
Table 16.11 USART IrDA Pulse Widths on page 471
.
Table 16.11. USART IrDA Pulse Widths
IRPW
00
01
10
11
Pulse width OVS=0
1/16
2/16
3/16
4/16
Pulse width OVS=1
1/8
2/8
3/8
N/A
Pulse width OVS=2
1/6
2/6
N/A
N/A
Pulse width OVS=3
1/4
N/A
N/A
N/A
By default, no filter is enabled in the IrDA demodulator. A filter can be enabled by setting IRFILT in USARTn_IRCTRL. When the filter is enabled, an incoming pulse has to last for 4 consecutive clock cycles to be detected by the IrDA demodulator.
Note that by default, the idle value of the USART data signal is high. This means that the IrDA modulator generates negative pulses, and the IrDA demodulator expects negative pulses. To make the IrDA module use RZI signalling, both TXINV and RXINV in
USARTn_CTRL must be set.
The IrDA module can also modulate a signal from the PRS system, and transmit a modulated signal to the PRS system. To use a PRS channel as transmitter source instead of the USART, set IRPRSEN in USARTn_IRCTRL high. The channel is selected by configuring
IRPRSSEL in USARTn_IRCTRL.
silabs.com | Smart. Connected. Energy-friendly.
Preliminary Rev. 0.2 | 471
EFM32JG1 Reference Manual
USART - Universal Synchronous Asynchronous Receiver/Transmitter
16.4 Register Map
The offset register address is relative to the registers base address.
Offset Name
RW
RW
RW
RW
R
W1
(R)W1
RW
RW
RW
RW
RW
RW
RW
RW
R(a)
R(a)
R(a)
R
R
W
W
W
W
Type
RW
RW
RW
W1
R
RWH
R(a)
Description
USART Trigger Control register
RX Buffer Data Extended Register