Can someone please point me to a definitive guide to Pipeline Mode, and how Semaphores work in Pipeline mode, including SemaphoreGet() and SemaphoreRelease() ? I understand that this will be much more complicated than the flow-chart diagram of Sequential Mode shown in the manuals. Specifically, I'm looking at CR1000's.
Also, is there some way to infer the order of operations of a program compiled in Pipeline Mode? For example, is there assembly code output from the compiler that I can inspect? Thanks.
I assume these questions are related to your other posts about AM25Ts. If so, I have attempted to explain things there, if not, post again and I will try to answer.
What you have explained in my other thread will probably solve my current problem. However, I would still be very interested in understanding Pipeline Mode better for future reference. Is there any kind of documentation you could send me, however informal? Thanks.