参数资料
型号: ATF16V8BQL-15XU
厂商: Atmel
文件页数: 15/26页
文件大小: 0K
描述: IC PLD 15NS 20TSSOP
标准包装: 74
系列: 16V8
可编程类型: EE PLD
宏单元数: 8
输入电压: 5V
速度: 15ns
安装类型: 表面贴装
封装/外壳: 20-TSSOP(0.173",4.40mm 宽)
供应商设备封装: 20-TSSOP
包装: 管件
产品目录页面: 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);
}
相关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
相关代理商/技术参数
参数描述
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