Hai,
Am using Q2686G. I did one simple echo kind of application in UART2,[ie., if i connected UART2 with COM1, whatever i typed in COM1 will sent back to COM1 by module].
The application is working fine. But, some time the module is re-started during "write" into UART2.
" ret=uart_if->read(uart1_hdl,buffer,32);
adl_atSendResponse ( ADL_AT_UNS, "\n After READ" );
uart_if->write(uart1_hdl,buffer,strlen(buffer)); "
Opening COM port, adl_eventWait are working fine during the problem, and from M2M shell, i understood the program is coming till "After READ" line and after that the rebooting is happening.
The read and write are in task.
If the power off the unit and power it on means, its working fine. kindly help with this problem.
The firmware version is :: R74_00gg.Q2686G
Application OS :: 06.21
Boot loader version :: V08b0e
Thank you,