User Activity

Dear ST community,I am running stm32f4-7 with FreeRTOS, and lwip, I am running TCP server by use of LWIP and some other application logic. I need to generate PPM signal (8 PWM pulses with different length) every 20ms. For this purpose I am using time...
Hi All, I have written simple TCP client using Netconn interface in LWIP on stm32f417 board. Client connects to LWIP server that is also on another stm32f417 board using Netconn api. After first succesfull TCP transmition, connection freezes, when co...