On 6/23/2016 5:55 AM, Vincent lc wrote: > Hello, > > *So, I would to know I someone new a quickest/easiest way to send more than > 8k > data into the PRU ?*
There are lots of different ways you can do this. I'd probably put the 24K of data into DDR memory (the PRUSS driver allocates a chunk of memory you can use for this), use one of the PRUs to move the bulk data to a PRU local ring buffer in the 12K shared PRU data memory, and use the second PRU to do whatever it is you need to do with the data. This assumes you don't need both PRUs for your task. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/e729ee9e-670a-5cc5-7817-0b2c16808473%40steinkuehler.net. For more options, visit https://groups.google.com/d/optout.
