Time delay error

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"m very new to PSoC.

I want to let existing program which I got from another person to work.

The program have been built perfectly. So if I set my PSoC creator correctly, it can work.

However there is a note and a warning.

The note is "pft.M0040: The following 2 pins will be assigned a location by the filter:\USBFS_1:Dm(0)\,/USBFS_1:Dp(0)\"

The warning is "sta.M0021:Warning-1350: Asynchronous path(s) exist from "\ADC_DelSig_1:DEC\ /interrupt" to "CyBUS_CLK". See the timingreport for details.

When I try to program and debug, it collapsed by encountering error.

I'm afraid that the warning causes this error.

I know that ClockSyncronization is problem and I should add some clock components to my program.

Please teach me how to put clock component.

or should I have to change any settings?

I attached my time report also.

And I write configuration of my PC

Windows10

PCoS Creator 4.2

My board is PSoC 5lp (CY8C5)

Thanks in advance

0 Likes
1 Solution
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi,

The error comes because of timing differences of clocking network. You can use a sync component to solve it.
Please check the following document : http://www.cypress.com/file/179056/download, page 20.

Best Regards,

VRS

View solution in original post

0 Likes
5 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

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

Hi, Bob.

Thanks for your replying.

I'm sorry to be late.

Now I retry to build and debug.

It seems to disappear these warning and note.

I don't know the reason why.

However, when I try to debug, it remained same encountering error.

I attached zip file of my code.

Regards.

Misato

0 Likes
Anonymous
Not applicable

I'm sorry...

After it took few minutes.

Above warning and note appear again...

I cannot solve the problem basically.

Misato

0 Likes
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi,

The error comes because of timing differences of clocking network. You can use a sync component to solve it.
Please check the following document : http://www.cypress.com/file/179056/download, page 20.

Best Regards,

VRS

0 Likes
Anonymous
Not applicable

Thanks!!

I could understand how to connect Sync components.

And I could solve the problem.

Regards

Misato

0 Likes