Hi All!
I need generate clock for external ADC by my L138-target.
Each of timer output pins is already busy, toggle GPIO in the timer interrupt - bad idea, because of big jitter in this case.
I want to use SPI0_CLK pin for generate CLK signal for external ADC. So, I want to use SPI0_CLK in not usualpurpose.
How to enable continuously signal on the SPI0_CLK pin without SPI data processing (I need only CLK)?