LPC11C24 is it possible to change the reset state of pins?

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

LPC11C24 is it possible to change the reset state of pins?

Jump to solution
792 Views
davidesalvetti
Contributor II

Hi,

on my LPC11C24 I need to upgrade the firmware but when the micro restarts, all the GPIOs go high cause of the internal pull-up resistors . I'm wondering if it's possible to change the reset state of those pins before adding some external pull-down resistor to solve the problem.

Thank you for your help in this matter.

Davide Salvetti

Labels (1)
1 Solution
628 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Davide,

From startup of the supply (0v) till about 1.8v the MCU is in an undefined state, above 1.8v the I/O pins will be in the default configuration which is input with pull-up enabled. The default state can’t be controlled trough software, but you could add a stronger external pull down to override that state.

Hope it helps!

Best Regards,
Carlos Mendoza
Technical Support Engineer

View solution in original post

1 Reply
629 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Davide,

From startup of the supply (0v) till about 1.8v the MCU is in an undefined state, above 1.8v the I/O pins will be in the default configuration which is input with pull-up enabled. The default state can’t be controlled trough software, but you could add a stronger external pull down to override that state.

Hope it helps!

Best Regards,
Carlos Mendoza
Technical Support Engineer