2023-06-18 07:34 PM
Currently, I am doing Ethernet communication with the STM32F series. However, I know that I need to set the Ethernet address in IOC to use Ethernet. But I want to change the Ethernet address while doing Ethernet communication in the GUI I made.
Simply put, if my laptop is 192.168.00.01, if I want to change it to 192.168.00.00
I want to communicate by simply changing the address from the IOC to the board through Ethernet communication, not firmware (so that only the Ethernet address can be changed, not the bootloader)
Is there such a way
1. Currently, the board is working (while communicating over Ethernet)
2. Trying to change Ethernet address (192.168.00.01 -> 192.168.00.00)
However, only the Ethernet address, not the bootloader, is sent through communication and nothing else is changed.
3. When you turn on the power again, the Ethernet address should be changed to the desired Ethernet address and communication should be established.