Hi, My TCP/IP application works, with the buffer size for TX = 1024 and RX = 128. Now, I would like to increase the buffer size. If I do that, the SOCK_ERR_ETHERNET comes, because the ready bit from the CS8900 is not set.
To slow up the superloop (every 4ms with TX = 1024 and RX = 256) works, but this can not be the right way. To put a while loop in the Rdy4Tx(), and wait until the bit is set, brings no solution. Have anybody solved this problem, or a good idea to solve it? Thanks, Rolf