Hi
I'm trying to use starterware with my BeagleBone board to configure the McASP to work in a ping-pong audio scheme (i2S -> AM3358 processing ->I2S). I'm reading this document which lists the recipe:
http://processors.wiki.ti.com/index.php/StarterWare_McASP'
but my Starterware installation doesn't recognize the McASPPinMuxSetup() method - any hints why that is (doesn't seem to be part of the mcasp.h)?
Also, there is no McASP demonstation project for the Beaglebone specifically in the StarterWare installation but there is one for the EVM-board. Unfortunately I can't link to these two header files simultaneously:
#include "soc_AM335x.h"
#include "evmAM335x.h"
and since I can't include the evm header file I can't access some of the methods that is used in the McASP demo for the EVM.
Anyone who can give me some direction on how to get going?
Cheers
Tom