2025-09-28 2:07 PM
Resuming studies, regarding:
I'm resuming my STM32 studies, having not used them for a few months.
After this time, and updates to CubeID and CubeMX, I'm trying to get back to it using the Nx_webserver example. Although the code appears to be correct, it doesn't work; it doesn't even get a valid IP address in DHCP.
I've tried changing the MAC address, but even then, nothing in DHCP works.
Is there anything I should do to make it work?
I have the following console output:
-------------------------------------------------------------------
STM32CubeProgrammer v2.20.0
-------------------------------------------------------------------
Log output file: /tmp/STM32CubeProgrammer_q4oXBH.log
ST-LINK SN : 066EFF353445503043075718
ST-LINK FW : V2J46M31
Board : NUCLEO-F429ZI
Voltage : 3,23V
SWD freq : 4000 KHz
Connect mode: Under Reset
Reset mode : Hardware reset
Device ID : 0x419
Revision ID : Rev 5/B
Device name : STM32F42xxx/F43xxx
Flash size : 2 MBytes
Device type : MCU
Device CPU : Cortex-M4
BL Version : 0x91
Opening and parsing file: ST-LINK_GDB_server_HF7OuX.srec
Memory Programming ...
File : ST-LINK_GDB_server_HF7OuX.srec
Size : 18.19 KB
Address : 0x08000000
Erasing memory corresponding to segment 0:
Erasing internal memory sectors [0 1]
Download in Progress:
File download complete
Time elapsed during download operation: 00:00:00.719
Verifying...
Time elapsed during verifying operation: 00:00:00.130
Download verified successfully
Shutting down...
Exit.
2025-09-28 3:14 PM
This error is happening when I load the project into CubeMX for the first time.