Necleo-STM32F767ZI board fails on example "LwIP_HTTP_Server_Netconn_RTOS"
Hi,
I just bought a Necleo-STM32F767ZI board, and downloaded the example "LwIP_HTTP_Server_Netconn_RTOS" in CubeIDE, and made following changes in main.h:
#define IP_ADDR2 3
#define GW_ADDR2 3
As for the board, I did not make any changes on the jumpers.
then built it and ran it, I saw the LEDs changes, but it failed almost immediately after file-download-complete. The following are the texts shown in the console window:
STMicroelectronics ST-LINK GDB server. Version 7.5.0
Copyright (c) 2023, STMicroelectronics. All rights reserved.
Starting server with the following options:
Persistent Mode : Disabled
Logging Level : 1
Listen Port Number : 61234
Status Refresh Delay : 15s
Verbose Mode : Disabled
SWD Debug : Enabled
InitWhile : Enabled
Waiting for debugger connection...
Debugger connected
Waiting for debugger connection...
Debugger connected
Waiting for debugger connection...
-------------------------------------------------------------------
STM32CubeProgrammer v2.15.0
-------------------------------------------------------------------
Log output file: C:\Users\15023\AppData\Local\Temp\STM32CubeProgrammer_a19868.log
ST-LINK SN : 066CFF485753667187172243
ST-LINK FW : V2J43M28
Board : NUCLEO-F767ZI
Voltage : 3.22V
SWD freq : 4000 KHz
Connect mode: Under Reset
Reset mode : Hardware reset
Device ID : 0x451
Revision ID : Rev Z
Device name : STM32F76x/STM32F77x
Flash size : 2 MBytes
Device type : MCU
Device CPU : Cortex-M7
BL Version : 0x93
Memory Programming ...
Opening and parsing file: ST-LINK_GDB_server_a19868.srec
File : ST-LINK_GDB_server_a19868.srec
Size : 117.27 KB
Address : 0x08000000
Erasing memory corresponding to segment 0:
Erasing internal memory sectors [0 3]
Download in Progress:
File download complete
Time elapsed during download operation: 00:00:02.298
Verifying ...
Download verified successfully
Shutting down...
Exit.
Anyone knows wher the problem is?
Regards
Chao
