Quality RTOS & Embedded Software

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


Loading

FreeRTOS + lwIP

Posted by Nobody/Anonymous on September 1, 2006
Hi, I have still the same target but I cannot find a solution for OS crashing. I open socket on TCP port 80 (I have server from lwIP_Rowley_demo) and then OS crashes.
I did analize the track to halt:
(tcp_in.c) tcp_process -> (tcp.h) TCP_EVENT_ACCEPT -> (tcp.c) -> (api_msg.c) accept_function -> (sys_arch.c) newconn->recvmbox = sys_mbox_new(); -> (queue.c) xQueueCreate -> crash

Have you idea? Please for help!
Janusz

RE: FreeRTOS + lwIP

Posted by Nobody/Anonymous on September 1, 2006
I trace in xQueueCreate:
crash is during:
pxNewQueue = ( xQUEUE * ) pvPortMalloc( sizeof( xQUEUE ) );

I am using heap_2.c, FreeRTOS 4.1.0, lwIP 1.1.1, GCC ARM7 AT91SAM7S256

Janusz

RE: FreeRTOS + lwIP

Posted by Nobody/Anonymous on September 1, 2006
Is the crash actually inside here, or is it just returning NULL?

If it is inside then check your byte alignment constant.

If it is returning NULL then you need to increase the heap size.

RE: FreeRTOS + lwIP

Posted by Nobody/Anonymous on September 1, 2006
it crashes inside pvPortMalloc. I have tried to increase heap size - without effect.

RE: FreeRTOS + lwIP

Posted by Nobody/Anonymous on September 1, 2006
After crash Data Abort interrupt is generated.

RE: FreeRTOS + lwIP

Posted by Nobody/Anonymous on September 3, 2006
solution: -O1 or -O2 compiler option

Janusz

P.S. I do not believe in power of GCC for ARMs like before...


[ 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