Skip to main content
Associate II
April 16, 2025
Solved

Problems related with NetXDuo

  • April 16, 2025
  • 3 replies
  • 1072 views

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:

  1. 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.
  2. The folder ../../Drivers/CMSIS/Device/ST/STM32N6xx/Include/Templates needs to be added manually.
  3. Enabling NX_ENABLE_VLAN has no effect in the nx_user.h file.
  4. 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!

 

Best answer by Souhaib MAZHOUD

Hello @LisaB 

After check I confirm the issue and an internal ticket 208214 has been submitted to the dedicated team for fix.
For the 4th point, the tcp_sec and nx_data sections are not missing, but they need to be added manually as mentioned in this thread.

BR,

Souhaib

3 replies

Technical Moderator
April 16, 2025

Hello @LisaB 

Thank you for your contribution.
This issue is currently under investigation. I will get back to you as soon as possible.

BR,

Souhaib

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Technical Moderator
April 18, 2025

Hello @LisaB 

Can you include your IOC so that we can further investigate the issue?

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
LisaBAuthor
Associate II
April 18, 2025

Hello @Souhaib MAZHOUD,

sure, attacched the ioc file.

I configured in Stm32CubeIDE the UDP server as shown in the esample provided with the firmware STM32N6.

Souhaib MAZHOUDBest answer
Technical Moderator
April 21, 2025

Hello @LisaB 

After check I confirm the issue and an internal ticket 208214 has been submitted to the dedicated team for fix.
For the 4th point, the tcp_sec and nx_data sections are not missing, but they need to be added manually as mentioned in this thread.

BR,

Souhaib

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Associate II
November 17, 2025

I also have this issue.

Technical Moderator
November 17, 2025

Hello @3mika3 @erik71 

The issue has been fixed, could you please check with the latest version of STM32CubeMX 6.16.0.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.