Hi,
how to create a delay of 500 ms inside a collector node program of simpleApp example program..
this is how i used... but the delay is not produced using this.. is this correct..
sprintf(str,"%s",send_sms);
HalUARTWrite(HAL_UART_PORT_0,str,16);
memset(str,0,sizeof(str));
osal_start_timerEx( sapi_TaskID, MY_DELAY_EVT, myDelayReportPeriod );
sprintf(str,"%s",centre_no);
HalUARTWrite(HAL_UART_PORT_0,str,24);
memset(str,0,sizeof(str));
osal_start_timerEx( sapi_TaskID, MY_DELAY_EVT, myDelayReportPeriod );
sprintf(str,"%s",sim_capability);
HalUARTWrite(HAL_UART_PORT_0,str,20);
memset(str,0,sizeof(str));