Issue in PSoC 4200 BLE - SCB UART module

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hello,

   

I am using PSoC 4200 BLE controller. I want to use SCB block as UART and also want "API control enabled" functionality. I select configuration setting according to requirement and then build project then get error "Pin guidance unavailable: Resource limit: Maximum number of Unique P-terms exceeded (max=64, needed=75)."

   

Anybody have solution for this error. I attached snapshot of Schamatic with configuration setting & build error.

   

Thanks,

   

Pranay Joshi

0 Likes
1 Solution
Anonymous
Not applicable

Hi Pranay,

The UART you have selected in the project is based on UDB and not on SCB. You are running out of UDB resources in your project, so the error. You can use an SCB component and get rid of the error.

View solution in original post

0 Likes
2 Replies
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

You are out of resources Please post your code so we can check it.

0 Likes
Anonymous
Not applicable

Hi Pranay,

The UART you have selected in the project is based on UDB and not on SCB. You are running out of UDB resources in your project, so the error. You can use an SCB component and get rid of the error.

0 Likes