S08, how to disable pins to decrease power comsuption?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S08, how to disable pins to decrease power comsuption?

ソリューションへジャンプ
1,570件の閲覧回数
w_tension
Contributor III


The DOCs suggest "Configure port pins to minimize current drain", But didn't mention HOW-TO.

ラベル(1)
タグ(1)
1 解決策
1,316件の閲覧回数
kef2
Senior Contributor V

Current drain rises when digital input floats between '0' and '1' levels. To eliminate it do one of the following on all your unused digital inputs:

1) turn input to output using data direction registers

2) enable pull device, both pull-up and pull-down are OK.

3) pull inputs externally to I/O supply rails, usually vss or vdd

Since lower pin count packages may have non bonded out pin pads, you should not forget to turn them into outputs as well.

Edward

元の投稿で解決策を見る

4 返答(返信)
1,317件の閲覧回数
kef2
Senior Contributor V

Current drain rises when digital input floats between '0' and '1' levels. To eliminate it do one of the following on all your unused digital inputs:

1) turn input to output using data direction registers

2) enable pull device, both pull-up and pull-down are OK.

3) pull inputs externally to I/O supply rails, usually vss or vdd

Since lower pin count packages may have non bonded out pin pads, you should not forget to turn them into outputs as well.

Edward

1,316件の閲覧回数
w_tension
Contributor III

Thanks, I'm using MC9S08QG4 TSSOP-16.

As I see in its datasheet, Max pin number is 24, So I should take them in count too.

0 件の賞賛
返信
1,316件の閲覧回数
vicentegomez
NXP TechSupport
NXP TechSupport

Hi

Also remember disable all the modules that you are not using

I do not know the family that you are using but please check the following application note

AN4441

1,316件の閲覧回数
w_tension
Contributor III

Thanks, I've read the document.

0 件の賞賛
返信