User Activity

Hi, I'm using stm33F7 reading sensor via SPI communication, it's working in slave only receive mode, I can read data in interrupt mode perfectly without os, but as I enable FreeRTOS (using STM32CUBE) after a random time interrupt stops firing. I'm al...
HiI'm using netconn api library to make tcp server and client on stm32f746Tcp server works properly but client can not connect to server and it returns error code -4 (err1) which means routing problemI don't understand the reasonhere is my codestruct...
vl53l0x interfacing STM32F7I used Pololu libraries and replaced read and write functions with HAL functions, at first it worked properly for several hours, but after that it stopped working and returned 8191 value, after two hours it started working ...