User Activity

When using STM32CubeMX v6.10.0 (standalone) to update the pin configuration for an STMCubeIDE v1.14.0 project that has the thread safety option enabled, the code generation creates the directory "ThreadSafe" under "Core/Src", while the IDE's version ...
I imported a few projects from the STM32H7 firmware library; found a bug in the TFTP server application where the server is freeing a pbuf twice in some cases (easy to fix), made a few changes, then moved on to a new project, which is where everythi...