ENC28J60 Rx Tx Buffer
Posted: Mon Nov 23, 2015 8:03 am
I have been setting up the ENC28J60 with a DSpic24.
I have set my micro buffer size to 2000b.
I have found that if my HTML page code exceeds around 1300b then the page wont load.
Reading the ENC28J60 data sheet, the 8kb buffer is split into two partitions, read and write.
It appears that the read buffer is set to 6655b, so the write buffer is the leftover 1345b
I suspect that with the header information the write buffer is overflowing causing it to fail.
Is there an easy way to change the size partitioning of the buffer in the ENC28J60 component?
Cruzxia
I have set my micro buffer size to 2000b.
I have found that if my HTML page code exceeds around 1300b then the page wont load.
Reading the ENC28J60 data sheet, the 8kb buffer is split into two partitions, read and write.
It appears that the read buffer is set to 6655b, so the write buffer is the leftover 1345b
I suspect that with the header information the write buffer is overflowing causing it to fail.
Is there an easy way to change the size partitioning of the buffer in the ENC28J60 component?
Cruzxia