AN Mbit RHQDRII+ FIFO Interface Controller. Abstract. Introduction. RHQDRII+ Based FIFO

Size: px
Start display at page:

Download "AN Mbit RHQDRII+ FIFO Interface Controller. Abstract. Introduction. RHQDRII+ Based FIFO"

Transcription

1 Abstract 72Mbit RHRII+ FIFO Interface Controller AN84534 Authors: Suhail Zain, Karthik Navalpakam Associated Part Family: CYRS154*AV18 This application note describes the architecture and timing details of a FIFO implementation based on Cypress s Radiation Hardened R II+ SRAMs. The accompanying synthesizable reference design targets Xilinx Virtex-5V family of FPGA devices for an Industry Standard FIFO realization. Introduction FIFO is an acronym for First In, First Out. It is a memory queue providing in-order storage and retrieval. FIFO memory allows data to be written into and read out from its array at independent data rates. FIFOs are ubiquitous constructs needed for data manipulation tasks such as clock domain crossing and low latency memory buffering. Monitoring the status of the FIFO memory is critical to avoiding any data under or over flows and is achieved by the Full and mpty flags. As the name applies, Full flag is asserted when FIFO is full. Similarly, mpty flag is high when FIFO is empty. Figure 1 shows a functional block description of a typical FIFO memory. atain WNb WCLK WCSb Write Control Write Pointer Input Register ual Port RAM Array Read Control Read Pointer RNb RCLK RCSb Pop=1 C Count Count = Count < Max State (1) mpty State (5) Push (not full) FIFO State Machine Pop = 1 C Count Count = Count < Max Pop = 1 Pop C Count Count Count > Pop =1 C Count State (2) Full State (4) Pop (not empty) Figure 2: FIFO State Machine Count = Max Pop = 1 C Count Count > Count = Max Another important set of FLAGs generally implemented (but not required) is Almost Full & Almost mpty. These are used by the system logic to either stop sending (PUSH) or stop receiving (POP) data to ensure data in transit can be properly handled. A value less than the maximum count for Almost Full and a value greater than zero for Almost mpty can be used to generate these flags respectively. FIFO Functional Block iagram Output Register ataout FIFO Control Logic Figure 1: FIFO Functional Block iagram Full mpty Read_RR Write_RR Ob RHRII+ Based FIFO Implementing a FIFO using 72Mbit RHRII+ means replacing the ual Port RAM in figure 1 with 72Mbit RHRII+. However, 72Mbit RHRII+ is a Single Port memory with separate read and write buses, each employing double data rate architecture. Thus, forming FIFO functionality will require extra logic. Figure 3 shows the basic RHRII+ (x18) functional block description. Figure 2 shows the FIFO state machine logic which controls the Read and Write pointers along with maintaining correct FLAG logic. March 1, 213 ocument. TB 1

2 AN_SZZX4 RPSb Address[21:] RHRII+ Architecture te: The Physical layer components are pre-built into the Virtex5V architecture. ata[17:] K WPSb C [17:] Clock Generator Write Control Logic W R I T C O R Address Register Write Registers 36 Megabit Array (2Mbit X 18) Read Registers Write Registers 36 Megabit Array (2Mbit X 18) R A C O R 18 Read Control Logic RG RG RG Figure 3: RHRII+ Function Block iagram Figure 4 shows the functional block diagram of a FIFO controller based on Xilinx s Virtex5V platform. sys_clk sys_rst_in fifo_dwl/h wclk fifo_w_en_n fifo_full_n fifo_afull_n fifo_empty_n fifo_aempty_n fifo_r_en_n rclk fifo_qrl/h datain(a) wclk(a) wren(a) wadd(a) port_w_addr port_w_en port_w_clk reset full almost_full empty almost_empty port_r_clk port_r_en port_r_addr radd(a) ren(a) rclk(a) dataout(a) BRAM (1KX36) FIFO Controller BRAM (1KX36) d_to_qdr(b) sclk(b) ren(b) radd(b) qdr_wb_addr qdr_wb_ren qdr_addr wadd(b) wen(b) sclk(b) d_fm_qdr(b) Xilinx Virtex5V Based FIFO Controller qdr_wen qdr_ren master_clk qdr_rb_wen qdr_rb_addr Reset W AR W_N R_N R RHRII+ Controller State Machine Calibration Read Write Control AC Logic 72Mbit Radiation Hardened FIFO Physical Layer Read/Write data following RII+ protocol RHRII+ Controller Read/Write Requests with correct timing FIFO Controller FIFO functionality Master_Clock Write_data Address Read_data System Clock Write ata Address CLKIN Read ata Physical Layer CLK PLL / LL CLK9 Vdd CLK PLL / LL Figure 4: Virtex6V based FIFO Controller etailed description of each block is as follows: Physical Layer The Physical layer transmits and receives all the signals and data to and from the 72Mbit RHRII+ memory. It performs the following main functions: CLK9 CLKIN Clock (K) Write ata cho Clock (C) Write data into RHRII+ Read data from RHRII+ Provide all the necessary control signals Transfers Read as well as write data clock domain from the RHRII+ domain to FPGA domain The ouble ata Rate (R) registers shown ensure data can be sent and received on both edges of the clock. Moreover, the LLs center-align the data for writing and echo clocks for reading to ensure optimum data valid window capture. WPSb RPSb Read ata qdr_k qdr_d qdr_w_n qdr_r_n qdr_cq qdr_q RHRII+ Controller The RHRII+ Controller provides an easy-to-use interface between the FIFO controller and the Physical layer. The main function of the controller is to ensure that data and timing are aligned with the RHRII+ specifications. etails are as follows: The read and write requests from the FPGA User logic are turned into RHRII+ SRAM read and write requests with correct timing (R) rror etection and Correction (SC) Synchronization and training sequences Phased clock generation and datapath sequencing etails on the RHRII+ controller can be found in application notes AN_SZZX3 and AN6972. FIFO Controller The FIFO Controller implements the FIFO functionality. It is a very simple interface employing synchronous read and write operations. This FIFO design accommodates different read and write frequencies up to the maximum specified frequency limit set by Xilinx Virtex5V. Since 72Mbit RHRII+ is a single port memory with separate read and write buses, Block RAMs are used to implement the simple dual port interface needed for FIFO. ata flow is automatic and is controlled by read and write counters in conjunction with FULL and MPTY flags. Almost FULL (A_FULL) and almost MPTY (A_MPTY) flags are also present for early warning. FIFO xternal Port escriptions Port Name irection escription sys_clk Input Master Clock Used for RHRII+ Controller & RHRII+ memory sys_clk_27 Input Master Clock with 27 Used for RHRII+ Controller clk_2 Input 2MHz clock for idelayctrl primitives sys_rst_in Input Asynchronous reset to all FIFO functions including RHRII+ Controller wclk Input Clock for write domain operation fifo_w_en_n Input Active low Write enable fifo_dwl, fifo_dwh Input ata input, synchronous to wclk fifo_full_n Output FIFO memory is full synchronous to wclk fifo_afull_n Output FIFO is almost full - synchronous to wclk rclk Input Clock for read domain operation March 1, 213 ocument. TB 2

