Problems related with NetXDuo
Hello everyone,
I'd like to report some issues I encountered while using NetXDuo to create a UDP server with a Nucleo-N657X0-Q board:
- There's no option to select a network interface other than the custom one — I had to manually add all the libraries related to the Ethernet interface and the LAN8742 driver.
- The folder ../../Drivers/CMSIS/Device/ST/STM32N6xx/Include/Templates needs to be added manually.
- Enabling NX_ENABLE_VLAN has no effect in the nx_user.h file.
- The linker script STM32N657X0HXQ_AXISRAM2_fsbl.ld is missing the tcp_sec and nx_data sections.
After addressing all the issues above, I was finally able to get the UDP server working correctly!
