I am almost there, I have pru 0 working ok.

Now, I want to have PRU 1 clocking on a pin as well.  

I noticed in the this this syntax

  pr1_pru0_pru_r30_15


Does that mean that both pr1 and pru0 can connect to that header pin at 
R30.15 ?  Or just pru0?


For pru1, do I have to look for pr1_pru1.... only?


Also, I start up my prus with the standard:

ret = prussdrv_open(PRU_EVTOUT_0);


However, most examples have one wait for a pru with the :


prussdrv_pru_wait_event (PRU_EVTOUT_0);



But I have two pru's, and I need to wait twice (that call doesn't have a 
pru number on it.

Do I need to initialize with another event (init twice) and then have one 
pru

 trigger that event, and the other trigger the 0 event?





  

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to