This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TCI6636K2H: Error in Wild card Netfp socket creation process

Part Number: TCI6636K2H

Tool/software: TI-RTOS

Hi,

My setup configuration are as

Syslib 3.0.9, Mcsdk 3_01_04_07, Bios  bios_6_41_04_54

Hardware "K2H"

Code:

memset (&wildIp, 0, sizeof (Netfp_IPAddr));
wildIp.ver = fpConfig.srcIP.ver;
memcpy (&fpConfig.srcIP, &wildIp, sizeof (Netfp_IPAddr));

When I am trying to create Netfp_addFastPath using above code, observing below error

No entries is availabe in the region , lut inst=1
Error: UDP SOCKET handle not exists
Add FP failed error = -8

Same code working fine on K2L.

Can u please let me know how I can create wild card socket on K2H platform.

Thanks & Regards

Gautam Shah