參數(shù)資料
型號(hào): ATF16V8B-10SI
廠商: Atmel
文件頁數(shù): 15/26頁
文件大?。?/td> 0K
描述: IC PLD EE 10NS 20-SOIC
標(biāo)準(zhǔn)包裝: 37
系列: 16V8
可編程類型: EE PLD
宏單元數(shù): 8
輸入電壓: 5V
速度: 10ns
安裝類型: 表面貼裝
封裝/外殼: 20-SOIC(0.295",7.50mm 寬)
供應(yīng)商設(shè)備封裝: 20-SOIC W
包裝: 管件
其它名稱: ATF16V8B10SI
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描述
ATF16V8B-10PI IC PLD 10NS 20DIP
ATF16V8B-10JI IC PLD 10NS 20PLCC
3-1734839-2 CONN FPC 32POS .5MM RT ANG SMD
IDT71V65803S100BQG8 IC SRAM 9MBIT 100MHZ 165FBGA
MPC870VR80 IC MPU POWERQUICC 80MHZ 256PBGA
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
ATF16V8B-10XC 制造商:ATMEL 制造商全稱:ATMEL Corporation 功能描述:Highperformance EE PLD
ATF16V8B-10XI 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Electrically-Erasable PLD
ATF16V8B-15GC 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Electrically-Erasable PLD
ATF16V8B-15GI 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Electrically-Erasable PLD
ATF16V8B-15GM 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Electrically-Erasable PLD