Karl, Thanks so much. I had basically come to the same conclusion myself, but it is always nice to have my hunches confirmed.
This problem has gotten me thinking about PRU/host interdependency. What happens when I lose the host program or the PRU program but not the other? Clearly I need to program around both of these possible eventualities... which is going to be a decent piece of work that I was hoping to avoid. Oh well... Thanks for your insight/suggestion. Bill On Tue, Jan 12, 2016 at 12:16 AM, Karl Karpfen <[email protected]> wrote: > Am Samstag, 9. Januar 2016 02:05:01 UTC+1 schrieb Bill Gray: >> >> Is there any way that I can ensure that r30 pins get sent low when the >> pru is disabled? >> > > You have to do that progamatically for your own. E.g. send a > "shutdown"-command to your running PRU-code which then sets all outputs to > 0, and returns a result. As soon as you see this result in your main > application, you can disable PRU. > > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/SRda3RCcykQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Bill Gray Velkess 415 407 7356 -- 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.
