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 evaluating ISDK_1.1.0.5 PROFINET and EthernetI/P.
Under follwing procedure, uninitialized variable is set to pPkt->Flags.
I think it may corrupt something and may go into illegal operation.
- Could you tell me the workaround?
(What value should I set to PktFlgLen?)
Best regards, RY
icss_switch_emac.c (C:\ti\am335x_sysbios_ind_sdk_1.1.0.5\sdk\os_drivers\src\ICSS\)
Hi RY,
PPkt->Flags is not used currently by the driver. You can ignore this or remove the code for the time being . This issue will be fixed in future release.
Regards,
Prajith