I'm investigating the various clock sources for the MSP432, and I don't seem to be able to get it to 48MHz using the MSP432 driverlib. I've not tried DRM yet, but I'd like some input here first before I spend time with that.
I am simply running the software example cs_hfxt_start.c, and I'm getting something fairly less than 48MHz. I decided to check on the datasheet, and this is found in the CS - CTL2 register value, from running that very code
As we can see, the HFXTFREQ value is 101, which according to the datasheet, means a 32Mhz-40Mhz range, where it should be 110, indicating >40MHz.
Is there anything I can do to get around this?
Thanks,
Paulo