5秒后页面跳转
CP3UB17G38X/NOPB PDF预览

CP3UB17G38X/NOPB

更新时间: 2024-01-17 03:35:11
品牌 Logo 应用领域
德州仪器 - TI 微控制器
页数 文件大小 规格书
200页 2991K
描述
IC,MICROCONTROLLER,16-BIT,CR16C CPU,QFP,100PIN,PLASTIC

CP3UB17G38X/NOPB 技术参数

是否Rohs认证: 符合生命周期:Obsolete
包装说明:QFP, QFP100,.63SQ,20Reach Compliance Code:compliant
风险等级:5.84位大小:16
CPU系列:CR16CJESD-30 代码:S-PQFP-G100
JESD-609代码:e3湿度敏感等级:3
端子数量:100最高工作温度:85 °C
最低工作温度:-40 °C封装主体材料:PLASTIC/EPOXY
封装代码:QFP封装等效代码:QFP100,.63SQ,20
封装形状:SQUARE封装形式:FLATPACK
电源:2.5,2.5/3.3 V认证状态:Not Qualified
RAM(字节):10240ROM(单词):262144
ROM可编程性:FLASH速度:24 MHz
子类别:Microcontrollers最大压摆率:15 mA
表面贴装:YES温度等级:INDUSTRIAL
端子面层:Matte Tin (Sn)端子形式:GULL WING
端子节距:0.5 mm端子位置:QUAD

CP3UB17G38X/NOPB 数据手册

 浏览型号CP3UB17G38X/NOPB的Datasheet PDF文件第1页浏览型号CP3UB17G38X/NOPB的Datasheet PDF文件第2页浏览型号CP3UB17G38X/NOPB的Datasheet PDF文件第3页浏览型号CP3UB17G38X/NOPB的Datasheet PDF文件第5页浏览型号CP3UB17G38X/NOPB的Datasheet PDF文件第6页浏览型号CP3UB17G38X/NOPB的Datasheet PDF文件第7页 
