cancel
Showing results for 
Search instead for 
Did you mean: 

Problems related with NetXDuo

LisaB
Associate III

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!

 

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

4 REPLIES 4
Souhaib MAZHOUD
ST Employee

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.

Souhaib MAZHOUD
ST Employee

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.

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.

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.