Part Number: MSP430FR2355
Other Parts Discussed in Thread: MSP430FR2311,
I have a launchpad with a 32768 crystal and another with a 38400 crystal. With the MSP430FR2311 they both work perfectly.
With the MSP430FR2355 I am unable to get ACLK to work with the crystal. Dual trace scope verified that the crystals are oscillating at the correct frequency,
but ACLK is running at the REF0 frequency (close to 32700 Hz).
Here is the code I use to show ACLK:
; setup ACLK -result is about 32708 Hz, should be 38400
bis.b #BIT1, &P1DIR
bis.b #BIT1, &P1SEL1
bic.b #BIT1, &P1SEL0
bic #BIT8|BIT9, &CSCTL4
; bis #BIT13, &CSCTL6 ; disable auto switch to REFO
; don't see ACLK if above is set. This is correct behavior.
Suggestions greatly appreciated.