User Activity

Dear friends,I am using STM32f407vgt6 and a DS3231 RTC module and I use I2C1 peripheral to read date from DS3231. It is working fine but after 10 or 12 minutes the I2C bus is continously BUSY and I do not know what to do.Is there any way to control t...
Dear friends,I am working on a TCP Server taks running on STM32f407VGt6 MCU and NetConn APIs.Sometimes when a Client tries to connect to the Server, the Connection is closed by the Server and the error is Connection forcibly closed by the remote hos...
Dear friends, I am trying to establish a robust TCP interaction between two different boards with the same MCU (stm32f407vgt6) and ethernet phy (dp83848cvv) and I use lwIP Netconn APIs as TCP/IP stack and freeRTOS as a real time operating system.In b...
Dear friends,I am trying to create a Master-Slave communication over RS485 interface which when ever a Master sends a message, the slave does the corresponding respond and there is no need to answer back to Master, just receive data and do whatever i...
Dear friends,I've created a UART mutex and when threads only send data over uart, everything works fine but when it is time to also receive data, after a while data is corrupted and the information is wrong and no data is valid! if( osMutexWait(modb...
Kudos from