User Activity

Hello, dear colleagues!I'm trying to build http server based on LWIP on Nucleo F429 board. An example from Cube repository works fine, also with my custom http data and paths, which I have included in example project. But, another CubeIDE generated p...
Hello everybody!LWIP has a possibility to assign new port number every time after reboot the device. There is define in cc.h#define LWIP_RAND() ((u32_t)rand())But it does not work properly. Every time after reboot I get same port number. For solve th...
Hello! I am using dark theme on STM32CubeIDE 1.5.1, and FreeRTOS debugging feature. It is a cool feature, but in dark theme FreeRTOS task list is completely unreadable. Light font on white background. What should I do to make font or background darke...