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.
Hello,
I am trying to kickoff a Profinet device following this guide https://software-dl.ti.com/mcu-plus-sdk/esd/AM64X/08_00_00_21/exports/docs/api_guide_am64x/PROFINET_DEVICE.html
However, I am having hard time figuring out how to initialize the PN_Handle structure. Is there any example code? Did I miss something?
Thanks by advance,
Kevin
Hi
Are you trying to port your own Profinet stack or a third party stack? Or are you planning to use the pre-integrated stack in the SDK?
Please check the following page for more information on this : https://software-dl.ti.com/mcu-plus-sdk/esd/AM64X/08_01_00_36/exports/docs/api_guide_am64x/INDUSTRIAL_COMMS.html
If you are looking to use the pre-integrated stack in SDK, then you do not need to initialize PN_Handle structure from your application. You just need to use the stack APIs.
Please note that the link you posted was from SDK 8.0 which is not the latest SDK. 8.1 is the latest version, and I have provided the above link from documentation for SDK 8.1.
Latest SDK can be downloaded from www.ti.com/.../MCU-PLUS-SDK-AM64X.
Regards
Dhaval Khandla