LPC1759FBD80

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC1759FBD80

321 Views
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 Kudos
1 Reply

304 Views
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 Kudos