Timer Counter existing clock routing error

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

cross mob
JoYa_4324706
Level 3
Level 3
5 sign-ins First solution authored 10 replies posted

I am trying to connect my Timer Counter with Clk_Peri, but this error message occurred when I tried to build the project. Shouldn't the Clk_Peri appeared in the drop-down menu be available as a source of clock for the Timer Counter?

pastedImage_2.png

pastedImage_0.png

pastedImage_1.png

All clock settings were default. Did I miss something in order to connect a existing clock to the Timer Counter component?

Thanks!

0 Likes
1 Solution
NoriTan
Employee
Employee
25 sign-ins 5 questions asked 10 sign-ins

Attached figure comes from "PSoC 6 MCU: PSoC 63 with BLE Architecture TRM, Document No. 002-18176"

GS004264.png

It is found that the Peripheral Blocks (including TCPWM) can be clocked by clk_peri.

GS004267.png

On the other hand, the clock must be provided via one of the peripheral clock dividers.

So, please use "New" clock instead of "Existing" one as follows.

GS004266.pngGS004265.png

Both configuration can be accepted by PSoC Creator.

Regards,

Noriaki

View solution in original post

0 Likes
1 Reply
NoriTan
Employee
Employee
25 sign-ins 5 questions asked 10 sign-ins

Attached figure comes from "PSoC 6 MCU: PSoC 63 with BLE Architecture TRM, Document No. 002-18176"

GS004264.png

It is found that the Peripheral Blocks (including TCPWM) can be clocked by clk_peri.

GS004267.png

On the other hand, the clock must be provided via one of the peripheral clock dividers.

So, please use "New" clock instead of "Existing" one as follows.

GS004266.pngGS004265.png

Both configuration can be accepted by PSoC Creator.

Regards,

Noriaki

0 Likes