I could not find TCPWM on the Component Catalog PSoc 4.4

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

cross mob
marvian_s
Level 1
Level 1
First reply posted First question asked Welcome!

I try to flow the PSoC 101 but I could not find TCPWM. there are Timer[v2.80] and PWM[3.30] but do not have the same configuration with TCPWM.

would you let me know how to add this component to my PSoC 4.4?

Thanks

0 Likes
1 Solution
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

PSoC5lp does not have TCPWM component in Creator as PSoC4.

Some Timer/Counter/PWM code examples(with pdf) can be found here,  https://www.cypress.com/documentation/code-examples/psoc-345-code-examples?source=search&cat=softwar... and as mentioned more code example can be found from File -> Code Example....

Generally, the fixed function Timer/Counter/PWM has not as plenty of control pins as the UDB based one:

Roy_Liu_0-1622533931355.png

Roy_Liu_1-1622534007627.png

 

 

Roy Liu

View solution in original post

0 Likes
5 Replies
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

I wonder which EVB or device you are using?

If you are using PSoC 4200 or PSoC 4200M or CY8CKIT-042 and still you can not see TCPWM,

please try downloading and installing the newest PSoC Programmer from the URL below.

https://www.cypress.com/documentation/software-and-drivers/psoc-programmer-archive

If you still do not see TCPWM, again please let us know the board and/or device you are trying to use.

moto

0 Likes
marvian_s
Level 1
Level 1
First reply posted First question asked Welcome!

I am using the last version of PSoC Creator 4.4  with CY8CKIT-050  and I could not use a timer or counter. I saw PSoC 101 but the timer and counter dose do not have enough control pin for PSoC 5l in PSoC Creator. I study the timer and counter and still couldn't figure. Would you guide me where can I found some examples like pdf, book, or video? My new company uses PSoC 5L and I want to catch it as soon as possible.

Regards,

Marvian 

0 Likes
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

PSoC5lp does not have TCPWM component in Creator as PSoC4.

Some Timer/Counter/PWM code examples(with pdf) can be found here,  https://www.cypress.com/documentation/code-examples/psoc-345-code-examples?source=search&cat=softwar... and as mentioned more code example can be found from File -> Code Example....

Generally, the fixed function Timer/Counter/PWM has not as plenty of control pins as the UDB based one:

Roy_Liu_0-1622533931355.png

Roy_Liu_1-1622534007627.png

 

 

Roy Liu
0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

I just opened my old sample using CY8CKIT-059 and found that

you are right, I can find Counter and Timer but I could not find TCPWM.

The following URL is my sample to show how to use basic peripherals using CY8CKIT-059 (CY8C5888LTI-LP097)

If you change the device and pin assignment, I hope that it can be used for CY8CKIT-050, too.

https://community.cypress.com/t5/Code-Examples/MCU-Tester-a-Swiss-Army-Knife-for-PSoC-CY8CKIT-059-ve...

moto

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi, 

I posted a CY8CKIT-050 version of my sample at

https://community.cypress.com/t5/Code-Examples/MCU-Tester-a-Swiss-Army-Knife-for-PSoC-CY8CKIT-050-ve...

I hope this can be a little help or hint.

moto

0 Likes