User Activity

Hi,Am working on a STM32F745VG micro controller and i want to use multiple uart using dma. Majorly facing issue at the reception side.When i try to receive data from uart 1 sometimes my uart 2 also receive the same data.Even though their handler are ...
The issue am facing is . I have created 4 maximum connection for 1 port at particular 1 ip. When i open port of same port number and same IP on terminal the data travel should travel to both the ports. But it comes on only single port.tcp_write(Perso...
TCP_ECHO_ServerWhen I open TCP port and send some data on that port. It works fine.But if I open 2 tcp port at same IP and same port (Max port I can have 5) .So while receiving data on both i gets the data alternatively on each port.I want data shoul...
hiI am having a problem while programming STM32030F4P6 with trustudio. I have done connection as below:gndvddswdioswclknrstwith repective pin of STLink/v2The error coming is :Target no device foundError in initializing ST-Link device.Reason: No devic...