Tuetuopay 0 Posted October 21, 2014 Share Posted October 21, 2014 Hi, I've just finished soldering a F6659 on a breakout board, then loaded Ti's example "blink" provided by CCS, and as expected, the blinking speed is the same as on my G2553s, aka the CPU is at 1MHz. I tried the following, as on the g2553 BCSCTL1 = CALBC1_16MHZ; DCOCTL = CALBC1_16MHZ; But neither of all these are defined on this MCU, since it has a RTC module, and I couldn't find how to set the CPU speed in the user's guide. I also searche the "msp430f6659.h" file for constants containing "25MHZ", but nothing. How do I set the CPU speed (that can grow up to 25MHz) ? Quote Link to post Share on other sites
spirilis 1,264 Posted October 21, 2014 Share Posted October 21, 2014 It's an F5xxx/6xxx series chip. Look at the MSP430x5xx/x6xx User's Guide for information on the UCS clock system. Also look into MSPWare, which has higher-level APIs for configuring it. Should be plenty of example code on how to do it. That should be already present within CCS btw. KatiePier 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.