cancel
Showing results for 
Search instead for 
Did you mean: 

Azure RTOS adding UDP and TCP to same project?

MHoop.1
Senior

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.

0693W00000aJ289QAC.pngI 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?

3 REPLIES 3
Ghofrane GSOURI
ST Employee

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

0693W00000aJ6K4QAK.pngPlease check the attachment and i will be waiting for your feedback .

Thx

Ghofrane

MHoop.1
Senior

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.

MHoop.1
Senior

Actually...I DO need both DHCP and UDP enabled. So now my question is....how to accomplish this with the CubeMX GUI?