Hi,
First of all, sorry, I'm quite new to LwIP and any other (e.g.: uip) embedded network stacks, but I have lot's of experience with FreeRTOS.
I'm using the EK-TM4C1294XL Launch Pad with Code Composer Studio V6. Recently, I try to set up a simple application, where the device gets its IP address via DHCP, but after some initialization steps, the processor is in HandlerHardFault state.
I have an TivaWare_C_Series-2.1.0.12573 driver library, and I investigated the examples, but as I saw, there wasn't an example, that fulfills my requirements (FreeRTOS and LwIP are used together), so my application based the <insatll_dir>\TivaWare_C_Series-2.1.0.12573\examples\boards\ek-tm4c1294xl\enet_lwip example. I defined
* NO_SYS to 0
* RTOS_FREERTOS to 1
in the lwipopts.h file.
Can anybody explain me step-by-step, how can I integrate the LwIP and FreeRTOS together and port these onto the evaluation board above?
Regards,
Norbert