Hi,
We already have a board with Stellaris and CC1120 chip. We are migrating to Tiva series. I have been able to initialize the CC1120 and even the MRFI interrupt is getting handled.
I am trying to bring up the ethernet peripheral. I noticed lwIPEthernetHandler is not getting called. Is there any Initialization that needs to be done in before calling
lwIPInit(g_ui32SysClock,factory_cfg->mac_address, 0, 0, 0, IPADDR_USE_DHCP). Also we are running FreeRTOS with lwip 1_4_1. Using only TivaWare API.
Also i noticed that USER0 and USER 1 registers are 0xfffffff. We are programming the mac address to seperate location on flash and reading from there.
Any suggestions why Ethernet Handler is not getting called.