Thank you so much!  That was what I was thinking!  I think this lets me put 
the last few things together.

One other question if I may.

In the constants table, it has C24 as the entry for: PRU0/1 Local Data

and C25 as the entry for: PRU1/0 Local Data
  
 Is the 8K data banked in two banks for 4k?

Just trying to figure out what C25 is referencing.
    
On Sunday, June 8, 2014 6:03:51 PM UTC-4, Charles Kerr wrote:
>
> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to