LPC1759FBD80

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

LPC1759FBD80

792件の閲覧回数
AMMOURKENZA1
Contributor I
Hello, I am currently using the LPC1759FBD80 microcontroller to control 24 relays, I wonder if the outputs are on low state or high state at startup, or undetermined, because I do not want to excite the 24 relays at once I risk to burn out since the power is high with a total current of 2.4 Amp.
0 件の賞賛
返信
1 返信

775件の閲覧回数
frank_m
Senior Contributor III

Peripheral in/outputs of basically all Cortex M devices are in a high-impedance state (Z) after startup or reset.

Peripheral units need to explicitly be enabled to work (power and clock).

To be safe, I would highly suggest to add pull-up or pull-down resistors to your relais drivers, to ensure startup in a safe state. The value should not interfere with the operation once the GPIO is enabled.

0 件の賞賛
返信