User Activity

I have created a web server using the STM32H723VET6 processor and can communicate with my own circuit through the web server. I can send and receive data to and from the processor over the web server (using LWIP). I am sending data every second throu...
I designed my own circuit using STM32H723VET6 processor, but I could not run ethernet. I am trying to create my httpd server using LWIP. Microcontroller is not responding to ping. When I created the same circuit in the STM32F7 series, the httpd serve...
I am using Proteus 8 for design my stm32 board. But I can not see layers. How can i solve it? Whenn i click to 'redraw display' button, layers seen but after click some components, problem is again occur.
I'm trying to send udp data from stm to server. But when i observe in Wireshark, the protocol shown as ECHO, not UDP. What is the reason?
I have a project. I have 13 button and these buttons control to leds. For example when i click first button, first led will be on (also when i click again, it will be off). So microcontroller need to knows everything about it. But how can i control t...