Tool/software: Code Composer Studio
Hi
I'm working on the Ethernet port of the board EK-TM4C1294XL and I have configured it using
#include "lwip/opt.h"
#include "lwip/debug.h"
#include "lwip/stats.h"
#include "lwip/tcp.h"
same as used in the board example " enet_lwip ", my problem with the read received packet data pointer is not fixed location in memory but always changing with increment & decrement (loop change).
So when i want to process the receive data, some time I fail because I look every time at the same memory pointer while every data packet received the actual memory pointer of data changed.
BR
Hani