I am trying to do TX and RX operations on the same McBSP on a C6748 board. Currently I am using the LogicPD EVM board, what will be moving to a custom board.
The McBSP will be a slave in a four wire TDM configuration (CLKR, FSR, DR and DX). There will be multiple C6748 slaves on the MCBSP bus. The problem I am having, is how do I use and configure the PSP driver using the SIO issue/reclaim model to both receive and transmit as a slave? It was real easy getting the receive to work as it was just a slight modification of the Mcbsp slave example project. The problem I am having is getting the Mcbsp to transmit.
What is the proper sequence of the SIO calls (remember, I have both input and output streams configured for the Mcbsp)?
What is the proper channel/device configuration to get the slave to transmit in a four wire mode?