LPC1759FBD80

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC1759FBD80

762 次查看
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 回复

745 次查看
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 项奖励
回复