Hi,
I am trying to get the DSP1 clock on clkout3 pin ( Pin 41 of P17) of Sitara AM5728 development board. I am running application on DSP with the help of debugger. I have done following register settings to get DSP1 clock on clkout3 pin
CM_CLKSEL_CLKOUTMUX0 ( 0x4AE06158) = 0x04
CM_CLKSEL_DSP_GFCLK_CLKOUTMUX (0x4AE0618C) = 0x00
CM_IPU_TIMER5_CLKCTRL (0x4A005558) = 0x0B000002
I do not see any clock on clkout3 pin.
In the clock tree tool I do not see an input to the block for the DSP GFCLK clock.
How can I get the DSP clock on clkout3 pin or other pin to see the DSP configured clock.