欢迎访问ic37.com |
会员登录 免费注册
发布采购

90USB1287-16AU 参数 Datasheet PDF下载

90USB1287-16AU图片预览
型号: 90USB1287-16AU
PDF下载: 下载PDF文件 查看货源
内容描述: 单片机具有ISP功能的Flash和USB控制器64 / 128K字节 [Microcontroller with 64/128K Bytes of ISP Flash and USB Controller]
分类和应用: 微控制器
文件页数/大小: 434 页 / 3172 K
品牌: ATMEL [ ATMEL ]
 浏览型号90USB1287-16AU的Datasheet PDF文件第273页浏览型号90USB1287-16AU的Datasheet PDF文件第274页浏览型号90USB1287-16AU的Datasheet PDF文件第275页浏览型号90USB1287-16AU的Datasheet PDF文件第276页浏览型号90USB1287-16AU的Datasheet PDF文件第278页浏览型号90USB1287-16AU的Datasheet PDF文件第279页浏览型号90USB1287-16AU的Datasheet PDF文件第280页浏览型号90USB1287-16AU的Datasheet PDF文件第281页  
AT90USB64/128  
22.15 IN endpoint management  
IN packets are sent by the USB device controller, upon an IN request from the host. All the data  
can be written by the CPU, which acknowledge or not the bank when it is full.Overview  
The Endpoint must be configured first.  
The TXINI bit is set by hardware when the current bank becomes free. This triggers an interrupt  
if the TXINE bit is set. The FIFOCON bit is set at the same time. The CPU writes into the FIFO  
and clears the FIFOCON bit to allow the USB controller to send the data. If the IN Endpoint is  
composed of multiple banks, this also switches to the next data bank. The TXINI and FIFOCON  
bits are automatically updated by hardware regarding the status of the next bank.  
TXINI shall always be cleared before clearing FIFOCON.  
The RWAL bit always reflects the state of the current bank. This bit is set if the firmware can  
write data to the bank, and cleared by hardware when the bank is full.  
Example with 1 IN data bank  
NAK  
DATA  
(bank 0)  
IN  
ACK  
HW  
IN  
TXINI  
SW  
SW  
write data from CPU  
BANK 0  
FIFOCON  
SW  
SW  
write data from CPU  
BANK 0  
Example with 2 IN data banks  
DATA  
(bank 0)  
DATA  
(bank 1)  
IN  
ACK  
HW  
IN  
ACK  
TXINI  
SW  
SW  
SW  
write data from CPU  
BANK0  
write data from CPU  
BANK 0  
write data from CPU  
BANK 1  
FIFOCON  
SW  
SW  
22.15.1 Detailed description  
The data are written by the CPU, following the next flow:  
• When the bank is empty, an endpoint interrupt (EPINTx) is triggered, if enabled (TXINE set)  
and TXINI is set. The CPU can also poll TXINI or FIFOCON, depending the software  
architecture choice,  
• The CPU acknowledges the interrupt by clearing TXINI,  
• The CPU can write the data into the current bank (write in UEDATX),  
• The CPU can free the bank by clearing FIFOCON when all the data are written, that is:  
277  
7593A–AVR–02/06  
 复制成功!