I have been trying to connect to an AP using the CC3200 examples to no avail (using the connection policies project enclosed in examples) so i decided to go for smaller tasks like getting the MAC address information of my board.. but for some reason, but the previous example project and my own code to get the macAddress always end up in an endless loop:
When the code reaches this function within the sl_NetCfgGet(): VERIFY_RET_OK(_SlDrvCmdOp((_SlCmdCtrl_t *)&_SlNetCfgGetCmdCtrl, &Msg, &CmdExt));
it goes into an endless loop from which it never comes out...
Is there any explanation to this? I am really new to this all
regards.