User Activity

Posted on June 28, 2018 at 13:18 I got program which is requesting measurement results from external device and store them in array. My goal is to generate timer interrupt every 0.5s and process collected results, but it seems like timer interrup...
Posted on May 24, 2018 at 08:42 I am trying to set up a communication between my STM32F4 - Discovery with Open 407V-D development board and a peripheral using UART3 as a RS-485 bus. I have problem with my communication becouse Rx state of UART...
Posted on May 03, 2018 at 16:13Hello,I am sending requests continuously via TCP/IP using my client application. Requests are send with 200 ms interval.When a request come I am trying to send request to my peripheral and expect an answer, but sometim...
Posted on April 24, 2018 at 11:22Hello,I am continuously sending and receiving data throught DMA. It's working like I expect so I added Ethernet and LwIP in my MXCube project and compiled. Everything works fine until I plug LAN cable. Could you give...
Posted on April 20, 2018 at 12:29Hello, I am trying to cummunicate with device throught UART, but communication is not working reliably. I am trying to read data continuosly by transmitting request in infinite loop, but I receive incomplete or curru...