On 6/9/2014 5:16 AM, Charles Kerr wrote: > > 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.
Look at the addresses for the constants, and refer to the global memory map. C24 is for each PRU core's local data memory, mapped at address 0x0000, and C25 is the _other_ PRU's local memory, mapped at address 0x2000. -- Charles Steinkuehler [email protected] -- 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.
