Programming A Cypress PSoC Using PSoC Designer
Programming A Cypress PSoC Using PSoC Designer
Designer
Steven Shane
ECE 480, Spring 2009, Michigan State University
tool for a series of engineering applications ranging from simple power regulation to
complex control applications. The on-board electronics allow for customization of the
chip’s functions. This customization can take the form of user-defined scripts, a network
from the Cypress website, and these two programs are the focus of this document.
PSoC Designer is the application that allows the user to define interior chip logic,
placing isolated components and assigning the footprint of the chip. To start work on
The chip-level approach allows for a more robust control of modules added to the
Example 1:
Each component takes up a certain amount of space, represented by the gray
boxes in the figure above. Note that analog operations (such as DTA conversion) takes up
region. Pictured above is a 12-bit A-to-D converter placed in memory space. Unless
specified otherwise, Designer automatically allocates memory and required I/O ports.
User-defined modules can also be added to the library using the editor. Once the
components are placed, pin placement can be managed by building the project (F7).
A higher-level approach is the system-level design. In this mode, The user does
not manage the memory of the PSoC’s resources as directly, but instead a project
flowchart is automatically generated. The user drags pre-defined components into the
design window as before, except now the components are strictly Inputs, Outputs,
even simple voltage or current inputs. These are each configured by selecting the proper
module from the toolbar, and then adjusting the characteristics of the input to match your
Outputs can be any digital or analog signal generated by the PSoC. A transfer
function of some kind is required for each output, and these are typically determined by
valuators.
Valuators are logical constructions. They link outputs with inputs in logical
The figure below shows the completed display in Designer. The orange lines
denote dependencies determined by the transfer function of the valuators and outputs.
In this case, a LoopDelay valuator is used to monitor the on/off switch. It turns
high when the state of the switch changes. The output is the PWM DTA voltage, and it is
output of the PSoC via a MOSFET. The figure below shows the Design window for this
particular application.
Temperature Inputs:
WaterTemp2 AmbientTemp2 BodyTemp2
Monitors output from Basis for check on Monitors the temperature of
Thermoelectric element Heating/Cooling mode. air inside the garment.
Capped at 45 degrees C Basis for fine-tuning PWM
duty cycle
All thermistor inputs are modeled after McShane TR-67 15K thermistors.
Resistance/Temperature chart http://mcshaneinc.com/html/TS67_Specs.html
Other Input(s)
4-state Dipswitch
User manual override. The four settings correspond to Cold, Off, Low Heat, and High
Heat, respectively. High at 2.2 V
Outputs
DC output H-bridge state
PWM-generated 0-5V, determined by duty Binary bit determining polarity of voltage
cycle, regulates a high-power MOSFET across TE. Determined by heating vs.
cooling mode.
The completed schematic based upon the specified design is automatically generated
when the project is built. Appendix A contains the full schematic for this project, along
with recommendations for external electronics based upon the drivers provided by
Cypress.
Appendix A
Schematic
Driver Schematics