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.

关于cc2640r2f程序里面Event_Id_00-31

Other Parts Discussed in Thread: SYSBIOS

ti_sysbios_knl_Event_Id_00到ti_sysbios_knl_Event_Id_31是可以随意分配的吗,或者说怎么使用?恳请回复,非常感谢

  • 例程中的Event_Id_31已经分配好了,关于RTOS可以看C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/docs/blestack/ble_user_guide/html/ble-stack-3.x-guide/tirtos-index.html#
    #ifdef ICALL_EVENTS /** * Event reserved to signal for icall message in between application and * services. * * Used when ICALL_EVENTS compile option is enabled only. */ #define ICALL_MSG_EVENT_ID Event_Id_31 /** * Event reserved to signal a wait match period has ended and the caller * may continue execution. * * @note the Event_Id_30 is usually reserved for the * the application internal queue processing. */ #define ICALL_WAITMATCH_EVENT_ID Event_Id_29 #endif