boseji 10 Posted January 6, 2011 Share Posted January 6, 2011 Hello, Recently working on upgrading my Samay project, I wanted to use the Value Line controller MSP430G2331. For compiling the code I use CCS 4 version with all recent updates. The MSP430 standard header used for this was msp430g2331.h. Now I wanted to upgrade the CPU clock to 1MHz but also wanted to try out 4/8/16MHz. However while compiling there were errors as I tried to load the BCSCTL1 and DCOCTL registers with the Frquency constants: CALBC1_16MHZ and CALDCO_16MHZ respectively for 16MHz. Looking into the MSP430G2331.h file, I saw that the pointers only defined to CALBC1_1MHZ & CALDCO_1MHZ and nothing else. I wish to know if any one else has also noticed this. Altough there is a fix by using the Launch pad and storing the particular Calibration for DCO using the External 32.768khz crystal. But just curious why TI missed these values. Quote Link to post Share on other sites
boseji 10 Posted January 6, 2011 Author Share Posted January 6, 2011 Thanks Got the solution: viewtopic.php?f=10&p=1803#p1803 Many thanks to NatureTM.. Quote Link to post Share on other sites
NatureTM 100 Posted January 6, 2011 Share Posted January 6, 2011 You're welcome boseji! I looked over that post today and noticed a typo on one of the filenames. Maybe you figured it you yourself already, but I corrected the post. boseji 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.