2023-09-19 11:22 PM
We implemented a lwip tcp server with STM32 and even sent and received messages
But when I was debugging, it was good I'm trying to disconnect ST-LINK and see if it works by turning the power on and off without debugging, but the server didn't even create it I can't connect with the client connection
So I was looking for a way, and I turned it on and pressed the rst button, and the server worked and pinged or connected But I want to make the tcp server work just by turning it on and off, but it's not working
How do I get the STM32 board to work just by turning it on and off without debugging or rst buttons?
development environment CUBE IDE - C
STM32 : STM3H7432XIH6
2023-09-20 06:01 AM
There's no quick solution here.
Debug your code, figure out where and why it's getting hung up, and fix that error.
2023-09-20 06:11 AM