Electronic component search and free download site.
Transistors,MosFET ,Diode,Integrated circuits
English
한국어
日本語
русский
简体中文
español
Part Name
Description
AT90PWM2(2005) View Datasheet(PDF) - Atmel Corporation
Part Name
Description
Manufacturer
AT90PWM2
(Rev.:2005)
8-bit Microcontroller with 8K Bytes In-System Programmable Flash
Atmel Corporation
AT90PWM2 Datasheet PDF : 365 Pages
First
Prev
61
62
63
64
65
66
67
68
69
70
Next
Last
AT90PWM2/3
Assembly Code Example
Move_interrupts:
; Enable change of Interrupt Vectors
ldi
r16, (1<<IVCE)
out
MCUCR, r16
; Move interrupts to Boot Flash section
ldi
r16, (1<<IVSEL)
out
MCUCR, r16
ret
C Code Example
void
Move_interrupts(
void
)
{
/*
Enable change of Interrupt Vectors
*/
MCUCR = (1<<IVCE);
/* Move interrupts to Boot Flash section */
MCUCR = (1<<IVSEL);
}
61
4317B–AVR–02/05
Share Link:
datasheetq.com [
Privacy Policy
]
[
Request Datasheet
] [
Contact Us
]