Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

PIC32MX lwIP + FreeRTOS port again

Posted by Ake Hedman on November 26, 2008
I received and send frames now which is a success. There is a problem though in the Tctcpip thread. It appears to be FreeRTOS related so I ask here. Quite complex to explain the problem byt here we go.

In the tcpip thread the code waits for a frame. This is done with

sys_mbox_fetch(mbox, (void *)&msg);

which is defined in the sys_arch.c When called I get an exception.

I have checked that the mbox has been initialized and can trace the fault to a list iteration in vListInsert (called in vTaskPlaceOnEventList)

for( pxIterator = ( xListItem * ) &( pxList->xListEnd ); pxIterator->pxNext->xItemValue <= xValueOfInsertion; pxIterator = pxIterator->pxNext )
{
/* There is nothing to do here, we are just iterating to the
wanted insertion position. */
}

As I can see the list pointers are messed up as this point giving the exception. I have not been able to figure out why yet.

Call stack is

- tcpip_thread
- sys_mbox_fetch
- sys_arch_mbox_fetch
- xQueueGenericReceive
- vTaskPlaceOnEventList

Any hints appreciated.

Cheers
/Ake


RE: PIC32MX lwIP + FreeRTOS port again

Posted by Richard on November 26, 2008
Most likely cause of this is stack overflow - the lwIP threads can use quite a bit of stack, especially when using standard GCC C library functions such as sprintf() [you can use cut down versions that are more stack friendly on embedded systems].

Check the task that implements your lwIP functionality AND any task that is created using sys_thread_new() within sys_arch.c. Put a break point in sys_thread_new() to ensure you catch each time it is called.

Regards.

RE: PIC32MX lwIP + FreeRTOS port again

Posted by Ake Hedman on November 26, 2008
Hi Richard,

you are right of course.

Thanks a lot.

/Ake


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner