Other Parts Discussed in Thread: CC3220SF
Hello,
I want to set URN of my MSP432E401Y device. But I can not find and API for it.
I am able to set that device URN of CC3220 device using api as follow from netapp.c file.
_u8 *my_device = "MY-SIMPLELINK-DEV"; sl_NetAppSet (SL_NETAPP_DEVICE_ID, SL_NETAPP_DEVICE_URN, strlen(my_device), (_u8 *) my_device);
For cc3220 I find netapp.c file from "C:\ti\simplelink_cc32xx_sdk_4_40_00_07\source\ti\drivers\net\wifi\source".
I want to set URN name for MSP432E401Y. How can I set it?
Thanks,
Dinkar