lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Help with LwIP Modem


From: address@hidden
Subject: Re: [lwip-users] Help with LwIP Modem
Date: Sat, 9 Jul 2016 21:08:34 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

Jaime Fernandez Hoffiz wrote:
the isr is not in the function stack

Inline
            image 1
(this is a snippet of CCS TI IDE)

This indicates your "low_level_input" is already called from tcpip_thread, not from isr. In that case, it's actually OK to call "ethernet_input" (or passing it to netif_add). In this case, your problem most probably lies somewhere else.

Simon

reply via email to

[Prev in Thread] Current Thread [Next in Thread]