This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC1310: How to add delay function/delay in UART for cc1310 ?

Part Number: LAUNCHXL-CC1310


Tool/software: Code Composer Studio

I am working with RF_RX_Packet  , I want to show the received packet by using UART and I want to provide delay for the uart_write()  function .... 

How can i provide dealy for the recived packet in the RX_packet ?

  • Hello,

    CC13xx device is configured to go back to receive after packet reception by either using pktConf.bRepeatOk and .pktConf.bRepeatNok parameters in the RX command or using while(1) loop. If you want to control timing preceisely, you could either use absolute trigger on both TX and RX or use semaphores for UART write and RX.

    Regards,