Forum Discussion
Hi,
I implemented remote update in several MAX10 designs and didn't yet notice write completion taking longer than 1 ms. I see typical write duration of 40 to 100 us, but didn't try to capture maximum. We have a command response timeout of 1 ms, exceeding this interval would raise an error.
Presuming MAX10 is healthy and receives correct supply voltage, I suspect there's something in your code causing the issues. In any case I'd use waitrequest to time write continuation instead of using fixed delay.
Regards Frank
- aiedb7 days ago
Occasional Contributor
hii thanks thats what i am doing , holding the write untel waitreguest goes low
- JohnT_Altera6 days ago
Regular Contributor
Hi,
Please try to clean up the timing and also avoid using fixed delay to see if it resolved your issue.
- aiedb4 days ago
Occasional Contributor
hii i will try to clean up the timing issues and to see how it goes