C8051F326-GM Silicon Laboratories Inc, C8051F326-GM Datasheet - Page 48

IC 8051 MCU FLASH 16K 28QFN

C8051F326-GM

Manufacturer Part Number
C8051F326-GM
Description
IC 8051 MCU FLASH 16K 28QFN
Manufacturer
Silicon Laboratories Inc
Series
C8051F32xr
Datasheets

Specifications of C8051F326-GM

Program Memory Type
FLASH
Program Memory Size
16KB (16K x 8)
Package / Case
28-QFN
Core Processor
8051
Core Size
8-Bit
Speed
25MHz
Connectivity
UART/USART, USB
Peripherals
POR
Number Of I /o
15
Ram Size
1.5K x 8
Voltage - Supply (vcc/vdd)
2.7 V ~ 3.6 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Processor Series
C8051F3x
Core
8051
Data Bus Width
8 bit
Data Ram Size
1.5 KB
Interface Type
UART/USB
Maximum Clock Frequency
25 MHz
Number Of Programmable I/os
15
Number Of Timers
2
Operating Supply Voltage
2.7 V to 3.6 V
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
3rd Party Development Tools
PK51, CA51, A51, ULINK2
Development Tools By Supplier
C8051F320DK
Minimum Operating Temperature
- 40 C
No. Of I/o's
15
Ram Memory Size
1280Byte
Cpu Speed
25MHz
No. Of Timers
2
Digital Ic Case Style
QFN
Supply Voltage
RoHS Compliant
Package
28QFN EP
Device Core
8051
Family Name
C8051F326
Maximum Speed
25 MHz
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
770-1006 - ISP 4PORT FOR SILABS C8051F MCU336-1450 - ADAPTER PROGRAM TOOLSTICK F326336-1306 - KIT DEV FOR C8051F326/7
Eeprom Size
-
Data Converters
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
336-1296-5

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
C8051F326-GM
Manufacturer:
SiliconL
Quantity:
811
Part Number:
C8051F326-GMR
Manufacturer:
SILICON LABS/芯科
Quantity:
20 000
Part Number:
C8051F326-GMR
0
C8051F326/7
6.3.
The CIP-51 includes an extended interrupt system supporting a total of 8 interrupt sources with two priority
levels. The allocation of interrupt sources between on-chip peripherals and external inputs pins varies
according to the specific version of the device. Each interrupt source, with the exception of USB0, has one
or more associated interrupt-pending flag(s) located in an SFR. USB0 interrupt sources are located in the
USB registers. See Section “12.8. Interrupts” on page 101 for more details about the USB interrupt. When
a peripheral or external source meets a valid interrupt condition, the associated interrupt-pending flag is
set to logic 1.
If interrupts are enabled for the source, an interrupt request is generated when the interrupt-pending flag is
set. As soon as execution of the current instruction is complete, the CPU generates an LCALL to a prede-
termined address to begin execution of an interrupt service routine (ISR). Each ISR must end with an RETI
instruction, which returns program execution to the next instruction that would have been executed if the
interrupt request had not occurred. If interrupts are not enabled, the interrupt-pending flag is ignored by the
hardware and program execution continues as normal. (The interrupt-pending flag is set to logic 1 regard-
less of the interrupt's enable/disable state.)
Each interrupt source can be individually enabled or disabled through the use of an associated interrupt
enable bit in an SFR (IE-EIE2). However, interrupts must first be globally enabled by setting the EA bit
(IE.7) to logic 1 before the individual interrupt enables are recognized. Setting the EA bit to logic 0 disables
all interrupt sources regardless of the individual interrupt-enable settings.
Note: Any instruction which clears the EA bit should be immediately followed by an instruction which has two or more
// in 'C':
EA = 0;
EA = 0;
; in assembly:
CLR EA
CLR EA
If an interrupt is posted during the execution phase of a "CLR EA" opcode (or any instruction that clears the
EA bit), and the instruction is followed by a single-cycle instruction, the interrupt may be taken. If the EA bit
is read inside the interrupt service routine, it will return a '0'. When the "CLR EA" opcode is followed by a
multi-cycle instruction, the interrupt will not be taken.
Some interrupt-pending flags are automatically cleared by the hardware when the CPU vectors to the ISR.
However, most are not cleared by the hardware and must be cleared by software before returning from the
ISR. If an interrupt-pending flag remains set after the CPU completes the return-from-interrupt (RETI)
instruction, a new interrupt request will be generated immediately and the CPU will re-enter the ISR after
the completion of the next instruction.
6.3.1. MCU Interrupt Sources and Vectors
The MCU supports 8 interrupt sources. Software can simulate an interrupt by setting any interrupt-pending
flag to logic 1. If interrupts are enabled for the flag, an interrupt request will be generated and the CPU will
vector to the ISR address associated with the interrupt-pending flag. MCU interrupt sources, associated
vector addresses, priority order and control bits are summarized in Table 6.5 on page 50. Refer to the data
sheet section associated with a particular on-chip peripheral for information regarding valid interrupt condi-
tions for the peripheral and the behavior of its interrupt-pending flag(s).
48
opcode bytes. For example:
Interrupt Handler
// clear EA bit
// ... followed by another 2-byte opcode
; clear EA bit
; ... followed by another 2-byte opcode
Rev. 1.1

Related parts for C8051F326-GM