LoginSignup
0
0

More than 5 years have passed since last update.

MSP430 > 内部プルアップ抵抗 > 30k程度

Last updated at Posted at 2017-02-24
動作環境
MSP430

AQM1602などのI2C接続キャラクタLCDなどを使う際に関係するのがプルアップ抵抗。

取説には10kを推奨とある。

 SCL、SDA信号線に、この基板上のプルアップ抵抗(10k Ω)を接続する場合は。。。

( 変換基板のプルアップ抵抗を使うという方法もある。 )

MSP430の内部プルアップ抵抗は30k(Ω)のようだ。
https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/18963

If you only have one slave on the bus (and short trace lengths) you could probably use the internal pull-ups (~30K) but a more optimized solution would be to use between 5-10K external resistor.

1スレーブの場合は内部プルアップ抵抗でもいいかもしれないが、外部プルアップ抵抗(5から10k)を推奨とのこと。

内部プルアップ使用にはPxRENを設定する。
https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/18698

PxREN --> Each bit in each PxREN register enables or disables the pullup/pulldown resistor of the corresponding I/O pin.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0