Skip to main content
Visitor II
March 15, 2023
Question

Azure RTOS adding UDP and TCP to same project?

  • March 15, 2023
  • 3 replies
  • 930 views

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?

    This topic has been closed for replies.

    3 replies

    Technical Moderator
    March 16, 2023

    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.1Author
    Visitor II
    March 16, 2023

    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.1Author
    Visitor II
    March 17, 2023

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