Hi ,
In my application I have to use McSPI at 13 MHz but I would like to use a USB Host interface.
I didn't know much about USB , but I think it uses a clock multiple of 48 MHz. and analyzing OMAP35xx architecture I saw that they share the same line of clock.
I need to use both at the same time. The McSPI will write data with DMA and USB can be requested sometime.
Anyone know a solution for this problem ? Or another approach to this problem ?
Thanks.