參數(shù)資料
型號(hào): ATF16V8BQL-15XU
廠商: Atmel
文件頁(yè)數(shù): 15/26頁(yè)
文件大?。?/td> 0K
描述: IC PLD 15NS 20TSSOP
標(biāo)準(zhǔn)包裝: 74
系列: 16V8
可編程類型: EE PLD
宏單元數(shù): 8
輸入電壓: 5V
速度: 15ns
安裝類型: 表面貼裝
封裝/外殼: 20-TSSOP(0.173",4.40mm 寬)
供應(yīng)商設(shè)備封裝: 20-TSSOP
包裝: 管件
產(chǎn)品目錄頁(yè)面: 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描述
ATF16V8B-10JU IC PLD 10NS 20PLCC
XC2V8000-5FFG1152C IC FPGA VIRTEX-II 8M 1152-FBGA
FMC26DREF CONN EDGECARD 52POS .100 EYELET
MPC860SRVR80D4 IC MPU POWERQUICC 80MHZ 357PBGA
IDT71V65703S75BG8 IC SRAM 9MBIT 75NS 119BGA
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
ATF16V8BQL-25GM 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Electrically-Erasable PLD
ATF16V8BQL-25GM/883 制造商:未知廠家 制造商全稱:未知廠家 功能描述:Electrically-Erasable PLD
ATF16V8BQL25JC 制造商:Atmel Corporation 功能描述:
ATF16V8BQL-25JC 制造商:ATMEL 制造商全稱:ATMEL Corporation 功能描述:High- Performance Flash PLD
ATF16V8BQL-25JI 制造商:ATMEL 制造商全稱:ATMEL Corporation 功能描述:High- Performance Flash PLD