Hi
I am building a analog project using CY8CKIT-050 PSoC® 5LP Development Kit.
Solved! Go to Solution.
For every component is a datasheet available. Right click on then component and select "open Datasheet".
You'll find your data under the PSoC 5 AC/DC characteristics.
Bob
For every component is a datasheet available. Right click on then component and select "open Datasheet".
You'll find your data under the PSoC 5 AC/DC characteristics.
Bob
Hi Bob,
Thanks a ton for your prompt reply.
I have another question...
Is it possible to import a verilog code directly into the kit and get the corresponding output ??
Is there an example project on the net??
Afaik Verilog does work only together with component creation and is restricted to UDB usage. There is a "Component Author Guide" installed on your PC. Not as easy, but doable.
Bob
ee10,
PSoC uses a very much stripped down version of Verilog (Warp Verilog), which lacks many of standard features.
You can find a list of pretty much all of the Warp Verilog resources for PSoC here:
https://community.cypress.com/thread/12411#comment-370296
I would recommend to get familiar with PSoC basic operation before starting your own component design. This KBA may be useful in this regard
When and How to create a component
/odissey1