From: <[email protected]> Reply-To: <[email protected]> Date: Wednesday, January 22, 2014 at 5:26 AM To: <[email protected]> Cc: <[email protected]> Subject: [beagleboard] McASP Interface on Beaglebone
> Hi, > > I want to connect an ADS1278 <http://www.ti.com/product/ADS1278> to > BeagleBone (Black or White) through McASP under Angstrom. Is there a > proven/reliable driver? What is the best way to follow? > > I have done that with StarterWare, but now I want to do that under a linux > operating system. I am going to start the learning curve of linux programming > and, before, I would like the advice of a specialist. > > Thanks in advance, > > Levy Oliveira Hi Levy, Unfortunately TI did not develop the McASP as a separate driver like I2C, SPI, UART, etc. Instead, they integrated the McASP (McBSP) into the Sound driver. You will find this driver in the kernel source under sound/soc/omap or source/soc/davinci Regards, John > -- > 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/groups/opt_out. -- 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/groups/opt_out.
