Hello All
Can any body tell me , how to use queue functions with the state machines. I shall be very thankful if any body send a small example.
In our application we have to acquire the data using SPI communication . For acquiring the data i have to send the command. I am using Event structure architecture. After pressing the start button i want to acquire the data but data acquisition in event structure means the control will not come out the event structure untill it completes.
So i want to use the queue functions.I will start the acquisition in event but acquire the data using Queue functions.
Please send a small example using queue functions with state machine.
Thanks and Regards
J