SGPIO Initiator to validate SGPIO Target design (FPGA+Silicon), is it possible on PSOC5?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

According to this file :

http://www.cypress.com/file/108536/download

PSoC3/5 support SPIO initiator.

I didn't use cypress board before and according to the file it seems a good board to validate SGPIO target design.

my questions :

     1. Is it possible to use it to create negative scenarios ?

     2. Is there any link to PSoC board components  that needed to support SGPIO Initiator?

0 Likes
6 Replies
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

SGPIO Initiator component is no longer available in latest versions of PSoC Creator for PSoC3/PSoC5LP .You may have to create the custom component for it

0 Likes
Anonymous
Not applicable

Hi,

Could you explain what does it mean to "create the custom component for it"?

Is it a library that I should load?

0 Likes

Please go through this Component Author Guide to understand the procedure of creation of custom Component in Creator:

http://www.cypress.com/documentation/component-datasheets/psoc-creator-component-author-guide

0 Likes
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

You can use the attached project as reference.

It contains a non-official component for the SGPIO Target and Initiator.

Anonymous
Not applicable

Hi ,

Thank you, does it mean the SGPIO initiator is a FPGA design ?

0 Likes

The SGPIO initiator is implemented on the Universal Digital Blocks (UDBs) from the PSoC.

The hardware design was done in Verilog, but that doesn't mean you can easily port it to a FPGA. The UDBs has some fixed function modules, which reduce the amount of PLDs required to implement whatever hardware block you wish.

0 Likes