Oh, and in case its not clear, this is something I only know something
about from watching you all talk about it, and I have a completely
different feeling of the PRU as opposed to when I first starting toying
with the BBB. Seemed quite like black magic back then, and now, well it
just seems like any other embedded bit of hardware.  Which is pretty much
what it is ;)

On Wed, Dec 10, 2014 at 10:26 AM, William Hermans <[email protected]> wrote:

> Peter, seems like you've picked up quite a bit in the last couple months .
> . . glad you're sharing too as ive pretty much been watching your progress
> since you started posting on the groups. Thanks for sharing.
>
> On Wed, Dec 10, 2014 at 10:01 AM, Peter Gregory <[email protected]>
> wrote:
>
>> Toggle bit 15 of R30
>>
>> __R30 = __R30 ^ 0x8000; // toggle bit 15
>> __R30 = __R30 | 0x8000; // turn on bit 15
>> __R30 = __R30 & ~0x8000; // turn off bit 15
>>
>> --
>> 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.
>>
>
>

-- 
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