I am getting this error 'Unable to find a solution for analog routing'

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

The project is ultrasonic based distance measurement.

I have attached the file below for reference.

0 Likes
1 Solution

There are a couple of errors when I compile your project although I do not get your mentioned error message.

When you double click on the error shown in the "notice" window the cause will be highlighted in red.

There are some pins configured as output which are not connected to a signal. When you want to set the pin by software you need to remove the "hardware connection" in the configuration.

Some signals are driven by more than one source.

The source of the clock for a component cannot be an IO pin.

Some inputs for components do not have a signal attached.

When you explain a bit more in detail what you want to perform someone in the forum will give you all the help you need.

Bob

View solution in original post

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

.cyprj file only does not give the enough information of the issue. You may refer to PSoC4 hardware design guide application note for analog routing design.

AN88619 - PSoC® 4 Hardware Design Considerations | Cypress Semiconductor

Roy Liu
0 Likes

Can you please post your complete project or a shortened version that shows the error so that we all can have a look at all of your settings. To do so, use

Creator->File->Create Workspace Bundle (minimal)

and attach the resulting file.

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

The project bundle is attached

On Tue, Oct 31, 2017 at 4:24 PM, user_1377889 <community-manager@cypress.com

0 Likes

There are a couple of errors when I compile your project although I do not get your mentioned error message.

When you double click on the error shown in the "notice" window the cause will be highlighted in red.

There are some pins configured as output which are not connected to a signal. When you want to set the pin by software you need to remove the "hardware connection" in the configuration.

Some signals are driven by more than one source.

The source of the clock for a component cannot be an IO pin.

Some inputs for components do not have a signal attached.

When you explain a bit more in detail what you want to perform someone in the forum will give you all the help you need.

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

I build the project and it was not giving any errors. But after making

hardware connections to the sensor , the leds are not glowing according to

the distance as per the project.

On Wed, Nov 1, 2017 at 3:48 PM, user_1377889 <community-manager@cypress.com>

0 Likes

I cannot open your project archive. Can you please try:

in Creator delete the folder "Generated Files" (just to keep the archive small)

Use Build -> Clean Project

File -> Create Workspace Bundle (Complete)

and then attach the generated .zip

Bob

0 Likes