element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Cypress Kits
  • Products
  • Dev Tools
  • Cypress Kits
  • More
  • Cancel
Cypress Kits
Forum PSoC 4 Pioneer Kit Community Project#20 - Starter Designs
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Cypress Kits to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 25 subscribers
  • Views 2026 views
  • Users 0 members are here
  • 100projects
  • projects
  • example
  • 4
  • psoc
Related

PSoC 4 Pioneer Kit Community Project#20 - Starter Designs

cy.gul
cy.gul over 12 years ago

Hello folks!

 

Did you know that PSoC Creator ships with many example projects to get you quickly up and running with PSoC 4?

One category of these examples that ship with the tool are called "Starter Designs" -- intended to be examples of common design configurations used in typical embedded systems.

 

I will show you how to access these Starter Designs today -

 

1. Launch PSoC Creator and start a New Project from the File menu

image

 

2.From the New Project window, scroll down to see the Starter Designs for the PSoC 42xx family. Here, you can select from the 5 included starter designs. You can also provide you own project name and path, and then press OK to create a new copy of this project on your computer.

 

image

 

3. In this example, I picked the first starter design "ADC_Differential_Preamplifier" and named it "My_ADC_Project". Once this new project is created, you will observe the already completed project schematic (topdesign.cysch), the project firmware (main.c) and also a document decribing this project in details (ADC_DiffPreamplifier.pdf).

image

 

4. To learn more about this particular project, see the included PDF document.

image

 

5. Finally, assign the GPIO for your project based on what target hardware you are going to run it on (e.g. the PSoC Pioneer Kit). Once completed, you can then Build and Program this project on your PSoC 4 Pioneer Kit.

image

 

 

 

 

Here's a list of the 5 Starter Designs included with the current version of PSoC Creator 2.2 SP1.

imageimageimageimageimage

  • Sign in to reply
  • Cancel

Top Replies

  • jesusantoniocar
    jesusantoniocar over 12 years ago in reply to Former Member +1
    Hello Antonio. Thanks for your fast response, yes i refer to create custom PWM designs in PSoC 4, simillar to the next video where Dave Van ess design and build in psoc 5 lp: http://video.cypress.com/video…
  • Former Member
    Former Member over 12 years ago in reply to jesusantoniocar +1
    Sure.. I have already built a custom digital PWM (dual output with independent period counters, using just 2 UDBs) on PSoC 4, so I know that works. All the best, Antonio
  • Former Member
    Former Member over 12 years ago +1
    yes i like it
  • jesusantoniocar
    jesusantoniocar over 12 years ago

    hello Matt.

    Thanks for this post, very useful.

    i have a question , right now i am following the videos of the Dave Vann Ess, in cypress.com , so can i program or create my own pwm design in psoc 4?.

     

    best regards,

     

    Jesus Antonio.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to jesusantoniocar

    J. Antonio,

     

    Could you please clarify your question?

     

    Did you mean to ask whether you can create custom PWM designs in PSoC 4?

     

    The answer to this question is yes. You can create a custom PWM or any other digital design that would fit within 4 Universal Digital Blocks (UDBs) in PSoC 4.

     

    Antonio

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jesusantoniocar
    jesusantoniocar over 12 years ago in reply to Former Member

    Hello Antonio.

    Thanks for your fast response, yes i refer to create custom PWM designs in PSoC 4, simillar to the next video where Dave Van ess design and build in psoc 5 lp:

     

    http://video.cypress.com/video-library/video/Web-Series

     

    PSoC Today! UC Davis Lecture Part 4, i buld this in my psoc 3 kit030, so i will build this application with my psoc4 kit.

     

    Thanks Antonio.

     

    Best regards,

     

    JesusAntonio.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to jesusantoniocar

    Sure.. I have already built a custom digital PWM (dual output with independent period counters, using just 2 UDBs) on PSoC 4, so I know that works.

    All the best,

    Antonio

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 12 years ago

    yes  i like it

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube