User Activity

Hello!Can anybody explain why STM use HAL and what is the difference and hierarchy between low layer API, CMSIS, HAL, SPL ?I always worked with just header files, but now all distributes API and I cant construct these API and their necessary in my he...
Hi! I lm using lwip + freertos and STM32F429 and Cube IDE. When I transfer 906B by netconn_write its transfer this data partly. I tried increase all possibiilities of defines but unsuccesssfull.Please help who knows.
Hello!Can somebody say what im doing wrongI have project in STM32CubeIDE with lwip and freertosIm trying to add new thread(as new task) with exist principles and cant do it/* Definitions for TCPip */osThreadId_t mtcpConHandle;const osThreadAttr_t mtc...