Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Android Hardware Interfacing with the BeagleBone Black

You're reading from  Android Hardware Interfacing with the BeagleBone Black

Product type Book
Published in Feb 2015
Publisher
ISBN-13 9781784392161
Pages 134 pages
Edition 1st Edition
Languages

Exploring the BBB's other interfaces


So far, we have used the BBB's GPIO, SPI, and I2C functionality for our interfacing. These are not the only interfacing options that the BBB offers, though. The following are a few other interfaces that you should keep in mind as you consider Android projects on the BBB.

Programmable real-time units

Embedded within the BBB's AM335X processor are a pair of programmable real-time units (PRUs). These units are clocked at 200 MHz, so they execute programs at the rate of a single instruction every 5 ns. The kernel loads programs into a PRU and then instructs the PRU to begin execution. Communication between the PRU and the kernel occurs via shared memory. The execution of PRUs is completely separate from that of the main processor, so pushing the PRUs to their limit will not have a performance impact on the main processor unless some coordination between the processor and a PRU is required.

There are a number of GPIO pins that can be muxed so that they fall under...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}