Home
Search
Search Keyword: Ordering
Tag: PSoC5 Total 9 results found.
Question: Where can I find BSDL files for PSoC3 and PSoC5?Answer: The BSDL files for PSoC3 and PSoC5 can be found under the following link from Cypress website.BSDL Files for PSoC3 and PSoC5
Tags: PSoC3 PSoC5 BSDL
Voltage Controlled Oscillator in PSoC3 and PSoC5
Question: Is it possible to create a Voltage Controlled Oscillator in PSoC3 / PSoC5 using the PSoC3/PSoC5 hardware?Answer: Yes.  With a handful of hardware components, it is possible to create a voltage controlled oscillator in PSoC3 / PSoC5.  The schematic of a voltage controlled oscillator is shown below.
Setting UART Baud Rate in PSoC3
Question: How do I set the Baud Rate of the UART component in PSoC3?Answer: There are two ways to set the Baud Rate of the UART component.Option-1: Using the Standard Baud RatesWhen the "Internal Clock" option is enabled in the Advanced tab in the UART component configuration window, the UART configuration window has a drop down list with standard baud rates from 110bps to 921.6kbps.  The baud rate for the UART can be selected from this list.  When this option is used, the PSoC Creator automatically sets the Clock source for the UART component. The below figure shows the screen shot of Baud Rate selection using standard baud rates.

Many times we may want to connect a multiple wired hardware bus to another multiple wired bus, or a Status / Control register or to multiple GPIO pins. This video shows how to achieve multiple wire hardware bus connections in the Schematic Editor in PSoC Creator.

Finding Resource Usage in a PSoC3 / PSoC5 Project
Question: How do I find out the resource usage in a PSoC3 or PSoC5 project?Answer: The % of resources used in the PSoC3 or PSoC5 design may be found in the .rpt file in the Results tab of the Workspace Explorer. 
Tags: PSoC3 PSoC5
VDAC8 - Connecting External Load

Question: How do I bring out the VDAC8 output in PSoC 3?  Can I connect the VDAC8 output directly to a pin?Answer: VDAC8 in PSoC3 is implemented by using and IDAC and an internal Load resistance of 16K for 4V range and 4K for 1V range.  Following is the block diagram.

High Resolution Dithered DAC in PSoC 3
Question: How do I create a High Resolution DAC in PSoC 3?Answer: A High Resolution DAC in PSoC3 may be created by using Dithering.Dithering is a widely used technique in Digital Processing where a noise is intentionally introduced into a system to increase the resolution of the system.  Say we have an 8 bit DAC with a full scale value of 255mV.  Each count of the DAC represents 1mV.  What if we wanted an output of 1.25mV from the DAC.  Switch the DAC output between 1mv and 2mV keeping the output at 2mV 25% of the time and 1mV 75% of the time, the average value of the output would be 1.25mV.  For an output of 1.5mV, the DAC output should be maintained at 2mV for 50% of the time and 1mV 50% of the time.  See diagram below.
High Resolution DAC in PSoC3
Question: How do I create a DAC with resolution greater than 8 bits in PSoC3?  PSoC3 only has 8 bit IDAC and VDAC.Answer: A higher resolution current DAC may be created in PSoC3 by combining two 8 bit DACs.  This is explained in the Technical Reference Manual under the DAC section.  The figure below from the PSoC 3 TRM shows how to combine two 8 bit DACs to implement a 12 bit DAC.
Bring out a Reference voltage or AGND in PSoC3/5

Question: How do I bring out an internal reference voltage to an external pin?

Answer: The internal reference can be brought out using the Vref component and an Op-amp configured as a buffer.  For example, let us bring out the Vdda/2 signal to an output pin as Analog Ground.