Problems related with NetXDuo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-04-16 2:19 AM
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!
Solved! Go to Solution.
- Labels:
-
Bug-report
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-04-21 9:04 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-04-16 2:29 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-04-18 3:40 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-04-18 7:55 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-04-21 9:04 AM
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.
