5秒后页面跳转
CP3CN17K38X PDF预览

CP3CN17K38X

更新时间: 2024-02-17 04:48:27
品牌 Logo 应用领域
美国国家半导体 - NSC 微控制器和处理器外围集成电路微处理器时钟
页数 文件大小 规格书
220页 3172K
描述
Reprogrammable Connectivity Processor with CAN Interface

CP3CN17K38X 技术参数

是否Rohs认证: 符合生命周期:Obsolete
包装说明:CSP-48Reach Compliance Code:unknown
ECCN代码:3A001.A.2.CHTS代码:8542.31.00.01
风险等级:5.83地址总线宽度:
位大小:16边界扫描:YES
最大时钟频率:12 MHz外部数据总线宽度:
格式:FIXED POINT集成缓存:YES
JESD-30 代码:S-XQCC-N48JESD-609代码:e4
长度:7 mm低功率模式:YES
湿度敏感等级:3端子数量:48
最高工作温度:85 °C最低工作温度:-40 °C
封装主体材料:UNSPECIFIED封装代码:QCCN
封装形状:SQUARE封装形式:CHIP CARRIER
峰值回流温度(摄氏度):235认证状态:Not Qualified
座面最大高度:1.1 mm速度:24 MHz
最大供电电压:2.75 V最小供电电压:2.25 V
表面贴装:YES技术:CMOS
温度等级:INDUSTRIAL端子面层:Nickel/Gold (Ni/Au)
端子形式:NO LEAD端子节距:0.5 mm
端子位置:QUAD处于峰值回流温度下的最长时间:NOT SPECIFIED
宽度:7 mmuPs/uCs/外围集成电路类型:MICROPROCESSOR, RISC
Base Number Matches:1

CP3CN17K38X 数据手册

 浏览型号CP3CN17K38X的Datasheet PDF文件第1页浏览型号CP3CN17K38X的Datasheet PDF文件第2页浏览型号CP3CN17K38X的Datasheet PDF文件第3页浏览型号CP3CN17K38X的Datasheet PDF文件第5页浏览型号CP3CN17K38X的Datasheet PDF文件第6页浏览型号CP3CN17K38X的Datasheet PDF文件第7页 
3.0 Device Overview  
The CP3CN17 connectivity processor is a complete micro- The I/O pin characteristics are fully programmable. Each pin  
computer 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 CP3CN17.  
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 CP3CN17 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 CP3CN17 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  
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.  
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.3  
INPUT/OUTPUT PORTS  
The device has up to 40 software-configurable I/O pins, or-  
ganized into five 8-pin ports called Port B, Port C, Port G,  
Port H, and Port I. Each pin can be configured to operate as  
a general-purpose input or general-purpose output. In addi-  
tion, many I/O pins can be configured to operate as inputs  
or outputs for on-chip peripheral modules such as the  
UART, timers, or Microwire/SPI interface.  
www.national.com  
4

与CP3CN17K38X相关器件

型号 品牌 描述 获取价格 数据表
CP3CN17K38Y NSC Reprogrammable Connectivity Processor with CAN Interface

获取价格

CP3CN23 NSC CP3CN23 Reprogrammable Connectivity Processor with Dual CAN Interfaces

获取价格

CP3CN23G18NEP TI IC,MICROCONTROLLER,16-BIT,CR16C CPU,QFP,128PIN,PLASTIC

获取价格

CP3CN23Y98NEP TI IC,MICROCONTROLLER,16-BIT,CR16C CPU,QFP,144PIN,PLASTIC

获取价格

CP-3R3-M PREMO Coils and Chokes for general use

获取价格

CP-3R9-M PREMO Coils and Chokes for general use

获取价格