Jens Prüfer wrote:

I got TI's msp430f149 development board that comes with the JTAG interface, a ZIF socket for the QFP64 chips and a lose 32.768 kHz crystal. Has anyone ever gotten the system up to 8 MHz using that kit? All examples I can find are utilizing a seperate 8 MHz crystal on the XT2 input.

most examples do use the uncalibrated internal oscillator ;-)

then the FLL specific for 1xx:
examples/slac010/fet110_fll.S
examples/slac011/fet110_fll.c
examples/slac012/fet120_fll2.S
examples\timerA_uart

and for 4xx derivates:
examples/slac016/fet410_fll01.S and fet410_fll02.S
examples/slac017/fet410_fll01.c and fet410_fll02.c
examples/slac018/fet440_fll01.S and fet440_fll02.S
examples/slac019/fet440_fll01.c and fet440_fll02.c

they all come with the windows installer or you can find them in the CVS on mspgcc.sf.net

chris

Reply via email to