Hi,
I am running mqx 3.8 and k60f120m. I went through the above steps to be able to use the AR4100, except
change from:
- a_netbuf_ptr->native.FREE = (_pcb_free_fn)freefn;
change to:
- a_netbuf_ptr->native.FREE = (PCB_FREE_FPTR)freefn;
which seems to be MQX 4.0 specific. Everything compiles fine, but ipcfg_init_device returns error 0xA4FF (ENET_ERROR). I checked if WriteBufferSpace reads EXPECTED_MAX_WRITE_BUFFER_SPACE, and it does, and I removed the
ioctl (pCustCxt->spi_cxt, IO_IOCTL_SPI_SET_CS, &input))
line from custom_hw_init().
Do you have any idea as to what I could do next to make it work? Or perhaps where to search for info?
Thanks,
Sebastian