参数资料
型号: PIC16C765-I/L
厂商: Microchip Technology
文件页数: 137/165页
文件大小: 0K
描述: IC MCU OTP 8KX14 USB 44PLCC
产品培训模块: Asynchronous Stimulus
8-bit PIC® Microcontroller Portfolio
标准包装: 27
系列: PIC® 16C
核心处理器: PIC
芯体尺寸: 8-位
速度: 24MHz
连通性: SCI,UART/USART,USB
外围设备: 欠压检测/复位,POR,PWM,WDT
输入/输出数: 33
程序存储器容量: 14KB(8K x 14)
程序存储器类型: OTP
RAM 容量: 256 x 8
电压 - 电源 (Vcc/Vdd): 4.35 V ~ 5.25 V
数据转换器: A/D 8x8b
振荡器型: 外部
工作温度: -40°C ~ 85°C
封装/外壳: 44-LCC(J 形引线)
包装: 管件
产品目录页面: 636 (CN2011-ZH PDF)
配用: AC164309-ND - MODULE SKT FOR PM3 44PLCC
ISPICR1-ND - ADAPTER IN-CIRCUIT PROGRAMMING
444-1001-ND - DEMO BOARD FOR PICMICRO MCU
2000 Microchip Technology Inc.
Preliminary
DS41124C-page 73
PIC16C745/765
10.9.3.6
Buffer Allocation
The PIC16C745/765 has 64 bytes of Dual Port RAM.
24 are used for the Buffer Descriptor Table (BDT),
leaving 40 bytes for buffers.
Endpoints 0 IN and OUT need dedicated buffers since
a setup transaction can never be NAKed. That leaves
three buffers for four possible Endpoints, but the USB
spec requires that low speed devices are only allowed
2 endpoints (USB 1.1 paragraph 5.3.1.2), where an
endpoint is a simplex connection that is defined by the
combination of Endpoint number and direction.
10.9.3.7
Vendor Specific Commands
Vendor specific commands are defined by the vendor.
These are parsed out, but are not processed. Instead,
control is passed to function CheckVendor where
they can be processed.
10.9.4
FILE PACKAGING
The software interface is packaged into four files,
designed to simplify the integration with your application.
File USB_CH9.ASM contains the interface and core
functions
needed
to
enumerate
the
bus.
DESCRIPT.ASM contains the device, config, inter-
face, endpoint and string descriptors. Both of these
files must be linked in with your application.
HIDCLASS.ASM provides some HID Class specific
functions. Currently only GetReportDescriptor is sup-
ported. Other class specific functions can be imple-
mented in a similar fashion. When a token done
interrupt determines that it’s a class specific command
on the basis that ReportType bit 6 is set, control is
passed to function ClassSpecific. If you’re working
with a different class, this is your interface between the
core functions and the class specific functions.
USB_MAIN.ASM is useful as a starting point on a new
application and as an example of how an existing
application needs to service the USB interrupt and
communicate with the core functions.
10.9.5
FUNCTION CALL REFERENCE
Interface between the Application and Protocol layer
takes place in three main functions: InitUSB, PutUSB
and GetUSB.
InitUSB should be called by the main program immedi-
ately upon power-up. It enables the USB peripheral and
USB Reset interrupt, and transitions the part to the pow-
ered state to prepare the device for enumeration. See
Section 10.9.6 “Behind the Scenes” for details on the
enumeration process.
DeInitUSB disables the USB peripheral, removing the
device from the bus. An application might call
DeInitUSB if it was finished communicating to the host
and didn't want to be polled any more.
PutUSB (Buffer pointer, Buffer size, Endpoint) sends
data up to the host. The pointer to the block of data to
transmit is in the FSR/IRP, and the block size and end-
point is passed in W register. If the IN buffer is available
for that endpoint, PutUSB copies the buffer, flips the
Data 0/1 bit and sets the OWNS bit. A buffer not avail-
able would occur when it has been previously loaded
and the host has not requested that the USB peripheral
transmit it. In this case, a failure code would be returned
so the application can try again later.
GetUSB (Buffer Pointer, Endpoint) returns data sent
from the host. If the out buffer pointed to by the endpoint
number is ready, as indicated by the OWNS bit, the
buffer is copied from dual port RAM to the locations
pointed to by the buffer pointer, and resets the endpoint
for the next out transaction from the host. If no data is
available, it returns a failure code. Thus the functions of
polling for buffer ready and copying the data are com-
bined into the one function.
ServiceUSBInt handles all interrupts generated by the
USB peripheral. First, it copies the active buffer to com-
mon RAM, which provides a quick turn around on the
buffer in dual port RAM and also avoids having to
switch banks during processing of the buffer. File
USB_MAIN.ASM
gives
an
example
of
how
ServiceUSBInt would be invoked.
StallUSBEP/UnstallUSBEP sets or clears the stall bit
in the endpoint control register. The stall bit indicates to
the host that user intervention is required and until such
intervention is made, further attempts to communicate
with the endpoint will not be successful. Once the user
intervention has been made, UnstallUSBEP clears the
bit allowing communication to take place. These calls
are useful to signal to the host that user intervention is
required. An example of this might be a printer out of
paper.
SoftDetachUSB clears the DEV_ATT bit, electrically
disconnecting the device from the bus, then reconnect-
ing, so it can be re-enumerated by the host. This pro-
cess takes approximately 50 mS, to ensure that the host
has seen the device disconnect and reattach to the bus.
CheckSleep tests the UCTRL.UIDLE bit if set, indicat-
ing that there has been no activity on the bus for 3 mS.
If set, the device can be put to SLEEP, which puts the
part into a low power standby mode, until wakened by
bus activity. This has to be handled outside the ISR
because we need the interrupt to wake us from SLEEP,
and also because the application may not be ready to
SLEEP when the interrupt occurs. Instead, the applica-
tion should periodically call this function to poll the bit,
when the device is in a good place to SLEEP.
Prior to putting the device to SLEEP, it enables the
activity interrupt so the device will be awakened by the
first transition on the bus. The PICmicro device will
immediately jump to the ISR, recognize the activity
interrupt, which then disables the interrupt and resumes
processing
with
the
instruction
following
the
CheckSleep call.
745cov.book Page 73 Wednesday, August 2, 2000 8:24 AM
相关PDF资料
PDF描述
ATMEGA88-20PU IC AVR MCU 8K 20MHZ 5V 28DIP
DSPIC33FJ64MC204-I/PT IC DSPIC MCU/DSP 64K 44-TQFP
PIC24HJ64GP206-I/PT IC PIC MCU FLASH 64KB 64TQFP
DSPIC33FJ64GP206-I/PT IC DSPIC MCU/DSP 64K 64TQFP
DSPIC30F3014-30I/ML IC DSPIC MCU/DSP 24K 44QFN
相关代理商/技术参数
参数描述
PIC16C765T-I/L 功能描述:8位微控制器 -MCU 14KB 256 RAM 33 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16C765T-I/PT 功能描述:8位微控制器 -MCU 14KB 256 RAM 33 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16C76T-04/SO 功能描述:8位微控制器 -MCU 14KB 368 RAM 22 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16C76T-04E/SO 功能描述:8位微控制器 -MCU 14KB 368 RAM 22 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16C76T-04I/SO 功能描述:8位微控制器 -MCU 14KB 368 RAM 22 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT