How do I configure udp multicast for embedded coder in simulink?

6 Ansichten (letzte 30 Tage)
Bnan
Bnan am 31 Jul. 2025
Beantwortet: Sameer am 6 Aug. 2025
I am trying to switch from using broadcast to multicast with a xilinx device and embedded coder in simulink.
I have tried using the real time tool box multicast block but it doesnt seem to be embedded coder compatible in the same way as the xilinx block is.
Is there a correct way to configure an existing simulink block to do this or should I be writing an S-function and pulling c in?

Antworten (1)

Sameer
Sameer am 6 Aug. 2025
Yes, you should write a custom C S-Function for UDP multicast. That is currently the correct way to support multicast with Embedded Coder on embedded targets like Xilinx.
Hope this helps!

Produkte


Version

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by