Nx_Azure_IoT example adapted for our STM32U585QII6Q board . Every time STM32CubeMX regenerates the code, it deletes three files: nx_tcp_socket_driver_establish.c, nx_tcp_socket_driver_packet_receive.c and ...
I have adapted the Nx_Azure_IoT example for my board with an STM32U585QII6Q. My problem is that every time STM32CubeMX regenerates the code, it deletes three files that I added: nx_tcp_socket_driver_establish.c, nx_tcp_socket_driver_packet_receive.c and nx_udp_socket_driver_packet_receive.c. I have checked the NETXDUO settings in the example of the nx_udp_socket_driver_packet_receive.c board and those of my board and they are identical. Why does the original project include these files and mine doesn't?
Thanks
