Following function are tied to the LWIP functions and i do not want to use any LWIP etc...How to bypass that ?void HAL_ETH_RxAllocateCallback(uint8_t **buff)
{
struct pbuf_custom *p = LWIP_MEMPOOL_ALLOC(RX_POOL);
if (p)
{
/* Get the buff fr...
I have the options for : FreeRTOS_Plus_TCP lwIP 2.1.3 (recommended to upgrade to this based on the official website) lwIP 2.1.2 (comes with the CUBEIDE).I need a robust and stable stack.