Forum Discussion
54 Replies
- JohnT_Altera
Regular Contributor
Hi,
Sorry. It should be 0xFFF.
- KWang97
Occasional Contributor
It's the same when I set timer to 0xFFF.
- JohnT_Altera
Regular Contributor
May I know if you are able to read msm_cs whenever PHY communication is down?
- KWang97
Occasional Contributor
Maybe I could and I can have a try if you need.
Anyway, I am sure reconfig didn't happen and just PHY comminication goes wrong. I have two PHY communication path with the same phy chip in my master board which communicate with a slave board which also have two PHY path. In th slave board, One phy chip is the same PHY chip with master board, the other phy chip is different But they can communicate well without enabling watchdog. After I enable wathdog,the same phy chip works well while different phy chip will meet problems like what I mentioned.
- JohnT_Altera
Regular Contributor
Hi,
Thanks for the explanation. It looks like something went wrong when you enable the watchdog timer. I think you will need to signalTap into your design to understand what is causing the PHY communication to break down. Cause the working chip does not face any issue and the reset watchdog timer should be working correctly.
- KWang97
Occasional Contributor
Yes, there must be sth wrong with enbale watchdog. But I don't know what's the problem so I ask you about this. After all, the problem only happens when I enable watch dog. I still don't know where should I go and Anything else to recommend to look into? So can heip me to find the problem.
- JohnT_Altera
Regular Contributor
Hi,
You need to look into your PHY Communication interface and check why it is breaking down. I don't think that the watchdog timer can cause any issue on this except that watchdog timer times out and cause reconfiguration to happen.
- KWang97
Occasional Contributor
But only when I enbled the watchdog did problems come, so I think there is sth to do with watchdog. I will go on looking into it and hope you could give me some solutions or comments about this if you have further findings. I would also hope could you please ask about this issue with your colleagues and maybe get some ideas. Thanks very much!
- JohnT_Altera
Regular Contributor
Hi,
I will need to further understand your PHY link and how it work on your design to understand what is actually happening to further understand what is happening. The reason is that watchdog timer will cause the Max 10 device to reconfigure if it is not reset correctly.
- KWang97
Occasional Contributor