Forum Discussion
sadann22
New Contributor
2 years agoFrom the "MAX 10 user flash memory user guide":
Program Memory in Parallel Mode:
UFM Programming max time = 305uSec
UFM Reset max time = 250 uSec
Tota max time for 4 bytes = 555uSec
for the UART the maximum allowable rate will be = 1/(555uSec/40) =72Kbps
therefore it is advisable to use the rate you have chosen: 57,600 bps in order to avoid losing data.
jozephka99
Contributor
2 years agoOh, I see now. This explains why am I not successful when I tried 115200 baud rate. Thanks for clearing that out.