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.
Part Number: MSP432P401R
Tool/software: Code Composer Studio
Hello All,
I am using below call to get the ACLK but the value I am getting is ZERO.
"CS_getACLK()"
This call is in CS.c of driverlib.
Please let me know the reason for this issue. Below is the code
uint32_t ACLKFreq = 0;
ACLKFreq = CS_getACLK();
Debug_Output1(0, "ACLK: %ld", ACLKFreq);
Hi Prashant,
were you able to check the ACLK configuration in the debugger and check the LFO crystal?
Please let me know if there is anything else I can help on otherwise I will close this thread by end of the week.
**Attention** This is a public forum