7
ATmega8535(L)
2502KS–AVR–10/06
About Code
Examples
This documentation contains simple code examples that briefly show how to use various
parts of the device. These code examples assume that the part specific header file is
included before compilation. Be aware that not all C compiler vendors include bit defini-
tions in the header files and interrupt handling in C is compiler dependent. Please
confirm with the C Compiler documentation for more details.
8
ATmega8535(L)
2502KS–AVR–10/06
.
Register Summary
Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Page
0x3F (0x5F) SREG I T H S V N Z C 10
0x3E (0x5E) SPH –SP9SP8 12
0x3D (0x5D) SPL SP7 SP6 SP5 SP4 SP3 SP2 SP1 SP0 12
0x3C (0x5C) OCR0
Timer/Counter0 Output Compare Register
85
0x3B (0x5B) GICR INT1 INT0 INT2 IVSEL IVCE 49, 69
0x3A (0x5A) GIFR INTF1 INTF0 INTF2 –70
0x39 (0x59) TIMSK OCIE2 TOIE2 TICIE1 OCIE1A OCIE1B TOIE1 OCIE0 TOIE0 85, 115, 133
0x38 (0x58) TIFR OCF2 TOV2 ICF1 OCF1A OCF1B TOV1 OCF0 TOV0 86, 116, 134
0x37 (0x57) SPMCR SPMIE RWWSB RWWSRE BLBSET PGWRT PGERS SPMEN 228
0x36 (0x56) TWCR TWINT TWEA TWSTA TWSTO TWWC TWEN –TWIE 181
0x35 (0x55) MCUCR SM2 SE SM1 SM0 ISC11 ISC10 ISC01 ISC00 32, 68
0x34 (0x54) MCUCSR –ISC2 WDRF BORF EXTRF PORF 40, 69
0x33 (0x53) TCCR0 FOC0 WGM00 COM01 COM00 WGM01 CS02 CS01 CS00 83
0x32 (0x52) TCNT0 Timer/Counter0 (8 Bits) 85
0x31 (0x51) OSCCAL Oscillator Calibration Register 30
0x30 (0x50) SFIOR ADTS2 ADTS1 ADTS0 ACME PUD PSR2 PSR10 59,88,135,203,223
0x2F (0x4F) TCCR1A COM1A1 COM1A0 COM1B1 COM1B0 FOC1A FOC1B WGM11 WGM10 110
0x2E (0x4E) TCCR1B ICNC1 ICES1
WGM13 WGM12 CS12 CS11 CS10 113
0x2D (0x4D) TCNT1H Timer/Counter1 – Counter Register High Byte 114
0x2C (0x4C) TCNT1L Timer/Counter1 – Counter Register Low Byte 114
0x2B (0x4B) OCR1AH
Timer/Counter1 – Output Compare Register A High Byte
114
0x2A (0x4A) OCR1AL
Timer/Counter1 – Output Compare Register A Low Byte
114
0x29 (0x49) OCR1BH
Timer/Counter1 – Output Compare Register B High Byte
114
0x28 (0x48) OCR1BL
Timer/Counter1 – Output Compare Register B Low Byte
114
0x27 (0x47) ICR1H Timer/Counter1 – Input Capture Register High Byte 114
0x26 (0x46) ICR1L Timer/Counter1 – Input Capture Register Low Byte 114
0x25 (0x45) TCCR2 FOC2 WGM20 COM21 COM20 WGM21 CS22 CS21 CS20 128
0x24 (0x44) TCNT2 Timer/Counter2 (8 Bits) 130
0x23 (0x43) OCR2
Timer/Counter2 Output Compare Register
131
0x22 (0x42) ASSR
AS2 TCN2UB OCR2UB TCR2UB 131
0x21 (0x41) WDTCR WDCE WDE WDP2 WDP1 WDP0 42
0x20
(1)
(0x40)
(1)
UBRRH URSEL UBRR[11:8] 169
UCSRC URSEL UMSEL UPM1 UPM0 USBS UCSZ1 UCSZ0 UCPOL 167
0x1F (0x3F) EEARH EEAR8 19
0x1E (0x3E) EEARL EEPROM Address Register Low Byte 19
0x1D (0x3D) EEDR EEPROM Data Register 19
0x1C (0x3C) EECR EERIE EEMWE EEWE EERE 19
0x1B (0x3B) PORTA PORTA7 PORTA6 PORTA5 PORTA4 PORTA3 PORTA2 PORTA1 PORTA0 66
0x1A (0x3A) DDRA DDA7 DDA6 DDA5 DDA4 DDA3 DDA2 DDA1 DDA0 66
0x19 (0x39) PINA PINA7 PINA6 PINA5 PINA4 PINA3 PINA2 PINA1 PINA0 66
0x18 (0x38) PORTB PORTB7 PORTB6 PORTB5 PORTB4 PORTB3 PORTB2 PORTB1 PORTB0 66
0x17 (0x37) DDRB DDB7 DDB6 DDB5 DDB4 DDB3 DDB2 DDB1 DDB0 66
0x16 (0x36) PINB PINB7 PINB6 PINB5 PINB4 PINB3 PINB2 PINB1 PINB0 67
0x15 (0x35) PORTC PORTC7 PORTC6 PORTC5 PORTC4 PORTC3 PORTC2 PORTC1 PORTC0 67
0x14 (0x34) DDRC DDC7 DDC6 DDC5 DDC4 DDC3 DDC2 DDC1 DDC0 67
0x13 (0x33) PINC PINC7 PINC6 PINC5 PINC4 PINC3 PINC2 PINC1 PINC0 67
0x12 (0x32) PORTD PORTD7 PORTD6 PORTD5 PORTD4 PORTD3 PORTD2 PORTD1 PORTD0 67
0x11 (0x31) DDRD DDD7 DDD6 DDD5 DDD4 DDD3 DDD2 DDD1 DDD0 67
0x10 (0x30) PIND PIND7 PIND6 PIND5 PIND4 PIND3 PIND2 PIND1 PIND0 67
0x0F (0x2F) SPDR SPI Data Register 143
0x0E (0x2E) SPSR SPIF WCOL
SPI2X 143
0x0D (0x2D) SPCR SPIE SPE DORD MSTR CPOL CPHA SPR1 SPR0 141
0x0C (0x2C) UDR USART I/O Data Register 164
0x0B (0x2B) UCSRA RXC TXC UDRE FE DOR PE U2X MPCM 165
0x0A (0x2A) UCSRB RXCIE TXCIE UDRIE RXEN TXEN UCSZ2 RXB8 TXB8 166
0x09 (0x29) UBRRL USART Baud Rate Register Low Byte 169
0x08 (0x28) ACSR ACD ACBG ACO ACI ACIE ACIC ACIS1 ACIS0 203
0x07 (0x27) ADMUX REFS1 REFS0 ADLAR MUX4 MUX3 MUX2 MUX1 MUX0 219
0x06 (0x26) ADCSRA ADEN ADSC ADATE ADIF ADIE ADPS2 ADPS1 ADPS0 221
0x05 (0x25) ADCH ADC Data Register High Byte 222
0x04 (0x24) ADCL ADC Data Register Low Byte 222
0x03 (0x23) TWDR Two-wire Serial Interface Data Register 183
0x02 (0x22) TWAR TWA6 TWA5 TWA4 TWA3 TWA2 TWA1 TWA0 TWGCE 183
0x01 (0x21) TWSR TWS7
TWS6 TWS5 TWS4 TWS3
TWPS1 TWPS0
183
9
ATmega8535(L)
2502KS–AVR–10/06
Notes: 1. Refer to the USART description for details on how to access UBRRH and UCSRC.
2. For compatibility with future devices, reserved bits should be written to zero if accessed. Reserved I/O memory addresses
should never be written.
3. Some of the status flags are cleared by writing a logical one to them. Note that the CBI and SBI instructions will operate on
all bits in the I/O Register, writing a one back into any flag read as set, thus clearing the flag. The CBI and SBI instructions
work with registers 0x00 to 0x1F only.
0x00 (0x20) TWBR Two-wire Serial Interface Bit Rate Register 181
Register Summary (Continued)
Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Page

ATMEGA8535L-8MI

Mfr. #:
Manufacturer:
Description:
IC MCU 8BIT 8KB FLASH 44VQFN
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union