The Datasheet Archive - 100 Million Datasheets from 7500 Manufacturers.    


Datasheet Search Engine   
 
Part # or Description: • 5V RS232 Driver • 2SC5066* • "Real Time Clock" • "USB connector" • "blue led" 5mm • 10 watt zener diode • 2N3055* motorola
 
Search Tip: Try entering the part number only. Include a wildcard (eg. lm317* or 1n4148*)

 

 

Release Date: December 2006 Thank your interest PSoC ExpressTM. inform


Datasheet Thumbnail

  

Download PDF



Top Searches for this datasheet



Release Notes srn020 PSoC Express Version
Release Date: December 2006 Thank your interest PSoC ExpressTM. information this document lists installation requirements describes software updates changes they relate PSoC Express Version 2.2. Getting More Information Everything about PSoC Express found There also Beta version site where updates that Beta Release found. This site's Cypress Semiconductor Corp. software (including PSoC Express software) maintained company repository. Check http://www.cypress.com/ under Design Resources Software Drivers list Cypress software drivers. Features PSoC Express version includes functionality version plus drivers included Express version Express beta. This release also adds drivers, support PSoC Devices, fixes some defects. Device Support CY8C20234 CY8C20334 CY8C20434 Driver Support WUSB Slave Monitor WUSB Slave Control WUSB Interface CY3630 Slave 15-Byte (Simple) WUSB Master CY3630 15-Byte (Simple) WUSB Interface Artaflex Slave 15-Byte (Simple) WUSB Master Artaflex 15-Byte (Simple) WUSB Interface Unigen Slave 15-Byte (Simple) WUSB Master Unigen 15-Byte (Simple) WUSB Interface CY3630 Slave 15-Byte (Fully Configurable) WUSB Master CY3630 15-Byte (Fully Configurable) WUSB Master Artaflex 15-Byte (Fully Configurable) WUSB Interface Artaflex Slave 15-Byte (Fully Configurable) WUSB Interface Unigen Slave 15-Byte (Fully Configurable) WUSB Master Unigen 15-Byte (Fully Configurable) CapSense Properties CapSense Properties CapSense Button
12/18/2006
srn020
CapSense Button CapSense Slider CapSense Slider CapSense Slider Threshold Line Threshold Line Selectable Label Full Line Selectable Label Half Line Decaying Software Temperature Sensor Temperature Sensor Temperature Sensor Temperature Sensor TMP125 Temperature Sensor TSL2550T Sensor, human response LIS2L02AL Dual Axis Accelerometer (±2g) LIS3L02AL Axis Accelerometer (±2g) ADXL204 Dual Axis Accelerometer (±1.7g) ADXL320 Dual Axis Accelerometer (±5g)
Defects fixed version (since Express version 2.1) finger present power-up used cause button fail. This case handled recalibrating IDAC current automatically. Properties causing problem when named "CSR" been fixed. defect that allowed certain data shadow registers cause reset master been fixed. USBUART been changed allow command terminators, supporting Unix serial standards. defect that prevented interface that been renamed from being updated deleted been fixed. defect that caused simulation slider displayed with "NaN" CapSense properties been fixed.
System Requirements Recommendations System Requirement PSoC Express Version Processor Speed Free Hard Drive Space Screen Resolution CD-ROM Drive Port, preferably Open Host Controller Universal Windows® 2000, (SP1) Microsoft Internet Explorer (SP1) Adobe Reader (For viewing .PDF documentation) Minimum 1024x768 Recommended 1280x1024
12/18/2006
srn020
Installation CHOOSE "REPAIR" OPTION WHEN INSTALLING ITEMS Install: computer with previous version PSoC Express, must first uninstall (the first execution installer version will automatically uninstall it). ensure complete clean uninstall, want check "PSoC Express" "Common" directories where have chosen install application delete leftover files AFTER uninstall process. After uninstall, execute version installer again install PSoC Express version 2.2.
Uninstall PSoC Express: uninstall PSoC Express, Express will also uninstalled. uninstall PSoC Express Express Pak, Execute "Add/Remove Programs" Windows Control Panel, find "PSoC Express" choose "Change/Remove." Uninstalling PSoC Express v2.1 will also uninstall Express Pak. PSoC tools must installed parallel each other (same disk, same directory). tools installed individually, must ensure that they directory, parallel each other. (The default created installers ./Program Files/Cypress MicroSystems/.). Limitations with PSoC Express v2.2
NOTE: Designs built with version compatible with version 2.2.
possible that projects created with version completely compatible. When working with projects created previous versions PSoC Express, recommended that work with copies projects. PSoC Express single compile engine, which prevents multiple simultaneous "Build" operations. attempt "Build" more than PSoC Express project time (although more than project/instance open time).
When "Build" selected, PSoC Express automatically detects needed hardware resources matches appropriate PSoC device. However, resource manager cannot detect when exceeded. build error occurs, build project largest PSoC device ROM) order isolate this possibility. resource manager also cannot determine whether PSoC device adequate internal lines between hardware resources. initial automatic assignment fails, build project next larger PSoC device number pins) within same family order isolate this possibility.
12/18/2006
srn020
User assignment requires PSoC Express code generation engine auto-place route functional blocks within PSoC device. order pins assigned manually combination functions sometimes make assignment fail. workaround which drivers getting assigned (what type). Drag drivers pins. Place drivers that initially assigned. Auto-place remaining drivers. experience difficulty assigning pins, that part shown does have enough pins enough internal lines functions. (External Watchdog drivers when used large number conjunction with Tachometer drivers show this tendency particular). workaround, choose either another device with more pins from same family device from family with more pins more resources (higher part number). PSoC Programmer installed does appear when "Program" selected appears disappears, remove connected PSoC programming devices from computer then re-connect them. PSoC Programmer still operating, shutdown computer restart. valid project must consist least input, output interface driver. project consisting valuators only will correctly build. driver then choose "Build." When transfer function references discrete states owned other objects (LED with OFF, example), transfer function should always named states when setting state comparing current state. This ensures portability design regardless particular device's property setting. Additionally, simulation following (Input_1) Then does work properly JavaScript characteristics. generated PSoC firmware performs expected, according language rules, simulation does reflect this behavior. ensure simulation results consistent with generated code performance, explicit comparisons with object's named states (select Expression Assistant" dialog that supports expressions complete list names). Some devices must selected instantiated (select catalog click property settings available (Tachometer inputs example). expected choices when selecting device, complete catalog selection (click then right-mouse-click choose "Properties" complete property list. When defining custom states Valuator Output Driver, have first define states, save transfer function then choose edit order states visible Expression Assistant. Stimulus file inputs range checked shown numerically entered simulation widget, graphical widget position bound driver's range. your responsibility ensure proper input range within stimulus file. Simulation PSoC Express implemented with JavaScript. Boolean expressions, such (Input_1 33), cannot themselves assigned output JavaScript. poor design practice this, even firmware, lead avoidable bugs.
12/18/2006
srn020
Expressions perform range checking signed integer values, limiting them from -32767 32767. Octal values (0777, instance) hexadecimal values (0x4343, instance) range checked valid bits. They truncated PSoC firmware (but simulation does truncate them). Expressions contain valid 16-bit signed integer "-32768," because application prevents alternative enter "0x8000," which equal "-32768" bit. Byte values promoted integer type math operations which types expression byte. least Continuous type Valuator (16-bit signed integer) must used prevent overflow arithmetic operations. Designs with complex combinatorial expressions experience Build failures long line lengths handled correctly compiler parser. solution split complex involved combinational logic lines into multiple lines (Status Encoder Transfer Function well suited this). conversion utility Schematic report requires installation Java Runtime engine. Follow prompts during first-time execution "Print PDF" install JRE. conversion operation trigger warning from computer's antivirus software agent. Enable script during this operation conversion will succeed. schematic entries associated with master (LM75, Slave instances) will have required pull-up resistors missing from note appears schematic indicating need pull-up resistors value required). Interface Valuators allow input from outside system explicitly range checked/limited. include these your system them input Table Lookup Transfer Function, cause random behavior. Instead, define another Valuator define Transfer Function perform range checking limiting. Simulation Firmware match exactly with respect integer math results. JavaScript performs floating point math PSoC firmware performs strict integer math. simulation guideline integer math results. computers containing Microsoft Office 2003 SP1, some driver data sheets display dotted lines areas that should show text. Auto-assigned pins re-assigned PSoC Express unless move them least once. want lock auto-generated assignment, drag each back desired lock Currently, CapSense drivers will co-exist with other analog drivers. This will addressed future version.
12/18/2006
srn020
Known PSoC Express v2.2 Bugs Opening PSoC Express project PSoC Designer redirects PSoC Designer PSoC Express user module database. This cause user modules normally seen PSoC Designer look behave differently (including missing data sheets). redirection ensures that project generated PSoC Express provides consistent firmware/hex file results whether built PSoC Express PSoC Designer. Making changes PSoC Express v2.2 project PSoC Designer v4.3, then saving project, will make PSoC Designer v4.3 PSoC Designer User Module database instead PSoC Express User Module database. This cause user modules look behave differently. Once this occurs project, PSoC Designer v4.3 will always treat PSoC Designer project. PSoC Express currently allows explicit expression assignments appear transfer function definitions. Writing explicit assignments within transfer function definitions deprecated because these assignments create bugs that difficult find, they violate spirit intent transfer function programming model. This "loophole" closed future revisions PSoC Express. explicit expression assignment desired, program this operation custom.c. project contains custom.c customizations, build fail with following error message last line custom.c blank line: RefreshBOMTab sPinsDOM empty. project reports will generated. workaround carriage return custom.c. transfer function report portion project data sheet cannot tell difference between 1-line status encoder transfer functions 1-line priority encoder transfer functions. Both types transfer functions listed status encoder transfer function report. table lookup transfer function that large number output states sized that fits window. This makes table text very small. Please zoom functions view small text. 4-digit, 7-Segment Temperature 7-Segment drivers display incomplete leading zeroes when Position Decimal Point property NONE. With other settings, leading zeroes displayed. Temperature 7-Segment driver displays value 0.00 .00. CapSense Slider will sometimes report slider position around center. Playing with property settings tune this problem away. WUSB Master driver initial state BIND because will stall approximately 20-25 seconds each time PSoC powers-up resets. During BIND, both slave master block foreground seconds waiting/looking bind. Future revision will remove this limitation.
12/18/2006
srn020
When slave does have master will operate/respond more slowly input changes, because will look master every update loop. Future revision will remove this limitation. current version WUSB drivers will allow PSoC device both slave master. second radio, PSoC Express will display warning prevent second radio from being added. WUSB radio pins will assign when pins assigned. Once assigned, SHARED pins individually moved. Replacing remote monitor/slave driver will cause transfer function tear down. prevent this, pass-through if(1) then(itself) priority encoder before adding main system logic. pass-through transfer function will torn-down only. CapSense designs, possible exceed requirements before running pins (approximately sensors enabled). build will fail message will point CapSense. drivers that allow string label entered have specific length restrictions, described property comments datasheet, these programmatically enforced GUI. names long displays diagrams reports truncate names. this occurs, rename drivers shorter names. character constants like clause status priority encoder, javascript error occurs. only character constants THEN clause. Screens that have 16:9 aspect ratio display some dialog boxes with action buttons bottom blocked. There known workaround this. Certain drivers (CapSense WUSB) require parts complete implementation (the "properties" driver instance). Currently PSoC Express will alert forget needed second part. Builds will fail with very unclear error messages Windows option disable format names. When multi-value input driver (like dual axis accelerometer) into Point Region valuator, there indication which multiple values input. project datasheet also does call specific input. only workaround first assign multi-value input valuator (IF(1) THEN(multi-value input)) then feed valuator into Point Region. name length limit characters enforced when using multi-object rename tool. names will indicated long property changed individual rename attempted. project will build operate successfully either case.
12/18/2006
srn020
Initial value property output driver value that driver will during first update loop, value assigned immediately power-up. some digital inputs this cause initial glitch power-up. Replacing continuous driver that input Point Region will cause existing setpoints scaled match range input. Using seven-segment single digit display input itself will cause run-time script error. data flow/association lines cannot hidden; they always displayed.
Cypress Semiconductor 2700 162nd Street Building Lynnwood, 98087 Phone: 425.787.4400 Fax: 425.787.4641 Application Support Hotline: 425.787.4814 http://www.cypress.com/
Copyright 2006 Cypress Semiconductor Corporation. rights reserved. PSoC registered trademark Cypress Semiconductor Corp. "Programmable System-on-Chip," PSoC Designer PSoC Express trademarks Cypress Semiconductor Corp. other trademarks registered trademarks referenced herein property their respective owners. information contained herein subject change without notice. Made U.S.A.
12/18/2006
srn020

Other recent searches


SKY13272-340LF - SKY13272-340LF   SKY13272-340LF Datasheet
QHDZ-2X-3 - QHDZ-2X-3   QHDZ-2X-3 Datasheet
MF1548-01 - MF1548-01   MF1548-01 Datasheet
LH28F640BNHG-PTSL70 - LH28F640BNHG-PTSL70   LH28F640BNHG-PTSL70 Datasheet
LA42032 - LA42032   LA42032 Datasheet
ID78K0-QB - ID78K0-QB   ID78K0-QB Datasheet
1803471 - 1803471   1803471 Datasheet

 

Privacy Policy | Disclaimer
© 2012 Datasheet Archive