3.0 Device Overview  
The CP3UB17 connectivity processor is a complete micro- The I/O pin characteristics are fully programmable. Each pin  
computers with all system timing, interrupt logic, program can be configured to operate as a TRI-STATE output, push-  
memory, data memory, I/O ports included on-chip, making pull output, weak pull-up input, or high-impedance input.  
them well-suited to a wide range of embedded applications.  
3.4  
BUS INTERFACE UNIT  
The block diagram on page 1 shows the major on-chip com-  
ponents of the CP3UB17.  
The Bus Interface Unit (BIU) controls access to internal/ex-  
ternal memory and I/O. It determines the configured param-  
eters for bus access (such as the number of wait states for  
3.1  
CR16C CPU CORE  
The CP3UB17 implements the CR16C CPU core module. memory access) and issues the appropriate bus signals for  
The high performance of the CPU core results from the im- each requested access.  
plementation of a pipelined architecture with a two-bytes-  
The BIU uses a set of control registers to determine how  
per-cycle pipelined system bus. As a result, the CPU can  
many wait states and hold states are used when accessing  
support a peak execution rate of one instruction per clock  
Flash program memory, and the I/O area (Port B and Port  
cycle.  
C). At start-up, the configuration registers are set for slowest  
For more information, please refer to the CR16C Program- possible memory access. To achieve fastest possible pro-  
mer’s Reference Manual (document number 424521772- gram execution, appropriate values must be programmed.  
101, which may be downloaded from National’s web site at These settings vary with the clock frequency and the type of  
http://www.national.com).  
off-chip device being accessed.  
3.2 MEMORY  
3.5 INTERRUPT CONTROL UNIT (ICU)  
The CP3UB17 supports a uniform linear address space of The ICU receives interrupt requests from internal and exter-  
up to 16 megabytes. Three types of on-chip memory occupy nal sources and generates interrupts to the CPU. An inter-  
specific regions within this address space:  
rupt is an event that temporarily stops the normal flow of  
program execution and causes a separate interrupt handler  
to be executed. After the interrupt is serviced, CPU execu-  
tion continues with the next instruction in the program fol-  
lowing the point of interruption.  
„ 256K bytes of Flash program memory  
„ 8K bytes of Flash data memory  
„ 10K bytes of static RAM  
„ Up to 8M bytes of external memory (100-pin devices )  
Interrupts from the timers, UART, Microwire/SPI interface,  
and Multi-Input Wake-Up, are all maskable interrupts; they  
can be enabled or disabled by software. There are 32 of  
these maskable interrupts, assigned to 32 linear priority lev-  
els.  
The 256K bytes of Flash program memory are used to store  
the application program and real-time operating system.  
The Flash memory has security features to prevent uninten-  
tional programming and to prevent unauthorized access to  
the program code. This memory can be programmed with  
an external programming unit or with the device installed in The highest-priority interrupt is the Non-Maskable Interrupt  
the application system (in-system programming).  
(NMI), which is generated by a signal received on the NMI  
input pin.  
The 8K bytes of Flash data memory are used for non-vola-  
tile storage of data entered by the end-user, such as config-  
uration settings.  
3.6  
USB  
The USB node is a Universal Serial Bus (USB) Node con-  
troller compatible with USB Specification, 1.0 and 1.1. It in-  
tegrates the required USB transceiver, the Serial Interface  
Engine (SIE), and USB endpoint FIFOs. A total of seven  
endpoint pipes are supported: one bidirectional pipe for the  
mandatory control EP0 and an additional six pipes for unidi-  
rectional endpoints to support USB interrupt, bulk, and iso-  
chronous data transfers.  
The 10K bytes of static RAM are used for temporary storage  
of data and for the program stack and interrupt stack. Read  
and write operations can be byte-wide or word-wide, de-  
pending on the instruction executed by the CPU.  
Up to 8M bytes of external memory can be added on an ex-  
ternal bus. The external bus is only available on devices in  
100-pin packages.  
For Flash program and data memory, the device internally  
generates the necessary voltages for programming. No ad-  
ditional power supply is required.  
3.7  
MULTI-INPUT WAKE-UP  
The Multi-Input Wake-Up (MIWU) module can be used for  
either of two purposes: to provide inputs for waking up (ex-  
iting) from the Halt, Idle, or Power Save mode; or to provide  
general-purpose edge-triggered maskable interrupts from  
external sources. This 16-channel module generates four  
programmable interrupts to the CPU based on the signals  
received on its 16 input channels. Channels can be individ-  
ually enabled or disabled, and programmed to respond to  
positive or negative edges.  
3.3  
INPUT/OUTPUT PORTS  
The device has up to 37 software-configurable I/O pins, or-  
ganized into five ports called Port B, Port C, Port G, Port H,  
and Port I. Each pin can be configured to operate as a gen-  
eral-purpose input or general-purpose output. In addition,  
many I/O pins can be configured to operate as inputs or out-  
puts for on-chip peripheral modules such as the UART, tim-  
ers, or Microwire/SPI interface.  
www.national.com  
4

与CP3UB17G38X/NOPB相关器件

型号 品牌 描述 获取价格 数据表
CP3UB17K38 NSC CP3UB17 Reprogrammable Connectivity Processor with USB Interface

获取价格

CP3UB17K38/NOPB TI Reprogrammable Connectivity Processor with USB Interface 48-PLGA -40 to 85

获取价格

CP3UB17K38X NSC IC 16-BIT, 24 MHz, RISC PROCESSOR, QCC48, CSP-48, Microprocessor

获取价格

CP3UB17K38Y/NOPB NSC IC,MICROCONTROLLER,16-BIT,CR16C CPU,LLCC,48PIN,PLASTIC

获取价格

CP3UB26 NSC Reprogrammable Connectivity Processor with USB and CAN Interfaces

获取价格

CP3UB26G18AWMNOPB NSC IC 16-BIT, 24 MHz, RISC PROCESSOR, PQFP128, ROHS COMPLIANT, LQFP-128, Microprocessor

获取价格