TI中文支持网
TI专业的中文技术问题搜集分享网站

CC3100移植 void _SlDrvHandleGeneralEvents(SlDeviceEvent_t *slGeneralEvent);没有定义报错

void _SlDrvHandleGeneralEvents(SlDeviceEvent_t *slGeneralEvent),移植stm32f4的getting_statrted_with_ap后编译出错,void _SlDrvHandleGeneralEvents(SlDeviceEvent_t *slGeneralEvent);没有定义,是user.h配置不对吗?。定位到函数解释,看的比较模糊,这个函数具体是什么用的?谢谢

user4699890:

Step 7 – Set your asynchronous event handlers routines

The SimpleLink device generate asynchronous events in several situations. These asynchronous events could be masked. In order to catch these events you have to provide handler routines. Please notice that if you not provide a handler routine and the event is received, the driver will drop this event without any indication of this drop.

看这个步骤,意思要我提供这个函数?

赞(0)
未经允许不得转载:TI中文支持网 » CC3100移植 void _SlDrvHandleGeneralEvents(SlDeviceEvent_t *slGeneralEvent);没有定义报错
分享到: 更多 (0)