Can somebody answer this:
As introduced by "BIOSPSP_McASP_Driver_Design", after calling Mcasp_Open() with DMA driven or not, can I call Mcasp_Submit() to send data stream right away, or I should call Mcasp_Control() with Mcasp_IOCTL_START_PORT to start the state machine first?
And also, the mcasp_Open() has a callback function as argument, what does it do? The Xmt or Rcv channel has their own ISR callbacks already. Thanks in advance, Philip