參數(shù)資料
型號: ATF16V8B-15SU
廠商: Atmel
文件頁數(shù): 15/26頁
文件大?。?/td> 0K
描述: IC PLD EE 15NS 20-SOIC
標(biāo)準(zhǔn)包裝: 37
系列: 16V8
可編程類型: EE PLD
宏單元數(shù): 8
輸入電壓: 5V
速度: 15ns
安裝類型: 表面貼裝
封裝/外殼: 20-SOIC(0.295",7.50mm 寬)
供應(yīng)商設(shè)備封裝: 20-SOIC W
包裝: 管件
產(chǎn)品目錄頁面: 610 (CN2011-ZH PDF)
22
7707F–AVR–11/10
AT90USB82/162
assume that no Flash Boot Loader is present in the software. If such code is present, the
EEPROM write function must also wait for any ongoing SPM command to finish.
Note:
Assembly Code Example
EEPROM_write:
; Wait for completion of previous write
sbic
EECR,EEPE
rjmp
EEPROM_write
; Set up address (r18:r17) in address register
out
EEARH, r18
out
EEARL, r17
; Write data (r16) to Data Register
out
EEDR,r16
; Write logical one to EEMPE
sbi
EECR,EEMPE
; Start eeprom write by setting EEPE
sbi
EECR,EEPE
ret
C Code Example
void
EEPROM_write(unsigned int uiAddress, unsigned char ucData)
{
/* Wait for completion of previous write */
while(EECR & (1<<EEPE))
;
/* Set up address and Data Registers */
EEAR = uiAddress;
EEDR = ucData;
/* Write logical one to EEMPE */
EECR |= (1<<EEMPE);
/* Start eeprom write by setting EEPE */
EECR |= (1<<EEPE);
}
相關(guān)PDF資料
PDF描述
IDT71342SA35PF IC SRAM 32KBIT 35NS 64TQFP
1-84984-4 CONN FFC 14POS 1.00MM VERT PCB
MPC866TCVR100A IC MPU POWERQUICC 100MHZ 357PBGA
4-1734839-6 CONN FPC 46POS .5MM RT ANG SMD
MPC8275VRMIBA IC MPU POWERQUICC II 516-PBGA
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
ATF16V8B-15SU SL383 制造商:Atmel Corporation 功能描述:SPLD ATF16V8B Family 250 Gates 8 Macro Cells 62MHz 5V 20-Pin SOIC 制造商:Atmel Corporation 功能描述:SPLD ATF16V8B Family 250 Gates 8 Macro Cells 62MHz CMOS Technology 5V 20-Pin SOIC 制造商:Atmel 功能描述:SPLD ATF16V8B Family 250 Gates 8 Macro Cells 62MHz CMOS Technology 5V 20-Pin SOIC 制造商:Atmel 功能描述:SPLD ATF16V8B Family 250 Gates 8 Macro Cells 62MHz 5V 20-Pin SOIC
ATF16V8B-15XC 制造商:ATMEL 制造商全稱:ATMEL Corporation 功能描述:Highperformance EE PLD
ATF16V8B-15XI 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Electrically-Erasable PLD
ATF16V8B-15XU 制造商:ATMEL 制造商全稱:ATMEL Corporation 功能描述:Highperformance EE PLD
ATF16V8B-25GC 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Electrically-Erasable PLD