Hi All -
Does anyone have any suggestions for simple LWIP usage? I've built and used the examples, but now that I'm trying to modify them for my own needs I seem to be missing the basics.
What I would like to do is set the BeagleBone up as a simple TCP server so that I can pass commands from a TCP client to control GPIO, I2C devices, etc.
I've tried modifying the echod example as this uses sockets in a way I'm familiar with, but what I see is an interrupt passing control to CPSWCore0RxISR, then into sitaraif_rx_inthandler, and then somewhere it gets hung up on an exception.
Is this the way it's supposed to work? CPSWCore0RxISR -> sitaraif_rx_inthandler -> ..... -> echo_recv? Perhaps I've missed something in the setup?
Thanks,
Joe.