I was trying go into Basic Ethernet Mode to do some file transfers and then go back to Operational later.
- I used oplk_writeLocalObject to change NMT_StartUp_U32.Bit13 to 1 before 1st oplk_execNmtCommand(kNmtEventSwReset) and it went to Basic Ethernet Mode
- Then used oplk_writeLocalObject to change NMT_StartUp_U32.Bit13 to 0 with oplk_execNmtCommand(kNmtEventSwReset) and it went to Operational.
- Then used oplk_writeLocalObject to change NMT_StartUp_U32.Bit13 to 1 with oplk_execNmtCommand(kNmtEventSwReset) and it still went to Operational.