UART receive problem

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

hello all,

I am using wiced sdk3.5.2 and working on the uart.

when i make:

1> i pass the expected_data_size = 1 as a constant in the wiced_uart_receive_bytes()

facing problem:- not enter into the while(wiced_uart_receive_bytes != WICED_SUCCESS)

2> then i add the expected_data_size as veriable in the  wiced_uart_receive_bytes() and add the expected_data_size=1

at the end of the while() it enter in the

while(wiced_uart_receive_bytes != WICED_SUCCESS) ok.

facing problem:- queue become full and the not comeout from the  while(wiced_uart_receive_bytes != WICED_SUCCESS)

i am stuck , need solution emergency...

0 Likes
2 Replies