ATMEGA169V-1MC Atmel, ATMEGA169V-1MC Datasheet - Page 219

no-image

ATMEGA169V-1MC

Manufacturer Part Number
ATMEGA169V-1MC
Description
IC MCU AVR 16K 1.8V 1MHZ 64-QFN
Manufacturer
Atmel
Series
AVR® ATmegar
Datasheets

Specifications of ATMEGA169V-1MC

Core Processor
AVR
Core Size
8-Bit
Speed
1MHz
Connectivity
SPI, UART/USART, USI
Peripherals
Brown-out Detect/Reset, LCD, POR, PWM, WDT
Number Of I /o
53
Program Memory Size
16KB (8K x 16)
Program Memory Type
FLASH
Eeprom Size
512 x 8
Ram Size
1K x 8
Voltage - Supply (vcc/vdd)
1.8 V ~ 5.5 V
Data Converters
A/D 8x10b
Oscillator Type
Internal
Operating Temperature
0°C ~ 70°C
Package / Case
64-MLF®, 64-QFN
For Use With
ATAVRISP2 - PROGRAMMER AVR IN SYSTEMATAVRBFLY - KIT EVALUATION AVR BUTTERFLYATSTK502 - MOD EXPANSION AVR STARTER 500
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
2514H–AVR–05/03
Note:
Assembly Code Example
C Code Example
LCD_disable:
Wait_1:
Wait_2:
Void LCD_disable(void);
{
while ( !(LCDCRA & (1<<LCDIF)) )
while ( !(LCDCRA & (1<<LCDIF)) )
}
; Wait until a new frame is started.
lds
sbrs r16, LCDIF
rjmp Wait_1
; Set LCD Blanking and clear interrupt flag
; by writing a logical one to the flag.
ldi
sts
; Wait until LCD Blanking is effective.
lds
sbrs r16, LCDIF
rjmp Wait_2
; Disable LCD.
ldi
sts
ret
/* Wait until a new frame is started. */
;
/* Set LCD Blanking and clear interrupt flag */
/* by writing a logical one to the flag. */
LCDCRA = (1<<LCDEN)|(1<<LCDIF)|(1<<LCDBL);
/* Wait until LCD Blanking is effective. */
;
/* Disable LCD */
LCDCRA = (0<<LCDEN);
1. The example code assumes that the part specific header file is included.
r16, LCDCRA
r16, (1<<LCDEN)|(1<<LCDIF)|(1<<LCDBL)
LCDCRA, r16
r16, LCDCRA
r16, (0<<LCDEN)
LCDCRA, r16
(1)
(1)
ATmega169V/L
219

Related parts for ATMEGA169V-1MC