Hi teams,
I am trying to interface ENC28J60 ethernet controller on nRF52833 based board.
The purpose is sending/receiving simple data gathered from BLE mesh network.
I found some examples about SPI communication, and will try to follow them to physically interface the chip, but have some more question to go further.
1. Because I will use DHCP & TCP socket, etc, need simple TCP/IP stack. What is your recommendation?
I found lwip in SDK/external folder. Is it possible to use on my purpose?
2. To handling incoming/outgoing packets via ethernet, I expect quite complex interrupt/event handling required.
But, in examples that I reviewed, there is no task/thread handling like RTOS does.
Where can I find similar example source code which I can refer to?