Tool/software:
Can you point out where in the L SDK PMIC_CLKOUT (H11) can be controlled?
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:
Can you point out where in the L SDK PMIC_CLKOUT (H11) can be controlled?
Hi,
We are looking into your query. Please allow us a couple of days to respond.
Regards,
Sharan
Hello.
Are you looking to configure the PMIC_CLKOUT in any way or just read the output of the PMIC_CLKOUT?
Sincerely,
Santosh
Understood. You can pinmux the PMIC_CLKOUT out the PMIC_CLKOUT pin H11, as per the data sheet. That should route the signal you want for any synchronization purposes.
Sincerely,
Santosh
Ok, but can you be more specific with a section in the TRM on which registers to set for pin muxing, also which registers to set for frequency control ot the output? We could not find any details.
Hello Thomas.
Apologies in the delay in response due to the holidays. Let me look into this and get a response to you by next week.
Sincerely,
Santosh
Hi Tom,
Can you look at the DCDC_CTRL_REG1 register? It looks like bit 16 enables the output. I found it in the TRM for reference.
Best,
Nate
Hello Tom.
Looks like you can use these registers to set the max and minimum frequency and the frequency slope.
You can use the HW_WR_REG32 function to write to these register addresses.
Sincerely,
Santosh