Hi,
I have some questions about the command SYSTEM_CMD_NEW_DATA and ack.
1.
In xxxLink_tsk.c, below the switch command SYSTEM_CMD_NEW_DATA, why Utils_tskAckOrFreeMsg is before the data process ?
Is there any special consideraton?
Will this introduce system unstability ?
Could I change the order ?
2.
What is the purpose of Utils_tskFlushMsg?
In what situation will need this function ?
Hope someone could help me clarify this, thanks a lot!