ATMEGA8535-16JC Atmel, ATMEGA8535-16JC Datasheet - Page 48

IC AVR MCU 8K 16MHZ COM 44-PLCC

ATMEGA8535-16JC

Manufacturer Part Number
ATMEGA8535-16JC
Description
IC AVR MCU 8K 16MHZ COM 44-PLCC
Manufacturer
Atmel
Series
AVR® ATmegar
Datasheets

Specifications of ATMEGA8535-16JC

Core Processor
AVR
Core Size
8-Bit
Speed
16MHz
Connectivity
I²C, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
32
Program Memory Size
8KB (4K x 16)
Program Memory Type
FLASH
Eeprom Size
512 x 8
Ram Size
512 x 8
Voltage - Supply (vcc/vdd)
4.5 V ~ 5.5 V
Data Converters
A/D 8x10b
Oscillator Type
Internal
Operating Temperature
0°C ~ 70°C
Package / Case
44-PLCC
Data Bus Width
8 bit
Data Ram Size
512 B
Interface Type
2-Wire, SPI, USART
Maximum Clock Frequency
16 MHz
Number Of Programmable I/os
32
Number Of Timers
2 x 8 bit
Operating Supply Voltage
4.5 V to 5.5 V
Maximum Operating Temperature
+ 70 C
Mounting Style
SMD/SMT
Minimum Operating Temperature
0 C
On-chip Adc
2 bit
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATMEGA8535-16JC
Manufacturer:
Atmel
Quantity:
10 000
48
ATmega8535(L)
When the BOOTRST Fuse is programmed and the Boot section size set to 2K bytes, the
most typical and general program setup for the Reset and Interrupt Vector Addresses is:
When the BOOTRST Fuse is programmed, the Boot section size set to 2K bytes and the
IVSEL bit in the GICR Register is set before any interrupts are enabled, the most typical
and general program setup for the Reset and Interrupt Vector Addresses is:
AddressLabels
0x000 RESET:
0x001
0x002
0x003
0x004
0x005
;
.org 0xC01
0xC01
0xC02
...
0xC14
AddressLabels
.org 0x001
0x001
0x002
...
0x014
;
.org 0xC00
0xC00 RESET:
0xC01
0xC02
0xC03
0xC04
0xC05
AddressLabels
.org 0xC00
0xC00
0xC01
0xC02
...
0xC14
;
0xC15 RESET:
0xC16
0xC17
0xC18
0xC19
0xC20
....
... .
... .
Code
ldi
out
ldi
out
sei
<instr> xxx
rjmp
rjmp
..
rjmp
Code
rjmp
rjmp
..
rjmp
ldi
out
ldi
out
sei
<instr> xxx
Code
rjmp
rjmp
rjmp
..
rjmp
ldi
out
ldi
out
sei
<instr> xxx
r16,high(RAMEND) ; Main program start
SPH,r16
r16,low(RAMEND)
SPL,r16
EXT_INT0
EXT_INT1
SPM_RDY
EXT_INT0
EXT_INT1
SPM_RDY
r16,high(RAMEND) ; Main program start
SPH,r16
r16,low(RAMEND)
SPL,r16
RESET
EXT_INT0
EXT_INT1
SPM_RDY
r16,high(RAMEND) ;Main program start
SPH,r16
r16,low(RAMEND)
SPL,r16
Comments
; Set Stack Pointer to top of RAM
; Enable interrupts
; IRQ0 Handler
; IRQ1 Handler
;
; Store Program Memory Ready Handler
Comments
; IRQ0 Handler
; IRQ1 Handler
;
; Store Program Memory Ready Handler
; Set Stack Pointer to top of RAM
; Enable interrupts
Comments
; Reset handler
; IRQ0 Handler
; IRQ1 Handler
;
; Store Program Memory Ready Handler
; Set Stack Pointer to top of RAM
; Enable interrupts
2502K–AVR–10/06

Related parts for ATMEGA8535-16JC