3 fifo_r_en_n Input Active low Read enable fifo_qrl, fifo_qrh Output ata output, synchronous to rclk fifo_qrl_err, fifo_qrh_err Output ata out err status from internal AC fifo_qr_valid_n Output Active low ata out valid indicator fifo_empty_n Output FIFO is empty - synchronous to rclk fifo_aempty_n Output FIFO is almost empty - synchronous to rclk Table 1: FIFO external Port description RHRII+ Interface Port escription Port Name irection escription qdr_d Output Write ata for RHRII+ qdr_bw_n Output Byte nables for Write ata for RHRII+ qdr_q Input Read ata from RHRII+ qdr_sa Output Address for RHRII+ qdr_w_n Output Write Port nable for RHRII+ qdr_r_n Output Read Port nable for RHRII+ qdr_dll_off_n Output LL Off signal for RHRII+ qdr_k Output Master Clock for RHRII+ - True qdr_k_n Output Master Clock for RHRII+ - Complement qdr_cq Input cho Clock from RHRII+ - True qdr_cq_n Input cho Clock from RHRII+ - Complement qdr_wb_addr Output Address for write Block RAM read port (mclk) write data to RHRII+ qdr_wb_ren Output Read enable for write Block RAM (mclk) qdr_addr Output Address for RHRII+ memory (mclk) qdr_wen Output Write enable for RHRII+ memory (mclk) qdr_ren Output Read enable for RHRII+ memory (mclk) qdr_rb_addr Output Address for read Block RAM write port (mclk) read data to RHRII+ qdr_rb_wen Output Write enable for read Block RAM (mclk) Table 3: FIFO internal pin description FIFO Controller State Machine This state machine is similar to the one shown in figure 2. However, the RHRII+ FIFO controller has the additional complexity to properly transfer data between the read and writer Block RAMs and the main RHRII+ SRAM to maintain the simple dual port functionality. Figure 5 shows the flowchart for a FIFO controller supporting a simple dual port memory. The read pointer (rd_ptr) and write pointer (wr_ptr) are used as addresses and work in a round robin fashion. Only FULL and MPTY flags are implemented. MAX refers to the maximum allowable address space. Table 2: RHRII+ Interface Port escription FIFO Internal Port escription (For explanation only Actual implemented names may vary) Port Name irection escription port_w_addr Output Address for write Block RAM (wclk) port_w_en Input Write enable used to increment write address (wclk) port_w_clk Input Write port clock reset Input Asynchronous reset full Input Full flag FIFO is full (wclk) a_full Input Almost full flag FIFO is almost full (wclk) port_r_addr Output Address for read Block RAM (rclk) port_r_en Input Read enable used to increment write address (rclk) port_w_clk Input Read port clock March 1, 213 ocument. TB 3

4 Power ON / RST wr_ptr = rd_ptr = State = IL Power ON / RST r_mem = port_w_addr = port_r_addr = qdr_wb_addr = qdr_rb_addr = State = IL Reset rclk Reset wclk rclk wclk State = RA State = WRIT port_r_addr ++ port_w_addr ++ rd_ptr = wr_ptr State = MPTY FLAG MPTY = 1 wr_ptr - rd_ptr = MAX State = FULL FLAG FULL = 1 Burst 2 port_r_addr - qdr_rb_addr = 2 State = RA_R qdr_wb_addr = +2 r_mem == 1 Burst 4 port_r_addr - qdr_rb_addr = 4 State = RA_R qdr_wb_addr = +4 Burst 2 port_w_addr mod 2 State = WRIT_R port_w_addr = qdr_wb_addr {, 1} Burst 4 Port_w_addr mod 4 State = WRIT_R port_w_addr = qdr_wb_addr {,1,2,3} ren = 1 State = POP FLAG (ne) rd_ptr ++ wen = 1 State = PUSH FLAG (ne) wr_ptr ++ ata Mirroring Write Block RAM to Read Block RAM r_mem == qdr_rb_addr port_r_addr == MAX State = MIRROR_RBM qdr_rb_addr = +2 State = Read Mirror r_mem == qdr_rb_addr port_r_addr == MAX State = MIRROR_RBM qdr_rb_addr = +4 Figure 5: RHRII+ FIFO Controller Flowchart RHRII+ implemented as a simple dual port requires two Block RAMs where data coherence management is required. Write: For the write Block RAM, as soon as data is available, a write command to the RHRII+ controller is issued. port_w_addr address pointer is incremented upon each write cycle and the corresponding qdr_wb_addr is used to read data from the write Block RAM and write data into the RHRII+. Read: For the read Block RAM, RHRII+ latency needs to be mitigated (controller and RHRII+). The FIFO controller will maintain a copy of the data in the read Block RAM. As long as the read Block RAM has storage space, data written into the write Block RAM will be mirrored into the read Block RAM. Once the read Block RAM gets full, every following read (POP) command will initiate a read command to the RHRII+ controller to bring data from the RHRII+ memory. port_r_addr address pointer is incremented on each read cycle and the corresponding qdr_rb_addr is used to write data from the RHRII+ into the read Block RAM. port_r_addr and qdr_rb_addr work in a round robin fashion. r_mem = 1 (full) MAX = Size of the Read Block RAM r_mem = Read Block RAM mpty/full Flag Figure 6: ual Port to RHRII+ Interface Flowchart RHRII+ FIFO Benefits The 72Mbit RHRII+ based FIFO is an exceptionally deep and extremely high speed FIFO memory. Key user benefits are as follows: High density offering (72Mbit) X18 or X36 configurations 25MHz maximum performance on both read and write ports Built-in AC (SC) RHRII+ FIFO Timing Waveforms Basic Read & Write Figure 6 provides a flowchart for implementing dual port interface for RHRII+. March 1, 213 ocument. TB 4

