Jump to content
43oh

LaunchPad I2C Communication


Recommended Posts

The library is, but not the setup.

To run, the chip needs a clock. The example was made for the MSP430F2618, which can run at 16Mhz. The 2231 which you have can, but its not recommended. Since the MSP430 chips have an internal oscillator, they are factory calibrated to give precise selected frequencies. These calibration constants are stored on the chip when they are made.

 

The 2231 has only:

CALBC1_1MHZ;

CALDCO_1MHZ;

 

whereas the 2618 can goto 16Mhz

CALBC1_16MHZ;

CALDCO_16MHZ;

 

Now since you selected F2231, CALBC1_16MHZ is not defined, since it does not support it. You are stuck at 1Mhz. You can go to higher frequencies, but it will not be a calibrated frequency.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...