I am using uPP port of OMAP-L138 to drive parallel DAC. The problem is that minimal uPP Tx clock is DSP_Clock/64 and my designs requires transmit clock of DSP_Clock/96. As I understood from the datasheet, there is an option to use UPP_2xTXCLK in order to provide external TX clock to the module and that this clock should be 2x faster than the desired IO clock.
My idea is to generate required clock by using PWM module and insert it into UPP_2xTXCLK. But the question is if this connection will cause jitter on Tx clock output and DAC samples jitter?