5 FIFO Read & Write A B C F FLAG Name Latency wclk rclk fifo_w_en_n fifo_r_en_n fifo_dwl/h fifo_qrl/h Figure 7: FIFO Read & Write Full FLAG Assertion/esertion wclk fifo_w_en_n fifo_dwl[71:] fifo_dwh[71:] LAS3 LAST-2 Full Flag, Almost Full Flag Assertion / easssertion Write Cycle, A assertion 1 1 LAST-1 LAST fifo_full_n and fifo_afull_n has one clock latency. fifo_afull_n: when asserted, indicates one more write is allowed before FIFO is full mpty Flag assertion with read (# of Clock Cycles) Almost mpty Flag assertion with read mpty Flag desertion with write 14 Almost mpty Flag desertion with write 14 Full Flag assertion with write 1 Almost Full Flag assertion with write 1 Full Flag desertion with read 4 Almost Full Flag desertion with read 4 fifo_full_n fifo_afull_n Read Cycle, A de-assertion rclk fifo_r_en_n fifo_qrl[71:] 2 fifo_qrh[71:] fifo_qr_valid fifo_full_n 1 3 fifo_afull_n Figure 8: Full FLAG Assertion/esertion mpty FLAG Generation mpty Flag, Almost mpty Flag Assertion / easssertion Write Cycle F, AF deassertion wclk fifo_w_en_n fifo_dwl[71:] 2 fifo_dwh[71:] 1 3 fifo_empty_n fifo_aempty_n Read Cycle F, AF assertion t valid read rclk fifo_aempty_n: when fifo_r_en_n asserted, indicates only one more read is allowed before FIFO Fifo_qrl[71:] LAST-9 LAST-7 LAST-5 LAST-3 LAST-1 becomes empty fifo_qrh[71:] LAST-8 LAST-6 LAST-4 LAST-2 LAST fifo_qr_valid_n fifo_empty_n fifo_aempty_n. Figure 9: mpty FLAG Assertion/esertion FLAG Latencies March 1, 213 ocument. TB 5

6 Specifications Table 4: evice Utilization SPC I# PARAM SCRIPTION UNITS 1 Slices Configurable Logic Blocks GCLK Buffers Clocks 5 3 Block RAMs Memory Blocks 4 March 1, 213 ocument. TB 6

7 Reference esign Summary Table 5: Reference esign Matrix Parameter escription eveloper Name Target evices Xilinx Corporation Cypress Semiconductor Virtex-5V FPGA Source Code Provided Source Code Format Verilog Functional Simulation Performed Timing Simulation Performed Testbench Provided Simulator ModelSim Hardware Verified March 1, 213 ocument. TB 7

8 Summary The application note describes the implementation of a FIFO Controller for either a two-word or a four-word burst RHRII+ SRAM memories based on Xilinx s Virtex-5V FPGA. The reference design utilizes built-in Virtex-5V structures to provide a high performance solution. March 1, 213 ocument. TB 8

9 ocument History ocument Title: 72Mbit RHR II+ FIFO Interface Controller ocument Number: Revision CN Orig. of Change Submission ate ** SZZX New Spec. escription of Change ocument subject-specific trademark information, if any. xample - PSoC is a registered trademark of Cypress Semiconductor Corp. "Programmable System-on-Chip," PSoC esigner, and PSoC xpress are trademarks of Cypress Semiconductor Corp. All other trademarks or registered trademarks referenced herein are the property of their respective owners. The blue bar and the information below it are placed at the bottom portion of the page. Cypress Semiconductor 198 Champion Court San Jose, CA Phone: Fax: Cypress Semiconductor Corporation, 28. The information contained herein is subject to change without notice. Cypress Semiconductor Corporation assumes no responsibility for the use of any circuitry other than circuitry embodied in a Cypress product. r does it convey or imply any license under patent or other rights. Cypress products are not warranted nor intended to be used for medical, life support, life saving, critical control or safety applications, unless pursuant to an express written agreement with Cypress. Furthermore, Cypress does not authorize its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress products in life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges. This Source Code (software and/or firmware) is owned by Cypress Semiconductor Corporation (Cypress) and is protected by and subject to worldwide patent protection (United States and foreign), United States copyright laws and international treaty provisions. Cypress hereby grants to licensee a personal, non-exclusive, non-transferable license to copy, use, modify, create derivative works of, and compile the Cypress Source Code and derivative works for the sole purpose of creating custom software and or firmware in support of licensee product to be used only in conjunction with a Cypress integrated circuit as specified in the applicable agreement. Any reproduction, modification, translation, compilation, or representation of this Source Code except as specified above is prohibited without the express written permission of Cypress. isclaimer: CYPRSS MAKS NO WARRANTY OF ANY KIN, XPRSS OR IMPLI, WITH RGAR TO THIS MATRIAL, INCLUING, BUT NOT LIMIT TO, TH IMPLI WARRANTIS OF MRCHANTABILITY AN FITNSS FOR A PARTICULAR PURPOS. Cypress reserves the right to make changes without further notice to the materials described herein. Cypress does not assume any liability arising out of the application or use of any product or circuit described herein. Cypress does not authorize its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress product in a life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges. Use may be limited by and subject to the applicable Cypress software license agreement. March 1, 213 ocument. TB 9

Use the Status Register when the firmware needs to query the state of internal digital signals.

Use the Status Register when the firmware needs to query the state of internal digital signals. 1.60 Features Up to 8-bit General Description The allows the firmware to read digital signals. When to Use a Use the when the firmware needs to query the state of internal digital signals. Input/Output

More information

Reviving Bit-slice Technology in a Programmable Fashion

Reviving Bit-slice Technology in a Programmable Fashion By Andrew Siska, Applications Engineer Sr Staff, and Meng He, Product Marketing Engineer Sr, Cypress Semiconductor Corp. The term Bit Slicing was once dominant in history books as a technique for constructing

More information

This optional pin is present if the Mode parameter is set to SyncMode or PulseMode. Otherwise, the clock input does not show.

This optional pin is present if the Mode parameter is set to SyncMode or PulseMode. Otherwise, the clock input does not show. 1.60 Features Up to 8-bit General Description The allows the firmware to output digital signals. When to Use a Use a when the firmware needs to interact with a digital system. You can also use the as a

More information

Writing to Internal Flash in PSoC 3 and PSoC 5

Writing to Internal Flash in PSoC 3 and PSoC 5 Writing to Internal Flash in PSoC 3 and PSoC 5 Code Example Objective CE62384 demonstrates how to write to the internal flash to change its contents during run time. CE62384 Associated Part Families: CY8C3xxx

More information

CE56273 Associated Part Families: CY8C38xx/CY8C55xx Software: PSoC Creator Related Hardware: CY8CKIT-001 Author: Anu M D

CE56273 Associated Part Families: CY8C38xx/CY8C55xx Software: PSoC Creator Related Hardware: CY8CKIT-001 Author: Anu M D Objective CE56273 SPI With DMA in PSoC 3 / PSoC 5 CE56273 Associated Part Families: CY8C38xx/CY8C55xx Software: PSoC Creator Related Hardware: CY8CKIT-001 Author: Anu M D This code example demonstrates

More information

Use the Status Register when the firmware needs to query the state of internal digital signals.

Use the Status Register when the firmware needs to query the state of internal digital signals. 1.70 Features Up to 8-bit General Description The allows the firmware to read digital signals. When to Use a Use the when the firmware needs to query the state of internal digital signals. Input/Output

More information

This optional pin is present if the Mode parameter is set to SyncMode or PulseMode. Otherwise, the clock input does not show.

This optional pin is present if the Mode parameter is set to SyncMode or PulseMode. Otherwise, the clock input does not show. 1.70 Features Up to 8-bit General Description The allows the firmware to output digital signals. When to Use a Use a when the firmware needs to interact with a digital system. You can also use the as a

More information

Cypress HX2VL Configuration Utility Blaster User Guide

Cypress HX2VL Configuration Utility Blaster User Guide Cypress HX2VL Configuration Utility Blaster User Guide Spec. # 001- Rev. ** Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

Filter_ADC_VDAC_poll Example Project Features. General Description. Development Kit Configuration

Filter_ADC_VDAC_poll Example Project Features. General Description. Development Kit Configuration 1.10 Features FIR low-pass filter at 6 khz with Blackman window, 85 taps Demonstrates the polling mode of the Filter component AC-coupled input provided bias with internal Opamp for maximum swing DMA used

More information

Voltage Reference (Vref) Features. General Description. Input/Output Connections. When to Use a Vref Voltage references and supplies

Voltage Reference (Vref) Features. General Description. Input/Output Connections. When to Use a Vref Voltage references and supplies PSoC Creator Component Datasheet Voltage Reference (Vref) 1.60 Features Voltage references and supplies Multiple options Bandgap principle to achieve temperature, and voltage stability General Description

More information

THIS SPEC IS OBSOLETE

THIS SPEC IS OBSOLETE THIS SPEC IS OBSOLETE Spec Number: 001-65252 Spec Title: AN1071 Single Versus Multiple Transaction Translator Sunset Owner: RSKV Replaced By: None Single Versus Multiple Transaction Translator Application

More information

HX2VL Development Kit Guide. Doc. # Rev. **

HX2VL Development Kit Guide. Doc. # Rev. ** HX2VL Development Kit Guide Doc. # 001-73960 Rev. ** Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights

More information

CY7C603xx CYWUSB

CY7C603xx CYWUSB Datasheet CMP V 1.2 001-13261 Rev. *J Comparator Copyright 2001-2012 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory (Bytes) Digital Analog CT Analog SC Flash RAM

More information

16-Bit Hardware Density Modulated PWM Data Sheet

16-Bit Hardware Density Modulated PWM Data Sheet 1. 16-Bit Hardware Density Modulated PWM User Module Data Sheet 16-Bit Hardware Density Modulated PWM Data Sheet DMM16HW DMM16HW Copyright 2009 Cypress Semiconductor Corporation. All Rights Reserved. PSoC

More information

144-Mbit QDR -II SRAM 2-Word Burst Architecture

144-Mbit QDR -II SRAM 2-Word Burst Architecture ADVAE Y71610V, Y71625V Y71612V, Y71614V 144-Mbit QDR -II SRAM 2-Word Burst Architecture Features Separate independent read and write data ports Supports concurrent transactions 333 MHz clock for high bandwidth

More information

CE PSoC 4: Time-Stamped ADC Data Transfer Using DMA

CE PSoC 4: Time-Stamped ADC Data Transfer Using DMA CE97091- PSoC 4: Time-Stamped ADC Data Transfer Using DMA Objective This code example uses a DMA channel with two descriptors to implement a time-stamped ADC data transfer. It uses the Watch Dog Timer

More information

8 to 1 Analog Multiplexer Datasheet AMux8 V 1.1. Features and Overview

8 to 1 Analog Multiplexer Datasheet AMux8 V 1.1. Features and Overview Datasheet AMux8 V 1.1 001-13257 Rev. *J 8 to 1 Analog Multiplexer Copyright 2001-2015 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory (Bytes) Digital Analog CT

More information

THIS SPEC IS OBSOLETE

THIS SPEC IS OBSOLETE THIS SPEC IS OBSOLETE Spec No: 002-04992 Spec Title: Installation of the LAN Adapter Replaced by: NONE Installation of the LAN Adapter Doc. No. 002-04992 Rev. *A Cypress Semiconductor 198 Champion Court

More information

DMX512 Receiver Datasheet DMX512Rx V 1.0. Features and Overview

DMX512 Receiver Datasheet DMX512Rx V 1.0. Features and Overview Datasheet DMX512Rx V 1.0 001-14404 Rev. *G DMX512 Receiver Copyright 2007-2014 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory (Bytes) Digital Analog CT Analog

More information

For one or more fully configured, functional example projects that use this user module go to

For one or more fully configured, functional example projects that use this user module go to Datasheet RefMux V 1.3 001-13584 Rev. *H Reference Multiplexer Copyright 2003-2012 Cypress Semiconductor Corporation. All Rights Reserved. PSoC Blocks API Memory (Bytes) Resources Digital Analog CT Analog

More information

Next-Generation Hot-Swap Controllers

Next-Generation Hot-Swap Controllers Next-Generation Hot-Swap Controllers By Jim Davis, Product Mktg Engineer Staff, Cypress Semiconductor Corp. Current hot-swap controllers are great at what they do: simple yet reliable monitoring of critical

More information

PSoC 1 I 2 C Bootloader

PSoC 1 I 2 C Bootloader Objective Project Name: PSoC1_I2C_Bootloader Programming Language: C Associated Part: All PSoC 1 Families Software Version: PD 5.2 SP1 Related Hardware: CY3210 PSoC Eval1 Board Author: Jie Yuan This project

More information

4 to 1 Analog Multiplexer Data Sheet

4 to 1 Analog Multiplexer Data Sheet 26. 4 to 1 Analog Multiplexer Copyright 2001-2009 Cypress Semiconductor Corporation. All Rights Reserved. 4 to 1 Analog Multiplexer Data Sheet 4 to 1 MUX Resources CY8C29/27/24/22/21xxx, CY8C23x33, CY8CLED02/04/08/16,

More information

HX2VL Development Kit Guide. Doc. # Rev. *A

HX2VL Development Kit Guide. Doc. # Rev. *A HX2VL Development Kit Guide Doc. # 001-73960 Rev. *A Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights

More information

AN EZ-USB FX3 I 2 C Boot Option. Application Note Abstract. Introduction. FX3 Boot Options

AN EZ-USB FX3 I 2 C Boot Option. Application Note Abstract. Introduction. FX3 Boot Options EZ-USB FX3 I 2 C Boot Option Application Note Abstract AN68914 Author: Shruti Maheshwari Associated Project: No Associated Part Family: EZ-USB FX3 Software Version: None Associated Application Notes: None

More information

THIS SPEC IS OBSOLETE

THIS SPEC IS OBSOLETE THIS SPEC IS OBSOLETE Spec No: 001-17581 Spec Title: WIRELESSUSB(TM) LP RDK JAPANESE RADIO LAW TESTING AND VERIFICATION - AN17581 Replaced by: NONE AN17581 WirelessUSB LP RDK Japanese Radio Law Testing

More information

The color of the Clock component waveform symbol will change based on the clock's domain (as shown in the DWR Clock Editor), as follows:

The color of the Clock component waveform symbol will change based on the clock's domain (as shown in the DWR Clock Editor), as follows: 1.60 Features Quickly defines new clocks Refers to system or design-wide clocks Configures the clock frequency tolerance General Description The component provides two key features: it provides allows

More information

24-Bit Pseudo Random Sequence Generator Data Sheet

24-Bit Pseudo Random Sequence Generator Data Sheet 48. 24-Bit Pseudo Random Sequence Generator 24-Bit Pseudo Random Sequence Generator Data Sheet Copyright 2000-2009 Cypress Semiconductor Corporation. All Rights Reserved. PRS24 PSoC Blocks API Memory (Bytes)

More information

Preliminary. Gas Sensor Analog Front End Datasheet GasSensorAFE V Features and Overview. This datasheet contains Preliminary information.

Preliminary. Gas Sensor Analog Front End Datasheet GasSensorAFE V Features and Overview. This datasheet contains Preliminary information. Preliminary Gas Sensor Analog Front End Datasheet GasSensorAFE V 1.10 001-81375 Rev. *A GasSensorAFE Copyright 2012-2013 Cypress Semiconductor Corporation. All Rights Reserved. This datasheet contains

More information

GPIF II Designer - Quick Start Guide

GPIF II Designer - Quick Start Guide GPIF II Designer - Quick Start Guide 1. Introduction Welcome to GPIF II Designer - a software tool to configure the processor port of EZ-USB FX3 to connect to any external device. This application generates

More information

CapSense I 2 C/SPI Timer Flash RAM

CapSense I 2 C/SPI Timer Flash RAM Datasheet SPIS V 2.5 001-13679 Rev. *K SPI Slave Copyright 2002-2015 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory (Bytes) CapSense I 2 C/SPI Timer Flash RAM

More information

Cypress HX2VL Configuration Utility Blaster User Guide

Cypress HX2VL Configuration Utility Blaster User Guide Cypress HX2VL Configuration Utility Blaster User Guide Doc. # 001-70672 Rev. *B Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

This Application Note demonstrates an SPI-LIN slave bridge using a PSoC device. Demonstration projects are included.

This Application Note demonstrates an SPI-LIN slave bridge using a PSoC device. Demonstration projects are included. Communication - SPI-LIN Slave Bridge Application Note Abstract AN0 Author: Valeriy Kyrynyuk Associated Project: Yes Associated Part Family: CY8C7 GET FREE SAMPLES HERE Software Version: PSoC Designer.

More information

Comparator (Comp) Features. General Description. When to use a Comparator 1.60

Comparator (Comp) Features. General Description. When to use a Comparator 1.60 1.60 Features Low input offset User controlled offset calibration Multiple speed modes Low power mode Output routable to digital logic blocks or pins Selectable output polarity Configurable operation mode

More information

Supported Devices: CY8C28x13, CY8C28x33, CY8C28x43, CY8C28x45, CY8C28x52, CY8C21x45, CY8C22x45, CY8C24x93. CY8C24x

Supported Devices: CY8C28x13, CY8C28x33, CY8C28x43, CY8C28x45, CY8C28x52, CY8C21x45, CY8C22x45, CY8C24x93. CY8C24x Current DAC Datasheet IDAC V 1.00 001-85892 Rev. ** 6-Bit Voltage Output DAC Copyright 2013 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory (Bytes) Digital Analog

More information

PSoC 4 Low Power Comparator (LPComp) Features. General Description. When to Use a LPComp 2.0. Low input offset. User controlled offset calibration

PSoC 4 Low Power Comparator (LPComp) Features. General Description. When to Use a LPComp 2.0. Low input offset. User controlled offset calibration 2.0 Features Low input offset User controlled offset calibration Multiple speed modes Low-power mode Wake from low power modes Multiple interrupt and output modes General Description The Low Power Comparator

More information

Programmable Threshold Comparator Data Sheet

Programmable Threshold Comparator Data Sheet 10. Programmable Threshold Comparator Programmable Threshold Comparator Data Sheet Copyright 2001-2009 Cypress Semiconductor Corporation. All Rights Reserved. CMPPRG Resources CY8C29/27/24/22xxx, CY8C23x33,

More information

CY3660-enCoRe V and encore V LV DVK Kit Guide

CY3660-enCoRe V and encore V LV DVK Kit Guide CY3660-enCoRe V and encore V LV DVK Kit Guide Doc. # 001-41500 Rev. ** Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

Use the IDAC8 when a fixed or programmable current source is required in an application.

Use the IDAC8 when a fixed or programmable current source is required in an application. PSoC Creator Component Data Sheet 8-Bit Current Digital to Analog Converter (IDAC8) 1.50 Features Three ranges 2040 ua, 255 ua, and 32.875 ua Software or clock driven output strobe Data source may be CPU,

More information

CYClockMaker Programming Kit Guide CY3675. Doc. # Rev. **

CYClockMaker Programming Kit Guide CY3675. Doc. # Rev. ** CY3675 CYClockMaker Programming Kit Guide Doc. # 001-52414 Rev. ** Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

FTG Programming Kit CY3670. Spec. # Rev. *C

FTG Programming Kit CY3670. Spec. # Rev. *C CY3670 Spec. # 38-07410 Rev. *C Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights Copyrights Cypress

More information

12-Mbit (512 K 24) Static RAM

12-Mbit (512 K 24) Static RAM 12-Mbit (512 K 24) Static RAM Features High speed t AA = 10 ns Low active power I CC = 175 ma at 10 ns Low CMOS standby power I SB2 = 25 ma Operating voltages of 3.3 ± 0.3V 2.0V data retention Automatic

More information

PSoC Designer Release Notes

PSoC Designer Release Notes Version 5.4 Content Pack 1 Release Date: 14 July 2014 Thank you for your interest in PSoC Designer. PSoC Designer is a complete Integrated Development Environment (IDE) for designing with PSoC 1 devices.

More information

Clock Programming Kit

Clock Programming Kit Clock Programming Kit Clock Programming Kit Features Supports these field-programmable clock generators: CY2077FS, CY2077FZ, CY22050KF, CY22150KF, CY22381F, CY22392F, CY22393F, CY22394F, CY22395F, CY23FP12,

More information

The following table lists user modules used in this code example and the hardware resources occupied by each user module.

The following table lists user modules used in this code example and the hardware resources occupied by each user module. CSA Software Filters with EzI2Cs Slave on CY8C20xx6 CE63794 Code Example Name: Example_CSA_EzI 2 Cs_Filters_20xx6 Programming Language: C Associated Part Families: CY8C20xx6 Software Version: PD5.1 (SP2)

More information

Incremental ADC Data Sheet

Incremental ADC Data Sheet 4. Incremental ADC Incremental ADC Data Sheet Copyright 2008-2009 Cypress Semiconductor Corporation. All Rights Reserved. ADCINC PSoC Resources Blocks API Memory Pins (per CapSense I2C/SPI Timer Comparator

More information

LPF (Optional) CY8C24x93. Without LPF and ISR to 3* With LPF only** to 3* With ISR only to 3*

LPF (Optional) CY8C24x93. Without LPF and ISR to 3* With LPF only** to 3* With ISR only to 3* Datasheet CMP V 1.00 001-85893 Rev. ** Comparator Copyright 2013 Cypress Semiconductor Corporation. All Rights Reserved. PSoC Resources API Memory (Bytes) UM Configurations CMP LPF (Optional) Analog Interrupt

More information

AN1090. NoBL : The Fast SRAM Architecture. Introduction. NoBL SRAM Description. Abstract. NoBL SRAM Operation

AN1090. NoBL : The Fast SRAM Architecture. Introduction. NoBL SRAM Description. Abstract. NoBL SRAM Operation AN1090 NoBL : The Fast SRAM Architecture Associated Project: No Associated Part Family: All NoBL SRAMs Software Version: None Related Application Notes: None Abstract AN1090 describes the operation of

More information

Shadow Registers Datasheet ShadowRegs V 1.1. Features and Overview

Shadow Registers Datasheet ShadowRegs V 1.1. Features and Overview Datasheet ShadowRegs V 1.1 001-16962 Rev. *H Shadow Registers Copyright 2007-2013 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory (Bytes) Digital Analog CT Analog

More information

CYClockMaker Programming Kit Guide CY3675. Doc. # Rev. *C

CYClockMaker Programming Kit Guide CY3675. Doc. # Rev. *C CY3675 CYClockMaker Programming Kit Guide Doc. # 001-52414 Rev. *C Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

4K x 8 Dual-Port Static RAM and 4K x 8 Dual-Port SRAM with Semaphores

4K x 8 Dual-Port Static RAM and 4K x 8 Dual-Port SRAM with Semaphores 4K x 8 Dual-Port Static RAM and 4K x 8 Dual-Port SRAM with Semaphores Features True dual-ported memory cells, which allow simultaneous reads of the same memory location 4K x 8 organization 0.65 micron

More information

AN SIO Tips and Tricks in PSoC 3 / PSoC 5. Application Note Abstract. Introduction

AN SIO Tips and Tricks in PSoC 3 / PSoC 5. Application Note Abstract. Introduction SIO Tips and Tricks in PSoC 3 / PSoC 5 Application Note Abstract AN60580 Author: Pavankumar Vibhute Associated Project: Yes Associated Part Family: CY8C38xxxx Software Version: PSoC Creator Associated

More information

Programmable Gain Amplifier Datasheet PGA V 3.2. Features and Overview

Programmable Gain Amplifier Datasheet PGA V 3.2. Features and Overview Datasheet PGA V 3.2 001-13575 Rev. *I Programmable Gain Amplifier Copyright 2002-2014 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory (Bytes) Digital Analog CT

More information

PSoC Creator Component Datasheet

PSoC Creator Component Datasheet 1.30 Features Supports 4-wire resistive touchscreen interface Supports the Delta Sigma Converter for both the PSoC 3 and PSoC 5 devices Supports the ADC Successive Approximation Register for PSoC 5 devices

More information

EZ-USB FX3 Development Kit Guide

EZ-USB FX3 Development Kit Guide CYUSB3KIT-001 EZ-USB FX3 Development Kit Guide Doc. #: 001-70237 Rev. *A Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

Libraries Guide. Arithmetic Libraries User Guide. Document #: Rev. *A

Libraries Guide. Arithmetic Libraries User Guide. Document #: Rev. *A Libraries Guide Arithmetic Libraries User Guide Document #: 001-44477 Rev. *A Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

FM3 MB9B100A/300A/400A/500A Series Inverter Solution GUI User Guide

FM3 MB9B100A/300A/400A/500A Series Inverter Solution GUI User Guide FM3 MB9B100A/300A/400A/500A Series Inverter Solution GUI User Guide Doc. No. 002-04375 Rev. *A Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 http://www.cypress.com Copyrights Copyrights

More information

CE58957 demonstrates how to implement the fade and toggle feature to the backlight LEDs of CapSense buttons.

CE58957 demonstrates how to implement the fade and toggle feature to the backlight LEDs of CapSense buttons. Objective CapSense Sigma Delta (CSD) with LED Backlight Fading on CY8C24x94 CE58957 Code Example Name: Example_CSD_BacklightFading_24x94 Programming Language: C Associated Part Families: CY8C24x94 Software

More information

Programmer User Guide

Programmer User Guide Programmer User Guide Programmer Guide 3.06 Spec. # 001-51796 Rev. *A Cypress Semiconductor 3901 North First Street San Jose, CA 95134 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

PSoC Programmer 3.12 Release Notes

PSoC Programmer 3.12 Release Notes PSoC Programmer 3.12 Release Notes Release Date: July 28, 2010 Thank you for your interest in PSoC Programmer 3.12. These release notes list all new features, installation requirements, supported devices

More information

GPIF II Designer 1.0. Doc. No Rev. **

GPIF II Designer 1.0. Doc. No Rev. ** GPIF II Designer 1.0 Doc. No. 001-75664 Rev. ** Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights

More information

Automatic reload of the period to the count register on terminal count

Automatic reload of the period to the count register on terminal count 1.0 Features 7-bit read/write period register 7-bit count register that is read/write Automatic reload of the period to the count register on terminal count Routed load and enable signals General Description

More information

Use the Status Register when the firmware needs to query the state of internal digital signals.

Use the Status Register when the firmware needs to query the state of internal digital signals. 1.50 Features Up to 8-bit General Description The allows the firmware to read digital signals. When to Use a Use the when the firmware needs to query the state of internal digital signals. Input/Output

More information

This optional pin is present if the Mode parameter is set to SyncMode or PulseMode. Otherwise, the clock input does not show.

This optional pin is present if the Mode parameter is set to SyncMode or PulseMode. Otherwise, the clock input does not show. 1.50 Features Up to 8-bit General Description The allows the firmware to output digital signals. When to Use a Use a when the firmware needs to interact with a digital system. You can also use the as a

More information

This input determines the next value of the output. The output does not change until the next rising edge of the clock.

This input determines the next value of the output. The output does not change until the next rising edge of the clock. 1.30 Features Asynchronous reset or preset Synchronous reset, preset, or both Configurable width for array of s General Description The stores a digital value. When to Use a Use the to implement sequential

More information

CY8C29/27/24/23/21xxx, CY8CLED02/04/08/16, CY8CLED0xD, CY8CLED0xG, CY8C28x45, CY8CPLC20, CY8CLED16P01, CY8C28xxx. Main UM

CY8C29/27/24/23/21xxx, CY8CLED02/04/08/16, CY8CLED0xD, CY8CLED0xG, CY8C28x45, CY8CPLC20, CY8CLED16P01, CY8C28xxx. Main UM Datasheet OneWire V 1.1 001-43362 Rev. *I OneWire Copyright 2008-2014 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory (Bytes) Digital Analog CT Analog SC Flash

More information

PSoC Blocks. CY8C20xx6/6A/6AS/6H/6L, CY8C20xx7/7S, CY7C643xx, CY7C604xx, CYONS2xxx, CYONSxNxxxx, CYRF89x35, CY8C20065, CY8C24x93, CY7C69xxx

PSoC Blocks. CY8C20xx6/6A/6AS/6H/6L, CY8C20xx7/7S, CY7C643xx, CY7C604xx, CYONS2xxx, CYONSxNxxxx, CYRF89x35, CY8C20065, CY8C24x93, CY7C69xxx Datasheet ADCINC V 3.00 001-45836 Rev. *H Incremental ADC Copyright 2008-2013 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory (Bytes) CapSense I2C/SPI Timer Comparator

More information

EZ I 2 C Slave. Features. General Description. When to use a EZ I 2 C Slave 1.50

EZ I 2 C Slave. Features. General Description. When to use a EZ I 2 C Slave 1.50 PSoC Creator Component Data Sheet EZ I 2 C Slave 1.50 Features Industry standard Philips I 2 C bus compatible interface Emulates common I 2 C EEPROM interface Only two pins (SDA and SCL) required to interface

More information

W H I T E P A P E R. Timing Uncertainty in High Performance Clock Distribution. Introduction

W H I T E P A P E R. Timing Uncertainty in High Performance Clock Distribution. Introduction W H I T E P A P E R Brijesh A Shah, Cypress Semiconductor Corp. Timing Uncertainty in High Performance Clock Distribution Abstract Several factors contribute to the timing uncertainty when using fanout

More information

Multifunction Serial Interface (PDL_MFS) Features. General Description. When to Use a PDL_MFS Component. Quick Start 1.0

Multifunction Serial Interface (PDL_MFS) Features. General Description. When to Use a PDL_MFS Component. Quick Start 1.0 1.0 Features Configures the Multi-Function Serial (MFS) Interface to one of the following modes: UART (Asynchronous normal serial interface) Clock synchronous serial interface (SPI and I 2 S can be supported)

More information

H O S T. FX2 SX2 Back - to - Back Setup. Project Objective. Overview

H O S T. FX2 SX2 Back - to - Back Setup. Project Objective. Overview FX2 SX2 Back - to - Back Setup Project Objective Project Name: FX2_SX2 Programming Language: C Associated Part Families: CY7C68013A,CY7C68001 Software Version: Keil µvision2 Related Hardware: CY3682/CY3684

More information

Digital Logic Gates. Features. General Description. Input/Output Connections. When to Use a Logic Gate. Input 1. Input 2. Inputs 3-8 * 1.

Digital Logic Gates. Features. General Description. Input/Output Connections. When to Use a Logic Gate. Input 1. Input 2. Inputs 3-8 * 1. 1.0 Features Industry-standard logic gates Configurable number of inputs up to 8 Optional array of gates General Description Logic gates provide basic boolean operations. The output of a logic gate is

More information

This section describes the various input and output connections for the Voltage Fault Detector.

This section describes the various input and output connections for the Voltage Fault Detector. PSoC Creator Component Datasheet Voltage Fault Detector (VFD) 2.10 Features monitor up to 32 voltage inputs user-defined over and under voltage limits simply outputs a good/bad status result General Description

More information

This section describes the various input and output connections for the SysInt Component.

This section describes the various input and output connections for the SysInt Component. 1.0 Features Generating interrupts from hardware signals Assigning interrupts to a CPU core Configuring interrupt priority Interrupt vectoring and control General Description The Component is a graphical

More information

1-Mbit (64K x 16) Static RAM

1-Mbit (64K x 16) Static RAM 1-Mbit (64K x 16) Static RAM Features Temperature ranges Commercial: 0 C to 70 C Industrial: 40 C to 85 C Automotive-A: 40 C to 85 C Automotive-E: 40 C to 125 C Pin and function compatible with CY7C1021BV33

More information

Setting Oscillation Stabilization Wait Time of the main clock (CLKMO) and sub clock (CLKSO)

Setting Oscillation Stabilization Wait Time of the main clock (CLKMO) and sub clock (CLKSO) 1.0 Features Selecting Clock mode Internal Bus Clock Frequency Division Control PLL Clock Control Setting Oscillation Stabilization Wait Time of the main clock (CLKMO) and sub clock (CLKSO) Interrupts

More information

THIS SPEC IS OBSOLETE

THIS SPEC IS OBSOLETE THIS SPEC IS OBSOLETE Spec No: 002-09373 Spec Title: AN209373 - F2MC-FM3 Family OpenOCD GUI Frontend Replaced by: 002-0586 AN209373 This application note describes how to use on-board Open On-Chip Debug

More information

Digital Multiplexer and Demultiplexer. Features. General Description. Input/Output Connections. When to Use a Multiplexer. Multiplexer 1.

Digital Multiplexer and Demultiplexer. Features. General Description. Input/Output Connections. When to Use a Multiplexer. Multiplexer 1. PSoC Creator Component Datasheet Digital Multiplexer and Demultiplexer 1.10 Features Digital Multiplexer Digital Demultiplexer Up to 16 channels General Description The Multiplexer component is used to

More information

One 32-bit counter that can be free running or generate periodic interrupts

One 32-bit counter that can be free running or generate periodic interrupts PSoC Creator Component Datasheet Multi-Counter Watchdog (MCWDT_PDL) 1.0 Features Configures up to three counters in a multi-counter watchdog (MCWDT) block Two 16-bit counters that can be free running,

More information

Use a DieTemp component when you want to measure the die temperature of a device.

Use a DieTemp component when you want to measure the die temperature of a device. PSoC Creator Component Datasheet Die Temperature (DieTemp) 2.0 Features Accuracy of ±5 C Range 40 C to +140 C (0xFFD8 to 0x008C) Blocking and non-blocking API General Description The Die Temperature (DieTemp)

More information

For More Information Please contact your local sales office for additional information about Cypress products and solutions.

For More Information Please contact your local sales office for additional information about Cypress products and solutions. The following document contains information on Cypress products. The document has the series name, product name, and ordering part numbering with the prefix MB. However, Cypress will offer these products

More information

Bootloader project - project with Bootloader and Communication components

Bootloader project - project with Bootloader and Communication components PSoC Creator Component Datasheet Bootloader and Bootloadable 1.10 Features Separate Bootloader and Bootloadable components Configurable set of supported commands Flexible component configuration General

More information

The AMuxSeq is capable of having between 2 and 32 analog inputs. The paired inputs are present when the MuxType parameter is set to "Differential.

The AMuxSeq is capable of having between 2 and 32 analog inputs. The paired inputs are present when the MuxType parameter is set to Differential. 1.20 Features Single or differential inputs Adjustable between 2 and 32 inputs Software controlled Inputs may be pins or internal sources No simultaneous connections Bidirectional (passive) General Description

More information

16K/64K/128K 9 Low-Voltage Deep Sync FIFOs

16K/64K/128K 9 Low-Voltage Deep Sync FIFOs 16K/64K/128K 9 Low-Voltage Deep Sync FIFOs 16K/64K/128K 9 Low-Voltage Deep Sync FIFOs Features 3.3 V operation for low-power consumption and easy integration into low-voltage systems High-speed, low-power,

More information

Base Timer Channel (BT) Features. General Description. When to Use a PDL_BT Component 1.0

Base Timer Channel (BT) Features. General Description. When to Use a PDL_BT Component 1.0 1.0 Features Four operating modes 16-bit PWM Timer 16-bit PPG Timer 16/32-bit Reload Timer 16/32-bit PWC Timer Trigger generation for ADC conversion General The Peripheral Driver Library (PDL) Base Timer

More information

W H I T E P A P E R. Introduction. Devices. Energy Comparison of Cypress F-RAM and EEPROM

W H I T E P A P E R. Introduction. Devices. Energy Comparison of Cypress F-RAM and EEPROM W H I T E P A P E R Harsha Medu, Applications Engineer Cypress Semiconductor Corp. Energy Comparison of Cypress and Abstract (Ferroelectric Random Access Memory) is a nonvolatile memory that uses a ferroelectric

More information

This section describes the various input and output connections for the Voltage Fault Detector.

This section describes the various input and output connections for the Voltage Fault Detector. PSoC Creator Component Datasheet Voltage Fault Detector (VFD) 2.20 Features Monitor up to 32 voltage inputs User-defined over and under voltage limits Simply outputs a good/bad status result General Description

More information

Use the Status Register when the firmware needs to query the state of internal digital signals.

Use the Status Register when the firmware needs to query the state of internal digital signals. PSoC Creator Component Datasheet Status Register 1.80 Features Up to 8-bit Status Register Interrupt support General Description The Status Register allows the firmware to read digital signals. When to

More information

4-Mbit (256K x 16) Static RAM

4-Mbit (256K x 16) Static RAM 4-Mbit (256K x 16) Static RAM Features Temperature ranges Commercial: 0 C to 70 C Industrial: 40 C to 85 C Automotive-A: 40 C to 85 C Automotive-E: 40 C to 125 C Pin and function compatible with CY7C1041BV33

More information

Optional Pause Pulse for constant frame length of 282 clock ticks

Optional Pause Pulse for constant frame length of 282 clock ticks PSoC Creator Component Datasheet Single Edge Nibble Transmission (SENT_TX) 1.0 Features Compliant with SAE J2716 APR2016 (Issued 2007-04, Revised 2016-04) without any serial message formats Selectable

More information

PSoC Programmer Release Notes

PSoC Programmer Release Notes PSoC Programmer Release Notes Version 3.16 Release Date: September 12, 2012 Thank you for your interest in the PSoC Programmer. The release notes lists all the new features, installation requirements,

More information

Release Notes SRN065 PSoC Programmer Version Release Date: November 9, 2009

Release Notes SRN065 PSoC Programmer Version Release Date: November 9, 2009 Release Notes SRN065 PSoC Programmer Version 3.10.1 Release Date: November 9, 2009 Thank you for your interest in PSoC Programmer version 3.10. These release notes list the installation requirements and

More information

CE95314 PSoC 3, PSoC 4, and PSoC 5LP EZI2C

CE95314 PSoC 3, PSoC 4, and PSoC 5LP EZI2C CE95314 PSoC 3, PSoC 4, and PSoC 5LP EZI2C Objective These code examples demonstrate the usage of the EZI2C slave and I 2 C master Components in PSoC 3, PSoC 4, and PSoC 5LP. Overview These code examples

More information

Supports a range of speeds of external memories (from 5 to 200 ns) Supports external memory power-down, sleep, and wakeup modes

Supports a range of speeds of external memories (from 5 to 200 ns) Supports external memory power-down, sleep, and wakeup modes PSoC Creator Component Datasheet External Memory Interface (EMIF) 1.30 Features 8-, 16-, 24-bit address bus width 8-, 16-bit data bus width Supports external synchronous memory Supports external asynchronous

More information

4-word burst user selectable; dual bus master; SAR; SDR; same-cycle Read result Synchronous

4-word burst user selectable; dual bus master; SAR; SDR; same-cycle Read result Synchronous Application Note Abstract Choosing The Right Cypress SRAM AN4011 Author: OSN Associated Project: None Associated Part Family: All Sync SRAMs Software Version: None Associated Application Notes: None AN4011

More information

Voltage Fault Detector (VFD) Features. General Description. Input/Output Connections. When to Use a VFD. Clock Input 2.30

Voltage Fault Detector (VFD) Features. General Description. Input/Output Connections. When to Use a VFD. Clock Input 2.30 PSoC Creator Component Datasheet Voltage Fault Detector (VFD) 2.30 Features Monitor up to 32 voltage inputs User-defined over and under voltage limits Simply outputs a good/bad status result Programmable

More information

PSoC 6 Current Digital to Analog Converter (IDAC7)

PSoC 6 Current Digital to Analog Converter (IDAC7) 1.0 Features Six current ranges (4.96 ua to 635 ua) Sink or Source current 7-bit resolution Two IDACs can be put in parallel to form an 8-bit IDAC Add external resistor for VDAC functionality General Description

More information

Supports one or two address decoding with independent memory buffers. Memory buffers provide configurable Read/Write and Read Only regions

Supports one or two address decoding with independent memory buffers. Memory buffers provide configurable Read/Write and Read Only regions PSoC Creator Component Datasheet EZI2C Slave 1.70 Features Industry standard Philips I 2 C bus interface Emulates common I 2 C EEPROM interface Only two pins (SDA and SCL) required to interface to I 2

More information

For More Information Please contact your local sales office for additional information about Cypress products and solutions.

For More Information Please contact your local sales office for additional information about Cypress products and solutions. The following document contains information on Cypress products. The document has the series name, product name, and ordering part numbering with the prefix MB. However, Cypress will offer these products

More information

CE CY8CKIT-042-BLE F-RAM Data Logger

CE CY8CKIT-042-BLE F-RAM Data Logger CE210988 - CY8CKIT-042-BLE F-RAM Data Logger Objective This example project is based on a PSoC Creator starter design for the PSoC 4 device. It demonstrates how F-RAM can be used with the PSoC to capture

More information