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

90USB82-16MU 参数 Datasheet PDF下载

90USB82-16MU图片预览
型号: 90USB82-16MU
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器具有ISP功能的Flash 8 / 16K字节 [8-bit Microcontroller with 8/16K Bytes of ISP Flash]
分类和应用: 微控制器和处理器外围集成电路异步传输模式ATM时钟
文件页数/大小: 306 页 / 2299 K
品牌: ATMEL [ ATMEL ]
 浏览型号90USB82-16MU的Datasheet PDF文件第186页浏览型号90USB82-16MU的Datasheet PDF文件第187页浏览型号90USB82-16MU的Datasheet PDF文件第188页浏览型号90USB82-16MU的Datasheet PDF文件第189页浏览型号90USB82-16MU的Datasheet PDF文件第191页浏览型号90USB82-16MU的Datasheet PDF文件第192页浏览型号90USB82-16MU的Datasheet PDF文件第193页浏览型号90USB82-16MU的Datasheet PDF文件第194页  
19.5 Power modes  
19.5.1  
Idle mode  
In this mode, the CPU core is halted (CPU clock stopped). The Idle mode is taken wether the  
USB controller is running or not. The CPU can wake up on any USB interrupts.  
19.5.2  
Power down  
In this mode, the oscillator is stopped and halts all the clocks (CPU and peripherals). The USB  
controller “wakes up” when:  
• the WAKEUPI interrupt is triggered (single asynchronous interrupt)  
19.5.3  
Freeze clock  
The firmware has the ability to reduce the power consumption by setting the FRZCLK bit, which  
freeze the clock of USB controller. When FRZCLK is set, it is still possible to access to the fol-  
lowing registers:  
• USBCON,  
• DPRAM direct access registers (DPADD7:0, UEDATX)  
• UDCON (detach, ...)  
• UDINT  
• UDIEN  
Moreover, when FRZCLK is set, only the asynchronous interrupt may be triggered :  
• WAKEUPI  
19.6 Memory management  
The controller does only support the following memory allocation management.  
The reservation of an Endpoint can only be made in the increasing order (Endpoint 0 to the last  
Endpoint). The firmware shall thus configure them in the same order.  
The reservation of an Endpoint “ki” is done when its ALLOC bit is set. Then, the hardware allo-  
cates the memory and insert it between the Endpoints “ki-1” and “ki+1”. The “ki+1” Endpoint  
memory “slides” up and its data is lost. Note that the “ki+2” and upper Endpoint memory does not  
slide.  
Clearing an Endpoint enable (EPEN) does not clear either its ALLOC bit, or its configuration  
(EPSIZE/PSIZE, EPBK/PBK). To free its memory, the firmware should clear ALLOC. Then, the  
“ki+1” Endpoint memory automatically “slides” down. Note that the “ki+2” and upper Endpoint  
memory does not slide.  
The following figure illustrates the allocation and reorganization of the USB memory in a typical  
example:  
190  
AT90USB82/162  
7707D–AVR–07/08  
 复制成功!