AT90CAN32 Automotive Atmel Corporation, AT90CAN32 Automotive Datasheet - Page 62

no-image

AT90CAN32 Automotive

Manufacturer Part Number
AT90CAN32 Automotive
Description
Manufacturer
Atmel Corporation

Specifications of AT90CAN32 Automotive

Flash (kbytes)
32 Kbytes
Pin Count
64
Max. Operating Frequency
16 MHz
Cpu
8-bit AVR
# Of Touch Channels
16
Hardware Qtouch Acquisition
No
Max I/o Pins
53
Ext Interrupts
8
Usb Speed
No
Usb Interface
No
Spi
1
Twi (i2c)
1
Uart
2
Can
1
Graphic Lcd
No
Video Decoder
No
Camera Interface
No
Adc Channels
8
Adc Resolution (bits)
10
Adc Speed (ksps)
15
Analog Comparators
1
Resistive Touch Screen
No
Temp. Sensor
No
Crypto Engine
No
Sram (kbytes)
2
Eeprom (bytes)
1024
Self Program Memory
YES
Dram Memory
No
Nand Interface
No
Picopower
No
Temp. Range (deg C)
-40 to 125
I/o Supply Class
2.7 to 5.5
Operating Voltage (vcc)
2.7 to 5.5
Fpu
No
Mpu / Mmu
no / no
Timers
4
Output Compare Channels
8
Input Capture Channels
2
Pwm Channels
7
32khz Rtc
Yes
Calibrated Rc Oscillator
Yes
62
AT90CAN32/64/128
When the BOOTRST Fuse is unprogrammed, the Boot section size set to 8K bytes and the
IVSEL bit in the MCUCR Register is set before any interrupts are enabled, the most typical and
general program setup for the Reset and Interrupt Vector Addresses is:
0x0012
0x0014
0x0016
0x0018
0x001A
0x001C
0x001E
0x0020
0x0022
0x0024
0x0026
0x0028
0x002A
0x002C
0x002E
0x0030
0x0032
0x0034
0x0036
0x0038
0x003A
0x003C
0x003E
0x0040
0x0042
0x0044
0x0046
0x0048
;
0x004A
0x004B
0x004C
0x004D
0x004E
0x004F
;Address Labels
0x0000
0x0001
0x0002
0x0003
...
RESET: ldi
RESET: ldi
...
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
out
ldi
out
sei
<instr>
out
ldi
out
...
TIM2_COMP ; Timer2 Compare Handler
TIM2_OVF
TIM1_CAPT ; Timer1 Capture Handler
TIM1_COMPA; Timer1 CompareA Handler
TIM1_COMPB; Timer1 CompareB Handler
TIM1_OVF
TIM1_OVF
TIM0_COMP ; Timer0 Compare Handler
TIM0_OVF
CAN_IT
CTIM_OVF
SPI_STC
USART0_RXC; USART0 RX Complete Handler
USART0_DRE; USART0,UDR Empty Handler
USART0_TXC; USART0 TX Complete Handler
ANA_COMP
ADC
EE_RDY
TIM3_CAPT ; Timer3 Capture Handler
TIM3_COMPA; Timer3 CompareA Handler
TIM3_COMPB; Timer3 CompareB Handler
TIM3_COMPC; Timer3 CompareC Handler
TIM3_OVF
USART1_RXC; USART1 RX Complete Handler
USART1_DRE; USART1,UDR Empty Handler
USART1_TXC; USART1 TX Complete Handler
TWI
SPM_RDY
r16, high(RAMEND) ; Main program start
SPH,r16
r16, low(RAMEND)
SPL,r16
Code
r16,high(RAMEND) ; Main program start
SPH,r16
r16,low(RAMEND)
SPL,r16
...
xxx
; Timer2 Overflow Handler
; Timer1 CompareC Handler
; Timer1 Overflow Handler
; Timer0 Overflow Handler
; CAN Handler
; CAN Timer Overflow Handler
; SPI Transfer Complete Handler
; Analog Comparator Handler
; ADC Conversion Complete Handler
; EEPROM Ready Handler
; Timer3 Overflow Handler
; TWI Interrupt Handler
; SPM Ready Handler
; Set Stack Pointer to top of RAM
;Set Stack Pointer to top of RAM
; Enable interrupts
Comments
7682C–AUTO–04/08

Related parts for AT90CAN32 Automotive