Design Wide Resource Error: Function Net_107.q

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

cross mob
jedac_2823961
Level 1
Level 1

Hey Guys,

For a project I'm using a CY8C4247AZI-L433 (PSOC4200L serie) MCU. On a certain pin (26) I want to use the PWM component. The documentation for the 4200L says that the Alt. funcion for this pin is tcpwm.line[0]:3. However, in the Design Wide Resources it's giving an Error: Function Net _107.q cannot be reach from this pin.

pastedImage_0.png

^ This is the configuration for the PWM pin (26).

Hope to hear from you!

-Jeroen

0 Likes
1 Solution
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

You are using a UDB based PWM component, PORT7 of PSOC4200L don't support connect to internal UDB resource through internal digital routing, change to use a TCPWM component can fix the issue.

View solution in original post

0 Likes
2 Replies
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

You are using a UDB based PWM component, PORT7 of PSOC4200L don't support connect to internal UDB resource through internal digital routing, change to use a TCPWM component can fix the issue.

0 Likes

Hey VisonZ,

You're right, changing the UDB component to TCPWM worked.

Thanks!

0 Likes