SDK: simplelink_cc13x2_26x2_sdk_5_10_00_48
Example: simple_peripheral
Compiler: IAR
Hardware: CC26X2R1_LAUNCHXL
Hi,
In my code, I see the following weird phenomenon:
In one task, after I return from function UART_read(), I process the incoming string, and then post an event.
In the second task, there’s an “event_pend” waiting for this event, and the event is accepted and the task moves on.
In some cases, I consider the input I received as an error. In this case, I call UART_Close() on the uart handle, and then post the event.
But in weird way, if I call UART_close() before posting the event, then the event is never accepted in the second task.
Can you suggest, what might be the problem?
Best regards
Posted in behalf of a customer