Azure RTOS adding UDP and TCP to same project?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-15 7: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?
- Labels:
-
AzureRTOS
-
STM32CubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-16 2: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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-16 7: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-17 5:35 AM
Actually...I DO need both DHCP and UDP enabled. So now my question is....how to accomplish this with the CubeMX GUI?
