Hi,
My application requires to have 3 McASP ports with 3 different clock domains. For each port, the Rx/Tx are synchronous to each other, but each port clocking is asynchronous to the other. The clock for each port will be given by an FPGA.
On page 318 of the datasheet, it says that McASP0 and McASP1 have separate clocking and McASP 2/3/4/5 share the same clock.
If my assumption is correct, this means I could use McASP0/1/2 in 3 different clock domains, i.e. driving clock0 to McASP0, clock1 to McASP1 and clock2 to McASP2
Are my assumptions correct ? Would it work ?
Thanks.
Martin Tanguay