User Activity

iTrying to watch semaphores status, inited by LWIP cubeMX. And see empty window. I know that semaphores created (for example) in lwip.c file /* create a binary semaphore used for informing ethernetif of frame reception */ osSemaphoreDef(Netif_SEM);...
Use STM32CubeIDE 1.4.2STM32CubeMX 6.0.1Windows 10 1903First of all generated ioc for truestudio 9.3. In main implement new _write function:int _write(int file, char *ptr, int len) { /* Implement your write code here, this is used by puts and printf f...