This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

XCLKOUT problem using CONCERTO F23M35H52C1



Hi, 

I am using F23M35H52C1.

I am using the blinky example from the control suite.

I use this fucntion to modify the XCLKOUT divider but I see no effect.

SysCtlClockConfigSet(SYSCTL_USE_PLL | (SYSCTL_SPLLIMULT_M & 0xA) |

SYSCTL_SYSDIV_1 | SYSCTL_M3SSDIV_1 |
SYSCTL_XCLKDIV_4);

and I use SYSCTL_XCLKDIV_1 instead of SYSCTL_XCLKDIV_4.

Based on my readings, this should change the XCLKOUT.

Also do you think we can use XCLKOUT to provide a clk for external devices?