ATMEGA8515L-8JUR Atmel, ATMEGA8515L-8JUR Datasheet - Page 56

no-image

ATMEGA8515L-8JUR

Manufacturer Part Number
ATMEGA8515L-8JUR
Description
MCU AVR 8KB FLASH 8MHZ 44PLCC
Manufacturer
Atmel
Series
AVR® ATmegar
Datasheet

Specifications of ATMEGA8515L-8JUR

Core Processor
AVR
Core Size
8-Bit
Speed
8MHz
Connectivity
EBI/EMI, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
35
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)
2.7 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
*
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Data Converters
-
Lead Free Status / Rohs Status
 Details

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATMEGA8515L-8JUR
Manufacturer:
Atmel
Quantity:
10 000
56
ATmega8515(L)
When the BOOTRST Fuse is unprogrammed, 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:
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:
Address Labels
$000
$001
$002
$003
$004
$005
;
.org $C02
$C02
$C04
...
$C2A
Handler
Address Labels
.org $002
$001
$002
...
$010
Handler
;
.org $C00
$C00
$C01
$C02
$C03
$C04
$C05
Address Labels
.org $C00
$C00
$C01
$C02
...
$C10
Handler
;
$C11
RESET:
....
....
RESET:
....
RESET:
Code
ldi
out
ldi
out
sei
<instr>
rjmp EXT_INT0
rjmp EXT_INT1
..
rjmp SPM_RDY
Code
rjmp EXT_INT0
rjmp EXT_INT1
..
rjmp SPM_RDY
ldi
out
ldi
out
sei
<instr>
Code
rjmp RESET
rjmp EXT_INT0
rjmp EXT_INT1
..
rjmp SPM_RDY
ldi
r16,high(RAMEND); Main program start
SPH,r16
r16,low(RAMEND)
SPL,r16
r16,high(RAMEND); Main program start
SPH,r16
r16,low(RAMEND)
SPL,r16
r16,high(RAMEND); Main program start
xxx
xxx
; Set Stack Pointer to top of RAM
; Enable interrupts
; IRQ0 Handler
; IRQ1 Handler
;
; Store Program memory Ready
Comments
; IRQ0 Handler
; IRQ1 Handler
;
; Store Program memory Ready
; Set Stack Pointer to top of RAM
; Enable interrupts
; Reset handler
; IRQ0 Handler
; IRQ1 Handler
;
; Store Program memory Ready
Comments
Comments
2512K–AVR–01/10

Related parts for ATMEGA8515L-8JUR