Forum Discussion
Altera_Forum
Honored Contributor
17 years agoSpeed! when reading from the serial port
Hello folks, I am reading messages from the UART at 230400 8-N-1. The messages are 41-byte long. The whole message takes about 2ms to be sent into the UART. However, when I do fscanf, fgets...
Altera_Forum
Honored Contributor
17 years ago<div class='quotetop'>QUOTE (mschnell @ Jul 11 2009, 09:10 AM) <{post_snapback}> (index.php?act=findpost&pid=23078)</div>
--- Quote Start --- You should use an /f processor and a decent amount of both data and instruction cache. -Michael[/b] --- Quote End --- Hello Michael, Yes, I am using an /f processor. I'll read the manual on how to increase data and instruction cache because I'm not sure what size my hardware config has. Will let you know about the results. Thank you very much Francisco