I am using the AM335x Starter Kit with Android 4.2 (ICS), and looking to do some data logging type application. My question is whether I can use the J11 pins within an Android application to talk to external SPI devices, like additional accelerometers or other sensors.
From what I can gather, I'll need to use the Android NDK and pinmuxing tool to get this communication, but documentation is a bit unclear and I don't want to dive into those two tools if it's not necessary.
Hoping somebody can quickly confirm or deny this method of using those pins.
Thanks!