I am using TMS320C6727B DSP. I want to use both SPI0 and SPI1 with dMAX for two different peripheral devices to transfer and get the data.
My questions are:
1) If the peripheral devices only supports 32bits tranfer over SPI and 6727 SPI at max supports 16bits trasnfer, is there any way to have communication between them? (my limitation is the transfer should happen using dMAX)
2)Can I configure McASP as SPI in this case?Will it affect speed of transfer?