??? 04/29/09 10:07 Read: times |
#164928 - Can be hard to be fast enough Responding to: ???'s previous message |
Unless you have the source code for the A controller, you may get into big problems being fast enough to see all signal transitions. The C controller must be fast enough to catch all transitions, even if it was busy sending data to controller B.
If you have the source for A and a couple of spare pins, I would recommend that you create a dedicated interface between A and C, to make sure that C has an easier task. |