hwdef: disable power reset on peripheral line
This commit is contained in:
parent
0632b9a0c4
commit
fce49232b2
@ -57,3 +57,4 @@ PD10 FRAM_CS CS SPEED_VERYLOW
|
|||||||
|
|
||||||
# disable peripheral and sensor power in the bootloader
|
# disable peripheral and sensor power in the bootloader
|
||||||
PE3 VDD_3V3_SENSORS_EN OUTPUT LOW
|
PE3 VDD_3V3_SENSORS_EN OUTPUT LOW
|
||||||
|
PA8 nVDD_5V_PERIPH_EN OUTPUT LOW
|
||||||
|
@ -54,7 +54,7 @@ PA7 SPI1_MOSI SPI1
|
|||||||
# a pin that enables peripheral power on this board. It starts in the
|
# a pin that enables peripheral power on this board. It starts in the
|
||||||
# off state, then is pulled low to enable peripherals in
|
# off state, then is pulled low to enable peripherals in
|
||||||
# peripheral_power_enable()
|
# peripheral_power_enable()
|
||||||
PA8 nVDD_5V_PERIPH_EN OUTPUT HIGH
|
PA8 nVDD_5V_PERIPH_EN OUTPUT LOW
|
||||||
|
|
||||||
# This is the pin that senses USB being connected. It is an input pin
|
# This is the pin that senses USB being connected. It is an input pin
|
||||||
# setup as OPENDRAIN.
|
# setup as OPENDRAIN.
|
||||||
|
Loading…
Reference in New Issue
Block a user