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.

Need list of step by step process to understand the working of simpliciTI

Other Parts Discussed in Thread: SIMPLICITI

Hello,

I am using the already developed simpliciTI code of RF communication using cc1111F32 USB dongle.The code used was -"868MHz - Unrestricted IAR Workbench (Europe)" from simpliciTI.

I see the following when the code is used 

Transmitter side:

The transmitter(CC1111F32 USB dongle) sends a value say '100' after every 1 second.The green LED blinks.

Receiver side:

Receiver(CC1111F32) is receiving the value "100" after every 1 second and green LED blinks.

I can see the green LEDs on both the transmitter and receiver units are blinking synchronously to each other.

I really don't understand the

which steps(functions/methods like SMPL_Init,MRFI,etc ) comes first basic step(function/method) and followed by which next step(function/method).

Can someone please explain step(function like SMPL_Init,MRFI,etc) by step(function SMPL_Init,MRFI,etc) procedure of how the communication is being made between the two.