Jump to content
43oh

i2c internal pull-up resistors


Recommended Posts

First post!!!!

I want to enable internal pull-ups for i2c on pins P1_6 and P1_7. A search on existing discussion on this topic yielded this:

http://forum.43oh.com/topic/2641-i2c-lcd/

 

"I2C requires a pull up resistor on both SCL and SDA. You can enable the internal pull up in the msp430 on the I2C lines by doing:

pinMode(P1_6, INPUT_PULLUP);

pinMode(P1_7, INPUT_PULLUP);"

 

Is that right? I tried it and it does not work. I was wondering that i2c SDA is bidirectional so setting pinmode as INPUT might not be the right thing. Has anyone tested this and gotten it to work without external pull-up resistors. 

 

Thanks in advance,

 

 

Link to post
Share on other sites

Thanks spirilis once again. I confirmed your frequency number of 100 Khz on the scope to be correct. Did you infer it from the energia libraries ? Also I put the external resistors and my problem is resolved. 

Two followup questions:

  1. The MSP430G2553 spec says that there are internal pullup/pull down resistors available on Port 1. Does any one know their value ?
  2. Can these resistors be enabled using CCS if not energia. 

 

Thanks in advance,

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...