EFM32-TG-STK3300 Energy Micro, EFM32-TG-STK3300 Datasheet - Page 52

MCU, MPU & DSP Development Tools TG Starter Kit

EFM32-TG-STK3300

Manufacturer Part Number
EFM32-TG-STK3300
Description
MCU, MPU & DSP Development Tools TG Starter Kit
Manufacturer
Energy Micro
Series
EFM®32r
Type
MCUr

Specifications of EFM32-TG-STK3300

Processor To Be Evaluated
EFM32
Processor Series
EMF32 Tiny Gecko
Data Bus Width
32 bit
Interface Type
USB, JTAG, LCD, Touch Interface
Operating Supply Voltage
5 V
Contents
Board, Cable, CD and Documentation
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With/related Products
EFM32-TGXXX

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
EFM32-TG-STK3300
Manufacturer:
EnergyMi
Quantity:
11
3.4.5.4 Condition flags
3.4.5.5 Examples
3.4.6 LDM and STM
3.4.6.1 Syntax
3.4.6.2 Operation
2011-02-04 - d0002_Rev1.00
• if the instruction is conditional, it must be the last instruction in the IT block.
These instructions do not change the flags.
Load and Store Multiple registers.
op{addr_mode}{cond} Rn{!}, reglist
where:
op
addr_mode is any one of the following:
cond
Rn
!
reglist
LDM and LDMFD are synonyms for LDMIA. LDMFD refers to its use for popping data from Full Descending
stacks.
LDMEA is a synonym for LDMDB, and refers to its use for popping data from Empty Ascending stacks.
STM and STMEA are synonyms for STMIA. STMEA refers to its use for pushing data onto Empty Ascending
stacks.
STMFD is s synonym for STMDB, and refers to its use for pushing data onto Full Descending stacks
LDM instructions load the registers in reglist with word values from memory addresses based on Rn.
STM instructions store the word values in the registers in reglist to memory addresses based on Rn.
For LDM, LDMIA, LDMFD, STM, STMIA, and STMEA the memory addresses used for the accesses are
at 4-byte intervals ranging from Rn to Rn + 4 * (n-1), where n is the number of registers in reglist.
The accesses happens in order of increasing register numbers, with the lowest numbered register using
LDR
LDRSB
R0, LookUpTable
R7, localdata
is one of:
LDM Load Multiple registers.
STM Store Multiple registers.
IA Increment address After each access. This is the default.
DB Decrement address Before each access.
is an optional condition code, see Section 3.3.7 (p. 43) .
is the register on which the memory addresses are based.
is an optional writeback suffix. If ! is present the final address, that is loaded from or
stored to, is written back into Rn.
is a list of one or more registers to be loaded or stored, enclosed in braces. It can contain
register ranges. It must be comma separated if it contains more than one register or
register range, see Section 3.4.6.5 (p. 53) .
; Load R0 with a word of data from an address
; labelled as LookUpTable
; Load a byte value from an address labelled
; as localdata, sign extend it to a word
; value, and put it in R7
...the world's most energy friendly microcontrollers
52
www.energymicro.com

Related parts for EFM32-TG-STK3300