I am trying to import in my C6424 project the PSP McBSP driver, but the only example provided by PSP is customized for audio application with AIC33 such as in the EVM.
My application is not an audio application and so I have some difficulties in order to use the driver.
Where could I find a general simple example without audio application and with a simple use of the GIO functions (GIO_create, GIO_submit, GIO_write, GIO_read, ...) such as in the UART example? Could anyone help me?
Thanks!