Hi,
Are there any resources (documentation, examples) on how to use the McBSP features present on the AM3715 ARM processors? I've seen some drivers on the kernel tree:
~/ti-sdk-am37x-evm-05.05.01.00/board-support/linux-2.6.37-psp04.02.00.07.sdk$ find . -name "*mcbsp*"
./arch/arm/plat-omap/include/plat/mcbsp.h
./arch/arm/plat-omap/mcbsp.c
./arch/arm/mach-omap2/mcbsp.c
./arch/arm/mach-omap1/mcbsp.c
./sound/soc/omap/omap-mcbsp.h
./sound/soc/omap/omap-mcbsp.c
But no actual documentation on how to interface with such devices from userland. I am interested in documentation and examples regarding simple serial communication between two McBSP enabled devices (i.e.: two AM3715 CPUs).
Any help would be greatly appreciated.