Forum Discussion
Altera_Forum
Honored Contributor
13 years agoRS232C Packet Loss
Hello, I am working with my custom board, and having problem communicating via RS232C. In very rare occasion, commands seems to be ignored, lost, or thrown away. My C code is some...
Altera_Forum
Honored Contributor
13 years agoThank you dsl,
I do continuesly throw commands, but always wait until the board returns "packet received" before throwing the next. And the command length is only 32bytes. Is this really a rx fifo matter?..sorry if i'm asking something dum.. ..And I can't find fifo length setting in altera_avalon_uart from SOPC.. What I do in my isr is, transferring data from internal to external RAM using double buffering without a DMA. I guess this is taking too much time(?)