How to create a receive function for ke_msg_send ()
Hi There,
A SDK API:app_easy_msg_set(), allow you to register a handler in which you can receive a basic kernel message.
Then you can use ke_msg_send_basic(wakeup_id, TASK_APP, 0); to send the basic kernel message.