2023-03-15 07:12 AM
I am attempting to add a UDP service to my TCP project. However, I do not see a way to select the UDP services in the .ioc configuration.
I have successfully implemented UDP in my Nucleo F4 project, but the TCP project is using an Nucleo H723 target/processor. Is UDP support not available for the H723?
2023-03-16 02:33 AM
Hello @MHoop.1
First let me thank you for posting.
Actually I tried to reproduce the issue mentioned above using the latest version of CubeMX 6.8.0 and this is what I got please have a look
Please check the attachment and i will be waiting for your feedback .
Thx
Ghofrane
2023-03-16 07:07 AM
Ghofrane,
You can easily reproduce this problem by enabling the DHCP protocol. I had mistakenly thought DHCP was needed for address resolution of the TPC/IP packet. But apparently this is taken care of without explicitly enabling the DHCP protocol.
2023-03-17 05:35 AM
Actually...I DO need both DHCP and UDP enabled. So now my question is....how to accomplish this with the CubeMX GUI?