cydsfit error moving to PSOC Creator 3.2

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

cross mob
Anonymous
Not applicable

I am getting the following error in Creator 3.2 that I was not getting in 3.1:

   

Warning: sta.M0017: Warning: Signal __ZERO__: No path found from __ZERO__:macrocell.q to \UART:SCB\.cts (App=cydsfit)
Warning: sta.M0017: Warning: Signal __ZERO__: No path found from __ZERO__:macrocell.q to \UART:SCB\.miso_m (App=cydsfit)
Warning: sta.M0017: Warning: Signal __ZERO__: No path found from __ZERO__:macrocell.q to \UART:SCB\.mosi_s (App=cydsfit)
Warning: sta.M0017: Warning: Signal __ZERO__: No path found from __ZERO__:macrocell.q to \UART:SCB\.sclk_s (App=cydsfit)
Warning: sta.M0017: Warning: Signal __ZERO__: No path found from __ZERO__:macrocell.q to \UART:SCB\.select_s (App=cydsfit)

   

It appears to reference the UART that I have configured. The UART works without any issues, so I have largely ignored it, but I am wondering why I am getting it in the first place. The SCB module is configured as UART, the options are pretty standard 8 - N - 1 with 9600 baud rate. Looks more like a SPI issue than UART, but I am not specifically using anything SPI unless there is handling behind the scenes for the block that I am not aware of. At any rate, like I said above, the code works fine, my project works fine, I'd just like to figure out why I can't seem to get rid of the error. This project was upgraded from Creator 3.1 to 3.2 - that is when the error appeared.

0 Likes
1 Solution
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

BDK Did you go to project tab and then select update components?  I have had this issue when I forget to update the components.

View solution in original post

0 Likes
2 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Maybe try -

   

 

   

1) A clean and build of project.

   

2) Remove UART and reinstantiate it.

   

 

   

Regards, Dana.

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

BDK Did you go to project tab and then select update components?  I have had this issue when I forget to update the components.

0 Likes