Quality RTOS & Embedded Software

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


Loading

Issue in sending eth packet in freeRTOS+UIP

Posted by Sushant on October 22, 2012
Hii,
I am using the LM3S6965 ethernet board..i am tring to create a simple client-server communication using freeRTOS+UIP(v7.1.1) stack and IAR as IDE..i have made some changes in the demo code and created a client with a static IP..i am using a server tool..when i try to connect to the server, i end up in hard-fault isr(although 1 in 10 times i am able to establish a TCP connection with the server)..the issue i am having is that the uip_buf is not getting loaded with the address of the packet data buffer to be sent..and this issue arises only after uip_periodic() routine..

for( i = 0; i < UIP_CONNS; i++ )
{
uip_periodic( i );

/ If the above function invocation resulted in data that should be sent out on the network, the global variable uip_len is set to a value > 0. /

if( uip_len > 0 )
{
uip_arp_out();
prvENET_Send();
}
}

I am not getting that when uip_periodic() encounters data to be sent, when(or where in uip.c) does uip_buf point to the data???Since the hard fault is arising while tring to send the packet on the network as uip_buf contains 0 and fault is encountered in vSendBufferToMAC() routine in emac.c while assigning
pus = ( unsigned portSHORT * ) uip_buf

Thanks in advance.

Sushant C

RE: Issue in sending eth packet in freeRTOS+UIP

Posted by Richard on October 23, 2012
Sorry - I don't have a quick answer. In that situation I would step through the code until I found the line where the assignment was made, and then place a configASSERT() statement after the assignment to create a trap for the debugger. When the trap is hit you can then step through the code until you see why the problem occurs.

Regards.


[ 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