Hi gang,
This is probably a pretty simple question and I'm guessing the answer is "yes", but I just want to make sure because due to timing constraints, it's hard to debug.
I have a while loop with a counter, a notifier, and an enqueue function. A screen shot is attached. I used to have a sequence surrounding the "Wait on Notification" that also took in the shift register that controls the state machine. My question is this: Can I eliminate it (as I have done in the screen shot) and have it run just fine, knowing that the original purpose was to wait for a response to the enqueued data (which is transmitted in a separate while loop) from external hardware. I guess it boils down to this: Will the enqueue function be held up by the wait for notifier?
Thanks,
Jason