Re: [lwip-users] Connection freeze after 29200 Bytes

2016-08-08 Thread Norbert Kleber
, August 07, 2016 9:00 AM *To:* lwip-users@nongnu.org *Subject:* Re: [lwip-users] Connection freeze after 29200 Bytes Hi everyone, first of all i'ld like to thank you for your fast responds. @Noam: I will try the suggested LwIP 1.41 on Monday. The FLASH size is 1 MB and the sectors are 0-3

Re: [lwip-users] Connection freeze after 29200 Bytes

2016-08-08 Thread Patrick Klos
On 8/6/2016 7:03 AM, Norbert Kleber wrote: ...As long the file to transfer is smaller than this magical 29200 Bytes every thing works fine, but if it exceeds that limit the TCP connection freezes after transmitting the 29200Bytes i would be grateful for any hint. For what it's worth,

Re: [lwip-users] Connection freeze after 29200 Bytes

2016-08-08 Thread Sergio R. Caprile
Please search the list, read the wiki, http://lwip.wikia.com/wiki/Raw/TCP and or go to this recent msg http://lists.nongnu.org/archive/html/lwip-users/2016-08/msg00063.html there you'll see a working way to interact with TCP. You can also check the code in the web server and the

Re: [lwip-users] Connection freeze after 29200 Bytes

2016-08-07 Thread Norbert Kleber
:* Sunday, August 07, 2016 9:00 AM *To:* lwip-users@nongnu.org *Subject:* Re: [lwip-users] Connection freeze after 29200 Bytes Hi everyone, first of all i'ld like to thank you for your fast responds. @Noam: I will try the suggested LwIP 1.41 on Monday. The FLASH size is 1 MB and the sectors

Re: [lwip-users] Connection freeze after 29200 Bytes

2016-08-07 Thread Noam Weissman
has an ETH BL example that is smallcheck it as well. BR, Noam. From: lwip-users [mailto:lwip-users-bounces+noam=silrd@nongnu.org] On Behalf Of Norbert Kleber Sent: Sunday, August 07, 2016 9:00 AM To: lwip-users@nongnu.org Subject: Re: [lwip-users] Connection freeze after 29200 Bytes Hi

Re: [lwip-users] Connection freeze after 29200 Bytes

2016-08-07 Thread goldsimon
* lwip-users <lwip-users-bounces+noam=silrd@nongnu.org> on behalf of Norbert Kleber <nubsi...@arcor.de> *Sent:* Saturday, August 6, 2016 2:03 PM *To:* lwip-users@nongnu.org *Subject:* [lwip-users] Connection freeze after 29200 Bytes Hello everyone, I ran into a problem while imp

Re: [lwip-users] Connection freeze after 29200 Bytes

2016-08-07 Thread Norbert Kleber
* lwip-users <lwip-users-bounces+noam=silrd@nongnu.org> on behalf of Norbert Kleber <nubsi...@arcor.de> *Sent:* Saturday, August 6, 2016 2:03 PM *To:* lwip-users@nongnu.org *Subject:* [lwip-users] Connection freeze after 29200 Bytes Hello everyone, I ran into a problem while implement

Re: [lwip-users] Connection freeze after 29200 Bytes

2016-08-06 Thread Jan Menzel
That smells like you started with a 32k buffer and did not free the memory on receive. On 06.08.2016 13:03, Norbert Kleber wrote: > Hello everyone, > > I ran into a problem while implementing the LwIP stack v1.3.2 onto the > STM32F4 Evalboard. > My Intention is to build a bootloader application

[lwip-users] Connection freeze after 29200 Bytes

2016-08-06 Thread Norbert Kleber
Hello everyone, I ran into a problem while implementing the LwIP stack v1.3.2 onto the STM32F4 Evalboard. My Intention is to build a bootloader application while using Raw API. I want to transmit the .bin file in Parts of 64kB (matching the CCM) to the microcontroller, put it into the CCM and