2 posts / 0 new
Last post
abc1724
Offline
Last seen:5 months 3 weeks ago
加入:2019-09-20 12:16
How to create a receive function for ke_msg_send ()

How to create a receive function for ke_msg_send ()

Device:
CYibin
Offline
Last seen:6 months 3 weeks ago
Staff
加入:2017-12-14 02:48
Hi There,

Hi There,

A SDK API:app_easy_msg_set(),允许你register a handler in which you can receive abasic kernel message.

Then you can use ke_msg_send_basic(wakeup_id, TASK_APP, 0); to send thebasic kernel message.