每当我使用选项 sl_sock_raw 调用 sl_Socket 时、我都会得到一个常规事件回调"[General event] Id=[2] Sender =[0]、程序计数器在 sl_Socket 内保持"卡住"状态。
致电:
int32_t rawSocket = sl_Socket (sl_AF_RF、sl_sock_raw、channel);
倍行者:
void SimpleLinkGeneralEventHandler (slDeviceEvent_t * pDevEvent)
{
log_e ("一般事件"、"ID=[%d]发件人=[%d]\r\n"、
pDevEvent->EventData.deviceEvent.status、
pDevEvent->EventData.deviceEvent.sender
);
}
其他信息:
- sl_sock_stream (TCP)和 sl_sock_DGRAM (UDP)正在工作、但不能正常工作。
- CC3100配置为接入点。
- sl_device_General_version:
芯片0x04000000
MAC 31.1.4.0.1
PHY 1.0.3.34
NWP 2.7.0.0
ROM 0x3333
我使用的是 SimpleLink:v1.0.1.6
从何处可以获得 有关"一般事件 ID=2"代表的更多信息?
这是已知问题吗?