cancel
Showing results for 
Search instead for 
Did you mean: 

The TCP network of NETXDUO generated by CubeMX does not run successfully.

one V
Associate III

The TCP network of NETX generated by CubeMX does not run successfully.I have studied ST's NETXduo example and tried many possibilities, but it still doesn't work. The development board is NUCLEO-H743ZI.

1 REPLY 1
MSG_ST
ST Employee

Hi,

Looking into your .ioc file I see some configurations which can cause problems such as :

  • ETH NVIC configuration
  • MPU configuration
  • TIMER used for Sys timebase source

Also in the .sct file, there's a missing definition sections.

I suggest you to align your project with the last STM32Cube MCU Package for STM32H7 (V1.11.0) available here.

Then, concerning app configuration, refer to :

  • NetXDuo apps available here.
  • LwIP apps available here.

Please, update your project, and if the problem persist, do not hesitate to share it.

Regards

Mahdy