User Activity

Posted on August 16, 2017 at 19:29HiI'm trying to use the makefsdata file to generate a file usable for the LwIP filesystem.I have downloaded Perl to run the script.I have tried this:assoc .pl=PerlScript ftype PerlScript=D:\perl\bin\perl.exe '%1' %*...
Posted on July 21, 2017 at 15:25HiI am currently trying to communicated to a pc via a tcp socket.I am using LwIP and FreeRTOS on my discoveryF4 board. My problem is thta the code hangs on an assert when I try to use functions for socket creation/man...
Posted on July 18, 2017 at 20:26HelloI have made a few projects using the CubeMX that include LwIP. Each time I had compiler errors concerning MEMP_  defines which are marco-generated. If I would use any feature that require the use of one of these ...
Posted on July 11, 2017 at 18:17Hello fellow STM32 explorersI am currently working on a STM32F4 TCP/IP project.I'm using LwIP's RAW api.I got a echo UDP program working but with a static IP now I'm trying to get an ip adress automatically using a DH...
Posted on June 28, 2017 at 16:42Hello fellow stm32 explorersI am currently trying to communicate on a LAN network between a pc (server) and my stm32F4 discovery + phy module (client) via a UDP protocol.I am using LwIP with the RAW api (also called N...