Tool/software:
Hi expert,
Customer want to use OSC_CLK_OUT (A7) pin to output clock signal on AWRL1432. But we don't find any registers in documents or SDK.
Please suggest how to use it.
Thank you.
Regards,
Allen
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.
Tool/software:
Hi expert,
Customer want to use OSC_CLK_OUT (A7) pin to output clock signal on AWRL1432. But we don't find any registers in documents or SDK.
Please suggest how to use it.
Thank you.
Regards,
Allen
Hey Allen,
I will need to look into this internally. Please give me a day or two.
Thank you for your patience,
Kristien
Hey Liu,
You can use the following code to bring out the 40 MHz clock on pin A7:
volatile uint32_t * ANA_CFG_CLK_CTRL_REG1_CLKTOP = (volatile uint32_t *)0x50020004U;
*ANA_CFG_CLK_CTRL_REG1_CLKTOP |= (0x0C1U << 21);
Regards,
Kristien