Hard fault after activating network interfaces
I'm trying to establish a TCP connection between my Nucleo-H753ZI and my PC.
I'm using ThreadX and NetxDuo.
First of all, i'm triggering a hard fault when activating Network Interfaces and then using the debug mode.
I don't seem to have hard fault if i flash the program directly into the board (I have a thread that blinks an LED that still works)
This is my cubeMX configuration :

I installed the following, using the Software Packs Component Selector:
STMicroelectronics-X-CUBE-AZRTOS-H7:
ThreadX => Core
NetXDuo => NX Core
Network Interfaces => Ethernet Interface, Ethernet Phy Interface : LAN8742_Phy_Interface
Board Part STM32Cube_BSP_Components : ETHPhy / LAN8742
I tried to ping the board using CMD in windows, but i'm guessting that wouldn't work because i haven't added any code in nx_app_thread_entry.
Thank you
