Hello Forums,
I am working on a 6678 project based on the example C:\ti\mcsdk_2_01_02_06\examples\ndk\helloWorld using CCS V5.5.0.00077.
I can add a new UDP port with the C function DaemonNew(), and it receives the new UDP port number.
However, I've been told our product needs to generate an ICMP Destination Port Unreachable message for unbound
UDP port numbers.
Can the PA do that? How do I make it happen?