Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Hi, yes. The problem I had is that I used breakpoints. My guess is that in that case when the first byte arraived the software stopped at the breakpoint while the hardware kept on recieving additional bytes. So, the counter of the software did not go on but the hardware updated the current byte as new bytes arrived so only the last byte was kept at the register in the end of the process. The code is the usual code that is shared usually here, I just can't copy it at the moment. Just don't use breakpoints and you'll be fine. If you want to "samplew" the progress of your software then try writing somethings to the uart. --- Quote End --- where is the code that you have mentioned?