What is the state of IO during the period from power-on to boot on MCU LPC32?

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

What is the state of IO during the period from power-on to boot on MCU LPC32?

1,236件の閲覧回数
Guestsun
Contributor II

What is the state of IO during the period from power-on to boot on MCU LPC32?

0 件の賞賛
返信
2 返答(返信)

1,223件の閲覧回数
frank_m
Senior Contributor III

In a tristate mode, effectively off.

A common feature of all ARM Cortex M devices is, all peripheral units must be explicitely enabled (clock and power) to operate.
These peripherals are by default off at reset.

Very few exceptions might apply, like dedicated quartz input pins or JTAG/SWD pins.

0 件の賞賛
返信

1,212件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Pls refer to data sheet of LPC32xx, the attribute of a pin is input(I), Output(O), bidirectional(I/O) , analog, power.

For the bidirectional I/O pin and Input pin, I suppose that the state of IO during the period from power-on to boot are in input mode, except for JTAG pins.

Hope it can help you

BR

XiangJun Rong

xiangjun_rong_0-1711606609838.png

 

0 件の賞賛
返信