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 Wave Dac usage on Pioneer kit
  • 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
  • State Verified Answer
  • Replies 6 replies
  • Subscribers 26 subscribers
  • Views 971 views
  • Users 0 members are here
Related

Wave Dac usage on Pioneer kit

fixstuff
fixstuff over 11 years ago

Hello,

 

I would like to use the Waveform Dac component in PSOC Creator 3, and get this message when I go to build:

 

Component 'WaveDAC8_1' uses component 'cy_dma_v1_70' in its implementation. 'cy_dma_v1_70' has an error: The cy_dma_v1_70 component (WaveDAC8_1_Wave1_DMA) is an Obsolete component. It is no longer recommended for use and should be replaced with a production version of the component (or an alternative implementation).

 

Component 'WaveDAC8_1' uses component 'cy_dma_v1_70' in its implementation. 'cy_dma_v1_70' has an error: The cy_dma_v1_70 component (WaveDAC8_1_Wave2_DMA) is an Obsolete component. It is no longer recommended for use and should be replaced with a production version of the component (or an alternative implementation).

 

Component 'WaveDAC8_1' uses component 'VDAC8_v1_90' in its implementation. 'VDAC8_v1_90' has an error: The VDAC8_v1_90 component (WaveDAC8_1_VDAC8) is an Obsolete component. It is no longer recommended for use and should be replaced with a production version of the component (or an alternative implementation).

 

Is the Waveform Dac v2.0 component functional in PSOC Creator 3 for the PSOC 4 on the Pioneer?

 

thanks,

 

james

  • Sign in to reply
  • Cancel

Top Replies

  • COMPACT
    COMPACT over 11 years ago in reply to cy.gul +1
    From what I can see from Project #70 - It shows how to load an alternative bootloader for the onboard PSoC 5LP and how to revert it back again to normal. It doesn't explicitly show how to configure the…
  • fixstuff
    fixstuff over 11 years ago in reply to cy.gul +1
    Yes, I did end up getting the Waveform Dac working with the PSOC 5 LP. I've actually beeen doing quite a bit with the 5LP on the Pioneer board, and am stunned at just how much can be done on this little…
Parents
  • cy.gul
    0 cy.gul over 11 years ago

    Hi James,

     

    The Wavdac Component requires the use of DMA, which the current families of PSoC 4 do not feature. DMA is however available on both PSoC 3 and PSoC 5LP.

    In project#70 we have an example of the Wavdac running on Pioneer Kit's the PSoC 5LP.

    http://www.element14.com/community/message/86076#86076/l/psoc-4-pioneer-kit-community-project070-psoc-4-getting-started-lab-4-adc,


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Reply
  • cy.gul
    0 cy.gul over 11 years ago

    Hi James,

     

    The Wavdac Component requires the use of DMA, which the current families of PSoC 4 do not feature. DMA is however available on both PSoC 3 and PSoC 5LP.

    In project#70 we have an example of the Wavdac running on Pioneer Kit's the PSoC 5LP.

    http://www.element14.com/community/message/86076#86076/l/psoc-4-pioneer-kit-community-project070-psoc-4-getting-started-lab-4-adc,


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Children
  • COMPACT
    0 COMPACT over 11 years ago in reply to cy.gul

    From what I can see from Project #70 - It shows how to load an alternative bootloader for the onboard PSoC  5LP and how to revert it back again to normal. It doesn't explicitly show how to configure the PSoC 5LP with a Waveform DAC component.

    With a PSoC 4 you can use the iDAC component.

    This may suit your needs.

    It doesn't have DMA but it can be used successfully to generate a variable analog voltage.

    In fact you can even modulate the the intensity of the onboard RGB LED with it.

    You can convert it to a vDAC be feeding the output across a fixed value resistor.

    Remember that V = i x R.

    You can boost the output using an amp.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • COMPACT
    0 COMPACT over 11 years ago in reply to COMPACT

    For details of writing a PSoC 5LP project for the Pioneer kit read the About the community project #36.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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