How to use the STM32H723-Nucleo project Nx_TCP_Echo_Server without using the DHCP?
..
..
Finally found the reason for the hardfault. It was a call left over after removing the other associated calls for udp at line 365.
/* get the client IP address and port */
nx_udp_source_extract(data_packet, &source_ip_address, &source_port);
Without the other udp calls before it to enable udp this line would cause code to be executed, who knows where. The Fault analyzer was not helpful. I found it by putting printf statements after every line which forced me to read the line. After commenting it out, no more hardfault.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.