Hi everyone,
I've wrote a McBSP uart program on TMS320C6416, I transmit data between memory and McBSP by EDMA, it's ok.
Now I want to write 16-bit value directly to McBSP, but CSL api just one function "MCBSP_write()" that need Uint32 parameter,
so how can I write a 16-bit value on McBSP?
Another question, can anybody tell me how to trigger EDMA to work again after once transfering bytes completely?
Thanks.